Home
last modified time | relevance | path

Searched refs:getSectionByAddress (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h152 section_iterator SAI = getSectionByAddress(Obj, AddrA); in processSECTDIFFRelocation()
162 section_iterator SBI = getSectionByAddress(Obj, AddrB); in processSECTDIFFRelocation()
208 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processI386ScatteredVANILLA()
DRuntimeDyldMachOARM.h233 section_iterator SAI = getSectionByAddress(MachO, AddrA); in processHALFSECTDIFFRelocation()
243 section_iterator SBI = getSectionByAddress(MachO, AddrB); in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h107 static section_iterator getSectionByAddress(const MachOObjectFile &Obj,
DRuntimeDyldMachO.cpp120 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() function in llvm::RuntimeDyldMachO