Searched refs:getSectionForAddress (Results 1 – 6 of 6) sorted by relevance
403 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in handleAddressRef()448 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in analyzeMemoryAt()525 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in analyzeJumpTable()825 *getSectionForAddress(Address)); in getOrCreateJumpTable()855 *getSectionForAddress(JT->getAddress())); in duplicateJumpTable()1160 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in handleAArch64Veneer()2054 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in addRelocation()2063 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in addDynamicRelocation()2070 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in removeRelocationAt()2076 ErrorOr<BinarySection &> Section = getSectionForAddress(Address); in getRelocationAt()[all …]
862 ErrorOr<BinarySection &> Section = BC.getSectionForAddress(ArrayStart); in processIndirectBranch()884 if (!BC.getSectionForAddress(ArrayStart)->isReadOnly()) in processIndirectBranch()
1061 ErrorOr<BinarySection &> getSectionForAddress(uint64_t Address);1062 ErrorOr<const BinarySection &> getSectionForAddress(uint64_t Address) const { in getSectionForAddress() function1063 return const_cast<BinaryContext *>(this)->getSectionForAddress(Address); in 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()[all …]
252 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(Address); in discoverFileObjects()
1152 BC.getSectionForAddress(TargetAddress); in simplifyRODataLoads()