1 /* SPDX-License-Identifier: GPL-2.0 */
18 #include <tools/le_byteshift.h>
20 void die(char *fmt
, ...) __attribute__((noreturn
));
22 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
32 void process_32(FILE *fp
, int use_real_mode
, int as_text
,
33 int show_absolute_syms
, int show_absolute_relocs
,
35 void process_64(FILE *fp
, int use_real_mode
, int as_text
,
36 int show_absolute_syms
, int show_absolute_relocs
,