Lines Matching refs:SectionRef
243 static FilterResult checkSectionFilter(object::SectionRef S) { in checkSectionFilter()
272 [Idx](object::SectionRef S) { in ToolSectionFilter()
696 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
725 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
739 static Optional<SectionRef> getWasmCodeSection(const WasmObjectFile *Obj) { in getWasmCodeSection()
750 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addMissingWasmCodeSymbols() argument
751 Optional<SectionRef> Section = getWasmCodeSection(Obj); in addMissingWasmCodeSymbols()
777 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument
779 Optional<SectionRef> Plt = None; in addPltEntries()
780 for (const SectionRef &Section : Obj->sections()) { in addPltEntries()
834 static std::map<SectionRef, std::vector<RelocationRef>>
836 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
838 for (SectionRef Sec : Obj.sections()) { in getRelocsMap()
863 static bool shouldAdjustVA(const SectionRef &Section) { in shouldAdjustVA()
1070 const SectionRef &Section) { in getSegmentName()
1116 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1123 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()
1177 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject()
1178 for (SectionRef Sec : Obj->sections()) in disassembleObject()
1202 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1217 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()
1232 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in disassembleObject()
1513 [=](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1730 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations()
1732 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Ndx)) { in printRelocations()
1744 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()
1753 for (SectionRef Section : P.second) { in printRelocations()
1783 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()
1789 for (const SectionRef &Section : DynRelSec) in printDynamicRelocations()
1808 for (const SectionRef &S : ToolSectionFilter(*Obj)) in shouldDisplayLMA()
1817 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in getMaxSectionNameWidth()
1838 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Idx)) { in printSectionHeaders()
1870 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionContents()
2111 Optional<object::SectionRef> ClangASTSection; in printRawClangAST()
2146 Optional<object::SectionRef> FaultMapSection; in printFaultMaps()
2271 for (const SectionRef &Section : Obj->sections()) in checkForInvalidStartStopAddress()