Lines Matching refs:getSectionForAddress
956 ErrorOr<BinarySection &> BSection = BC->getSectionForAddress(Address); in discoverFileObjects()
1154 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in discoverFileObjects()
1207 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in discoverFileObjects()
1277 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(EntryAddress); in createPLTBinaryFunction()
1902 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(SymbolAddress); in analyzeRelocation()
1972 BC->getSectionForAddress(*PLTRelocationsAddress); in processDynamicRelocations()
1986 BC->getSectionForAddress(*DynamicRelocationsAddress); in processDynamicRelocations()
2311 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(SymbolAddress); in readRelocations()
2326 dbgs() << BC->getSectionForAddress(Rel.getOffset())->getName() << "\n"; in readRelocations()
2412 BC->getSectionForAddress(SymbolAddress); in readRelocations()
4912 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in patchELFAllocatableRelaSections()