Lines Matching refs:SectionRef

407 static FilterResult checkSectionFilter(object::SectionRef S) {  in checkSectionFilter()
436 [Idx](object::SectionRef S) { in ToolSectionFilter()
1152 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1181 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1194 static std::optional<SectionRef> getWasmCodeSection(const WasmObjectFile &Obj) { in getWasmCodeSection()
1205 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addMissingWasmCodeSymbols() argument
1206 std::optional<SectionRef> Section = getWasmCodeSection(Obj); in addMissingWasmCodeSymbols()
1236 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument
1241 DenseMap<StringRef, SectionRef> Sections; in addPltEntries()
1242 for (SectionRef Section : Obj.sections()) { in addPltEntries()
1290 static std::map<SectionRef, std::vector<RelocationRef>>
1292 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap()
1294 for (SectionRef Sec : Obj.sections()) { in getRelocsMap()
1319 static bool shouldAdjustVA(const SectionRef &Section) { in shouldAdjustVA()
1591 const SectionRef &Section) { in getSegmentName()
1688 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject()
1695 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()
1696 std::map<SectionRef, SmallVector<MappingSymbolPair, 0>> AllMappingSymbols; in disassembleObject()
1778 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject()
1779 for (SectionRef Sec : Obj.sections()) in disassembleObject()
1803 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1818 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()
1867 for (const SectionRef &Section : ToolSectionFilter(Obj)) { in disassembleObject()
2357 [=](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
2664 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations()
2666 for (const SectionRef &Section : ToolSectionFilter(O, &Ndx)) { in printRelocations()
2680 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()
2689 for (SectionRef Section : P.second) { in printRelocations()
2725 for (const SectionRef &S : ToolSectionFilter(Obj)) in shouldDisplayLMA()
2734 for (const SectionRef &Section : ToolSectionFilter(Obj)) { in getMaxSectionNameWidth()
2758 for (const SectionRef &Section : ToolSectionFilter(Obj, &Idx)) { in printSectionHeaders()
2790 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionContents()
3094 std::optional<object::SectionRef> ClangASTSection; in printRawClangAST()
3129 std::optional<object::SectionRef> FaultMapSection; in printFaultMaps()
3238 for (const SectionRef &Section : Obj->sections()) in checkForInvalidStartStopAddress()