Searched defs:Elf (Results 1 – 1 of 1) sorted by relevance
254 struct Elf { struct260 Elf* parent; argument261 Elf* next; /* Used in list of archive descriptors. */ argument264 ElfKind kind; argument267 ElfCommand cmd; argument270 unsigned int binaryClass;296 ElfSectionList* sectionLast; /* Last element in the section list. argument372 Elf* ElfAllocate( argument