Lines Matching refs:SectionIndex
273 unsigned &SectionIndex) const;
832 unsigned &SectionIndex) const { in getSectionNameIndex()
833 SectionIndex = Symbol->st_shndx; in getSectionNameIndex()
844 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX) in getSectionNameIndex()
847 if (SectionIndex == SHN_XINDEX) in getSectionNameIndex()
848 SectionIndex = unwrapOrError(object::getExtendedSymbolTableIndex<ELFT>( in getSectionNameIndex()
852 unwrapOrError(Obj->getSection(SectionIndex)); in getSectionNameIndex()
2938 size_t SectionIndex = 0; in printSectionHeaders() local
2973 Number = to_string(SectionIndex); in printSectionHeaders()
3007 ++SectionIndex; in printSectionHeaders()
3037 unsigned SectionIndex = Symbol->st_shndx; in getSymbolSectionNdx() local
3038 switch (SectionIndex) { in getSymbolSectionNdx()
3046 SectionIndex = unwrapOrError(object::getExtendedSymbolTableIndex<ELFT>( in getSymbolSectionNdx()
3052 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()
3054 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]"; in getSymbolSectionNdx()
3056 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
3058 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]"; in getSymbolSectionNdx()
3060 if (SectionIndex >= ELF::SHN_LORESERVE && in getSymbolSectionNdx()
3061 SectionIndex <= ELF::SHN_HIRESERVE) in getSymbolSectionNdx()
3063 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]"; in getSymbolSectionNdx()
3065 return to_string(format_decimal(SectionIndex, 3)); in getSymbolSectionNdx()
4282 int SectionIndex = -1; in printSectionHeaders() local
4284 ++SectionIndex; in printSectionHeaders()
4289 W.printNumber("Index", SectionIndex); in printSectionHeaders()
4363 unsigned SectionIndex = 0; in printSymbol() local
4365 this->dumper()->getSectionNameIndex(Symbol, First, SectionName, SectionIndex); in printSymbol()
4402 W.printHex("Section", SectionName, SectionIndex); in printSymbol()
4711 unsigned SectionIndex = 0; in printMipsGOT() local
4715 SectionIndex); in printMipsGOT()
4716 W.printHex("Section", SectionName, SectionIndex); in printMipsGOT()
4761 unsigned SectionIndex = 0; in printMipsPLT() local
4765 SectionIndex); in printMipsPLT()
4766 W.printHex("Section", SectionName, SectionIndex); in printMipsPLT()