Home
last modified time | relevance | path

Searched refs:Ndx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp343 unsigned Ndx, const Elf_Shdr *SymTab,
1012 unsigned Ndx = Symbol.st_shndx; in getSymbolSectionIndex() local
1013 if (Ndx == SHN_XINDEX) in getSymbolSectionIndex()
1016 if (Ndx != SHN_UNDEF && Ndx < SHN_LORESERVE) in getSymbolSectionIndex()
1017 return Ndx; in getSymbolSectionIndex()
1028 Twine::utohexstr(Ndx) + " (" + Desc + ")"); in getSymbolSectionIndex()
1031 if (Ndx >= ELF::SHN_LOPROC && Ndx <= ELF::SHN_HIPROC) in getSymbolSectionIndex()
1032 return CreateErr("SHN_LOPROC", Ndx - ELF::SHN_LOPROC); in getSymbolSectionIndex()
1033 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()
1034 return CreateErr("SHN_LOOS", Ndx - ELF::SHN_LOOS); in getSymbolSectionIndex()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h45 unsigned Ndx; member
738 InsertEntry(Def.Ndx & ELF::VERSYM_VERSION, Def.Name, true); in loadVersionMap()
1091 VD.Ndx = D->vd_ndx; in getVersionDefinitions()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp150 bool addName(StringRef Name, unsigned Ndx) { in addName() argument
151 return Map.insert({Name, Ndx}).second; in addName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2665 uint64_t Ndx; in printRelocations() local
2666 for (const SectionRef &Section : ToolSectionFilter(O, &Ndx)) { in printRelocations()
2674 "section (" + Twine(Ndx) + in printRelocations()