Home
last modified time | relevance | path

Searched refs:SectionEntry (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h29 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 …]
DRuntimeDyldMachO.cpp63 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()
DRuntimeDyldELF.cpp226 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 …]
DRuntimeDyldImpl.h47 class SectionEntry {
76 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function
237 typedef SmallVector<SectionEntry, 64> SectionList;
DRuntimeDyldMachO.h132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyld.cpp79 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()
DRuntimeDyldChecker.cpp867 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerSection()
877 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerStubMap()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h38 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()
DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
131 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
DRuntimeDyldMachOAArch64.h36 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()
DRuntimeDyldMachOI386.h102 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
152 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h89 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
132 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
DRuntimeDyldCOFFI386.h63 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
DRuntimeDyldCOFFThumb.h62 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()