Searched refs:addRelocationForSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1140 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation() 1277 addRelocationForSection(REmovz_g3, Value.SectionID); in processRelocationRef() 1278 addRelocationForSection(REmovk_g2, Value.SectionID); in processRelocationRef() 1279 addRelocationForSection(REmovk_g1, Value.SectionID); in processRelocationRef() 1280 addRelocationForSection(REmovk_g0, Value.SectionID); in processRelocationRef() 1314 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1354 addRelocationForSection(RE, SectionID); in processRelocationRef() 1375 addRelocationForSection(REHi, Value.SectionID); in processRelocationRef() 1376 addRelocationForSection(RELo, Value.SectionID); in processRelocationRef() 1380 addRelocationForSection(RE, SectionID); in processRelocationRef() [all …]
|
D | RuntimeDyldImpl.h | 382 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
D | RuntimeDyldMachO.cpp | 83 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
D | RuntimeDyld.cpp | 671 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 82 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 88 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 94 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 88 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 195 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation() 269 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation() 270 addRelocationForSection(R, SectionBID); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOX86_64.h | 67 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 137 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 181 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
D | RuntimeDyldMachOAArch64.h | 297 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 393 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 399 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation()
|
D | RuntimeDyldMachOI386.h | 77 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 180 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 172 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|