Lines Matching refs:SectionRef
291 static FilterResult checkSectionFilter(object::SectionRef S) { in checkSectionFilter()
320 [Idx](object::SectionRef S) { in ToolSectionFilter()
981 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1010 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1023 static std::optional<SectionRef> getWasmCodeSection(const WasmObjectFile &Obj) { in getWasmCodeSection()
1034 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addMissingWasmCodeSymbols() argument
1035 std::optional<SectionRef> Section = getWasmCodeSection(Obj); in addMissingWasmCodeSymbols()
1061 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument
1066 DenseMap<StringRef, SectionRef> Sections; in addPltEntries()
1067 for (SectionRef Section : Obj.sections()) { in addPltEntries()
1115 static std::map<SectionRef, std::vector<RelocationRef>>
1117 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
1119 for (SectionRef Sec : Obj.sections()) { in getRelocsMap()
1144 static bool shouldAdjustVA(const SectionRef &Section) { in shouldAdjustVA()
1454 const SectionRef &Section) { in getSegmentName()
1551 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1558 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()
1559 std::map<SectionRef, SmallVector<MappingSymbolPair, 0>> AllMappingSymbols; in disassembleObject()
1641 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject()
1642 for (SectionRef Sec : Obj.sections()) in disassembleObject()
1666 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1681 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()
1733 for (const SectionRef &Section : ToolSectionFilter(Obj)) { in disassembleObject()
2219 [=](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
2526 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations()
2528 for (const SectionRef &Section : ToolSectionFilter(O, &Ndx)) { in printRelocations()
2542 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()
2551 for (SectionRef Section : P.second) { in printRelocations()
2577 for (const SectionRef &S : ToolSectionFilter(Obj)) in shouldDisplayLMA()
2586 for (const SectionRef &Section : ToolSectionFilter(Obj)) { in getMaxSectionNameWidth()
2610 for (const SectionRef &Section : ToolSectionFilter(Obj, &Idx)) { in printSectionHeaders()
2642 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionContents()
2942 std::optional<object::SectionRef> ClangASTSection; in printRawClangAST()
2977 std::optional<object::SectionRef> FaultMapSection; in printFaultMaps()
3086 for (const SectionRef &Section : Obj->sections()) in checkForInvalidStartStopAddress()