Home
last modified time | relevance | path

Searched defs:elfdump (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c109 struct elfdump { struct
110 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 …]