Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h26 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
30 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
34 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
37 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
40 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
43 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset,
46 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset,
49 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset,
85 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyldMachO.cpp107 const SectionEntry &Section = Sections[RE.SectionID]; in dumpRelocationToResolve()
246 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta()
261 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()
262 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames()
263 SectionEntry *ExceptTab = nullptr; in registerEHFrames()
DRuntimeDyldELF.cpp223 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
279 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
310 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
451 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
523 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation()
699 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
790 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
846 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
851 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
967 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
[all …]
DRuntimeDyldImpl.h52 class SectionEntry {
77 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function
202 typedef SmallVector<SectionEntry, 64> SectionList;
DRuntimeDyldMachO.h127 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
DRuntimeDyld.cpp43 static void dumpSectionMemory(const SectionEntry &S, StringRef State) { in dumpSectionMemory()
512 Sections.push_back(SectionEntry("<common symbols>", Addr, CommonSize, 0)); in emitCommonSymbols()
625 Sections.push_back(SectionEntry(Name, Addr, DataSize, (uintptr_t)pData)); in emitSection()
DRuntimeDyldChecker.cpp864 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerSection()
874 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerStubMap()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h37 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
94 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
177 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
220 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h71 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
108 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
DRuntimeDyldMachOI386.h86 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
137 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
197 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA()
DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
141 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
DRuntimeDyldMachOAArch64.h36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
307 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
371 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()