Searched defs:Elf (Results 1 – 3 of 3) sorted by relevance
275 struct Elf struct282 Elf *parent; argument283 Elf *next; /* Used in list of archive descriptors. */ argument286 Elf_Kind kind; argument289 Elf_Cmd cmd; argument292 unsigned int class;295 int fildes;298 int64_t start_offset;324 Elf_ScnList *scns_last; /* Last element in the section list. argument403 } state;
216 typedef struct Elf Elf; typedef
26 std::unique_ptr<ELFYAML::Object> Elf; member