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.cpp61 static Expected<StringRef> getDynamicStrTab(const ELFFile<ELFT> &Elf) { in getDynamicStrTab()
217 const ELFFile<ELFT> &Elf = getELFFile(); in printDynamicSection() local
399 const ELFFile<ELFT> &Elf = getELFFile(); in printSymbolVersion() local
H A Dllvm-objdump.cpp621 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj); in isAArch64Elf() local
626 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj); in isArmElf() local
631 const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj); in isCSKYElf() local
1915 if (const auto *Elf = dyn_cast<ELFObjectFileBase>(&Obj)) { in disassembleObject() local
3297 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