Lines Matching refs:SectionRef
402 static FilterResult checkSectionFilter(object::SectionRef S) { in checkSectionFilter()
431 [Idx](object::SectionRef S) { in ToolSectionFilter()
1355 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1382 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1397 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument
1399 Optional<SectionRef> Plt = None; in addPltEntries()
1400 for (const SectionRef &Section : Obj->sections()) { in addPltEntries()
1454 static std::map<SectionRef, std::vector<RelocationRef>>
1456 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
1458 for (SectionRef Sec : Obj.sections()) { in getRelocsMap()
1484 static bool shouldAdjustVA(const SectionRef &Section) { in shouldAdjustVA()
1634 const SectionRef &Section) { in getSegmentName()
1657 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1664 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()
1710 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject()
1711 for (SectionRef Sec : Obj->sections()) in disassembleObject()
1735 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1750 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()
1765 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in disassembleObject()
2039 [=](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
2249 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations()
2251 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Ndx)) { in printRelocations()
2263 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()
2272 for (SectionRef Section : P.second) { in printRelocations()
2303 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()
2309 for (const SectionRef &Section : DynRelSec) in printDynamicRelocations()
2328 for (const SectionRef &S : ToolSectionFilter(*Obj)) in shouldDisplayLMA()
2337 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in getMaxSectionNameWidth()
2361 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Idx)) { in printSectionHeaders()
2392 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionContents()
2633 Optional<object::SectionRef> ClangASTSection; in printRawClangAST()
2668 Optional<object::SectionRef> FaultMapSection; in printFaultMaps()
2793 for (const SectionRef &Section : Obj->sections()) in checkForInvalidStartStopAddress()