1 /* SPDX-License-Identifier: GPL-2.0 */
19 void die(char *fmt
, ...);
22 * Introduced for MIPSr6
24 #ifndef R_MIPS_PC21_S2
25 #define R_MIPS_PC21_S2 60
28 #ifndef R_MIPS_PC26_S2
29 #define R_MIPS_PC26_S2 61
32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
42 void process_32(FILE *fp
, int as_text
, int as_bin
,
43 int show_reloc_info
, int keep_relocs
);
44 void process_64(FILE *fp
, int as_text
, int as_bin
,
45 int show_reloc_info
, int keep_relocs
);