Searched refs:Ndx (Results 1 – 4 of 4) sorted by relevance
343 unsigned Ndx, const Elf_Shdr *SymTab,1012 unsigned Ndx = Symbol.st_shndx; in getSymbolSectionIndex() local1013 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 …]
45 unsigned Ndx; member738 InsertEntry(Def.Ndx & ELF::VERSYM_VERSION, Def.Name, true); in loadVersionMap()1091 VD.Ndx = D->vd_ndx; in getVersionDefinitions()
150 bool addName(StringRef Name, unsigned Ndx) { in addName() argument151 return Map.insert({Name, Ndx}).second; in addName()
2665 uint64_t Ndx; in printRelocations() local2666 for (const SectionRef &Section : ToolSectionFilter(O, &Ndx)) { in printRelocations()2674 "section (" + Twine(Ndx) + in printRelocations()