Searched defs:Elf (Results 1 – 6 of 6) sorted by relevance
276 struct Elf struct283 Elf *parent; argument284 Elf *next; /* Used in list of archive descriptors. */ argument287 Elf_Kind kind; argument290 Elf_Cmd cmd; argument293 unsigned int class;296 int fildes;299 off_t start_offset;325 Elf_ScnList *scns_last; /* Last element in the section list. argument404 } state;
216 typedef struct Elf Elf; typedef
25 Expected<StringRef> getDynamicStrTab(const ELFFile<ELFT> *Elf) { in getDynamicStrTab()55 void printDynamicSection(const ELFFile<ELFT> *Elf, StringRef Filename) { in printDynamicSection()
1817 const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj); in PrintDynamicRelocations() local
22 std::unique_ptr<ELFYAML::Object> Elf; member
26 std::unique_ptr<ELFYAML::Object> Elf; member