Lines Matching refs:SectionRef

248 static FilterResult checkSectionFilter(object::SectionRef S) {  in checkSectionFilter()
277 [Idx](object::SectionRef S) { in ToolSectionFilter()
805 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
834 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
847 static Optional<SectionRef> getWasmCodeSection(const WasmObjectFile &Obj) { in getWasmCodeSection()
858 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addMissingWasmCodeSymbols() argument
859 Optional<SectionRef> Section = getWasmCodeSection(Obj); in addMissingWasmCodeSymbols()
885 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument
887 Optional<SectionRef> Plt = None; in addPltEntries()
888 for (const SectionRef &Section : Obj.sections()) { in addPltEntries()
942 static std::map<SectionRef, std::vector<RelocationRef>>
944 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
946 for (SectionRef Sec : Obj.sections()) { in getRelocsMap()
971 static bool shouldAdjustVA(const SectionRef &Section) { in shouldAdjustVA()
1207 const SectionRef &Section) { in getSegmentName()
1267 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1274 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()
1331 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject()
1332 for (SectionRef Sec : Obj.sections()) in disassembleObject()
1356 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1371 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()
1405 for (const SectionRef &Section : ToolSectionFilter(Obj)) { in disassembleObject()
1704 [=](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1925 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations()
1927 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Ndx)) { in printRelocations()
1941 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()
1950 for (SectionRef Section : P.second) { in printRelocations()
1982 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()
1993 for (const SectionRef &Section : DynRelSec) in printDynamicRelocations()
2012 for (const SectionRef &S : ToolSectionFilter(Obj)) in shouldDisplayLMA()
2021 for (const SectionRef &Section : ToolSectionFilter(Obj)) { in getMaxSectionNameWidth()
2045 for (const SectionRef &Section : ToolSectionFilter(Obj, &Idx)) { in printSectionHeaders()
2077 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionContents()
2376 Optional<object::SectionRef> ClangASTSection; in printRawClangAST()
2411 Optional<object::SectionRef> FaultMapSection; in printFaultMaps()
2536 for (const SectionRef &Section : Obj->sections()) in checkForInvalidStartStopAddress()