Searched refs:addRelocationForSection (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 998 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 …]
|
D | RuntimeDyldImpl.h | 334 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
D | RuntimeDyld.cpp | 649 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 78 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 182 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation() 183 addRelocationForSection(R, SectionBID); in processSECTDIFFRelocation() 219 addRelocationForSection(R, TargetSectionID); in processI386ScatteredVANILLA()
|
D | RuntimeDyldMachOARM.h | 86 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()
|
D | RuntimeDyldMachOX86_64.h | 63 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 125 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
D | RuntimeDyldMachOAArch64.h | 298 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 394 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 400 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 175 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|