18 void die(char *fmt
, ...);
21 * Introduced for MIPSr6
23 #ifndef R_MIPS_PC21_S2
24 #define R_MIPS_PC21_S2 60
27 #ifndef R_MIPS_PC26_S2
28 #define R_MIPS_PC26_S2 61
31 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
41 void process_32(FILE *fp
, int as_text
, int as_bin
,
42 int show_reloc_info
, int keep_relocs
);
43 void process_64(FILE *fp
, int as_text
, int as_bin
,
44 int show_reloc_info
, int keep_relocs
);