• Home
  • Raw
  • Download

Lines Matching refs:SectionIndex

713                     StringRef &SectionName, unsigned &SectionIndex) {  in getSectionNameIndex()  argument
714 SectionIndex = Symbol->st_shndx; in getSectionNameIndex()
725 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX) in getSectionNameIndex()
728 if (SectionIndex == SHN_XINDEX) in getSectionNameIndex()
729 SectionIndex = in getSectionNameIndex()
732 unwrapOrError(Obj.getSection(SectionIndex)); in getSectionNameIndex()
2120 unsigned SectionIndex = 0; in printGlobalGotEntry() local
2123 Dumper->getShndxTable(), SectionName, SectionIndex); in printGlobalGotEntry()
2124 W.printHex("Section", SectionName, SectionIndex); in printGlobalGotEntry()
2154 unsigned SectionIndex = 0; in printPLTEntry() local
2157 Dumper->getShndxTable(), SectionName, SectionIndex); in printPLTEntry()
2158 W.printHex("Section", SectionName, SectionIndex); in printPLTEntry()
2424 uint32_t SectionIndex = 0; in printGroupSections() local
2437 << format_decimal(SectionIndex, 5) << "] `" << Name << "' [" in printGroupSections()
2448 ++SectionIndex; in printGroupSections()
2634 size_t SectionIndex = 0; in printSections() local
2667 Number = to_string(SectionIndex); in printSections()
2701 ++SectionIndex; in printSections()
2731 unsigned SectionIndex = Symbol->st_shndx; in getSymbolSectionNdx() local
2732 switch (SectionIndex) { in getSymbolSectionNdx()
2740 SectionIndex = Obj->getExtendedSymbolTableIndex( in getSymbolSectionNdx()
2745 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()
2747 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]"; in getSymbolSectionNdx()
2749 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
2751 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]"; in getSymbolSectionNdx()
2753 if (SectionIndex >= ELF::SHN_LORESERVE && in getSymbolSectionNdx()
2754 SectionIndex <= ELF::SHN_HIRESERVE) in getSymbolSectionNdx()
2756 to_string(format_hex_no_prefix(SectionIndex, 4)) + "]"; in getSymbolSectionNdx()
2758 return to_string(format_decimal(SectionIndex, 3)); in getSymbolSectionNdx()
3210 uint32_t SectionIndex = 0; in printGroupSections() local
3223 W.printNumber("Index", SectionIndex); in printGroupSections()
3236 ++SectionIndex; in printGroupSections()
3319 int SectionIndex = -1; in printSections() local
3321 ++SectionIndex; in printSections()
3326 W.printNumber("Index", SectionIndex); in printSections()
3398 unsigned SectionIndex = 0; in printSymbol() local
3401 SectionName, SectionIndex); in printSymbol()
3438 W.printHex("Section", SectionName, SectionIndex); in printSymbol()