/* FFR: when we support installing a 32bit package on a 64bit host */
#define _PATH_ELF32_HINTS "/var/run/ld-elf32.so.hints"
#ifndef roundup2
#define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */
#endif
static const char * elf_corres_to_string(const struct _elf_corres* m, int e);
static int elf_string_to_corres(const struct _elf_corres* m, const char *s);