Searched refs:addRelocationForSection (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 975 addRelocationForSection(RE, Value.SectionID); in processSimpleRelocation() 1278 addRelocationForSection(RE, SectionID); in processRelocationRef() 1306 addRelocationForSection(RE, SectionID); in processRelocationRef() 1334 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1363 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1373 addRelocationForSection(RE, SectionID); in processRelocationRef() 1427 addRelocationForSection(RE, SectionID); in processRelocationRef() 1592 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1632 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 1819 addRelocationForSection(RE, Value.SectionID); in findOrAllocGOTEntry() [all …]
|
| H A D | RuntimeDyldMachO.cpp | 91 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|
| H A D | RuntimeDyldImpl.h | 409 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
|
| H A D | RuntimeDyld.cpp | 846 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection() function in llvm::RuntimeDyldImpl
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFThumb.h | 128 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 135 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 141 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 147 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 154 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 163 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFI386.h | 108 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 114 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 120 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
| H A D | RuntimeDyldMachOX86_64.h | 81 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 149 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 230 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 350 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 471 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation() 477 addRelocationForSection(TargetRE, RE.SectionID); in processGOTRelocation() 515 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 198 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 334 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation() 420 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOI386.h | 94 addRelocationForSection(RE, Value.SectionID); in processRelocationRef() 204 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 266 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|