Home
last modified time | relevance | path

Searched refs:addRelocationForSection (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp998 addRelocationForSection(REmovz_g3, Value.SectionID); in processRelocationRef()
999 addRelocationForSection(REmovk_g2, Value.SectionID); in processRelocationRef()
1000 addRelocationForSection(REmovk_g1, Value.SectionID); in processRelocationRef()
1001 addRelocationForSection(REmovk_g0, Value.SectionID); in processRelocationRef()
1032 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
1056 addRelocationForSection(RE, SectionID); in processRelocationRef()
1075 addRelocationForSection(REHi, Value.SectionID); in processRelocationRef()
1076 addRelocationForSection(RELo, Value.SectionID); in processRelocationRef()
1080 addRelocationForSection(RE, SectionID); in processRelocationRef()
1116 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
[all …]
DRuntimeDyldImpl.h334 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
DRuntimeDyld.cpp649 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h78 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
182 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
183 addRelocationForSection(R, SectionBID); in processSECTDIFFRelocation()
219 addRelocationForSection(R, TargetSectionID); in processI386ScatteredVANILLA()
DRuntimeDyldMachOARM.h86 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
193 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation()
268 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
269 addRelocationForSection(R, SectionBID); in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h63 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
125 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
DRuntimeDyldMachOAArch64.h298 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
394 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
400 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h175 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()