/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 33 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, 37 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, 40 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, 43 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, 46 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset, 49 void resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset, 52 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, 55 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, 58 void resolveMIPS64Relocation(const SectionEntry &Section, uint64_t Offset, [all …]
|
D | RuntimeDyldMachO.cpp | 63 SectionEntry &Section = Sections[SectionID]; in processScatteredVANILLA() 148 const SectionEntry &Section = Sections[RE.SectionID]; in dumpRelocationToResolve() 305 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() 320 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames() 321 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() 322 SectionEntry *ExceptTab = nullptr; in registerEHFrames()
|
D | RuntimeDyldELF.cpp | 226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 281 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 306 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 445 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 496 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation() 599 void RuntimeDyldELF::resolveMIPS64Relocation(const SectionEntry &Section, in resolveMIPS64Relocation() 631 RuntimeDyldELF::evaluateMIPS64Relocation(const SectionEntry &Section, in evaluateMIPS64Relocation() 927 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation() 947 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 1038 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation() [all …]
|
D | RuntimeDyldImpl.h | 47 class SectionEntry { 76 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function 237 typedef SmallVector<SectionEntry, 64> SectionList;
|
D | RuntimeDyldMachO.h | 132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
D | RuntimeDyld.cpp | 79 static void dumpSectionMemory(const SectionEntry &S, StringRef State) { in dumpSectionMemory() 610 SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0)); in emitCommonSymbols() 744 SectionEntry(Name, Addr, DataSize, Allocate, (uintptr_t)pData)); in emitSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 33 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, 37 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, 40 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, 49 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, 52 void resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset, 55 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, 58 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, 61 void resolveBPFRelocation(const SectionEntry &Section, uint64_t Offset, 102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
D | RuntimeDyldMachO.cpp | 65 SectionEntry &Section = Sections[SectionID]; in processScatteredVANILLA() 151 const SectionEntry &Section = Sections[RE.SectionID]; in dumpRelocationToResolve() 308 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() 323 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames() 324 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames() 325 SectionEntry *ExceptTab = nullptr; in registerEHFrames()
|
D | RuntimeDyldELF.cpp | 263 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 336 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 364 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 484 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 701 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation() 721 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 815 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation() 869 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation() 919 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() [all …]
|
D | RuntimeDyldImpl.h | 47 class SectionEntry { 76 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function 259 typedef SmallVector<SectionEntry, 64> SectionList;
|
D | RuntimeDyldMachO.h | 133 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.h | 32 void resolveMIPSO32Relocation(const SectionEntry &Section, uint64_t Offset, 34 void resolveMIPSN32Relocation(const SectionEntry &Section, uint64_t Offset, 37 void resolveMIPSN64Relocation(const SectionEntry &Section, uint64_t Offset, 53 int64_t evaluateMIPS32Relocation(const SectionEntry &Section, uint64_t Offset, 55 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
|
D | RuntimeDyldELFMips.cpp | 17 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 34 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() 45 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() 54 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation() 110 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation() 267 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation() 276 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation() 304 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation()
|
D | RuntimeDyldCOFFX86_64.h | 39 for (const SectionEntry &Section : Sections) in getImageBase() 82 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 136 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub() 199 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 63 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 204 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 306 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() 356 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOI386.h | 102 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 152 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOX86_64.h | 89 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 132 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
D | RuntimeDyldMachOAArch64.h | 36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 359 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 448 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
D | RuntimeDyldCOFFI386.h | 63 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 38 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 117 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 192 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() 235 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 131 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 314 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 388 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
D | RuntimeDyldMachOI386.h | 102 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 152 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOX86_64.h | 89 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 132 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
D | RuntimeDyldCOFFI386.h | 63 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
|