Searched defs:elfdump (Results 1 – 1 of 1) sorted by relevance
109 struct elfdump { struct110 FILE *out; /* output redirection. */111 const char *filename; /* current processing file. */112 const char *archive; /* archive name */113 int options; /* command line options. */114 int flags; /* run control flags. */115 Elf *elf; /* underlying ELF descriptor. */117 Elf *ar; /* ar(1) archive descriptor. */119 GElf_Ehdr ehdr; /* ELF header. */120 int ec; /* ELF class. */[all …]