Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp62 static Expected<StringRef> getDynamicStrTab(const ELFFile<ELFT> &Elf) { in getDynamicStrTab()
210 const ELFFile<ELFT> &Elf = getELFFile(); in printDynamicSection() local
415 const ELFFile<ELFT> &Elf = getELFFile(); in printSymbolVersion() local
H A Dllvm-objdump.cpp622 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj); in isAArch64Elf() local
627 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj); in isArmElf() local
632 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj); in isCSKYElf() local
1837 if (const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj)) { in disassembleObject() local
3226 if (const auto *Elf = dyn_cast<ELFObjectFileBase>(Obj)) { in shouldWarnForInvalidStartStopAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h31 std::unique_ptr<ELFYAML::Object> Elf; global() member
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf.h37 typedef struct _Elf Elf; typedef