Searched refs:SectionEntry (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 26 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()
|
D | RuntimeDyldMachO.cpp | 107 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()
|
D | RuntimeDyldELF.cpp | 223 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 …]
|
D | RuntimeDyldImpl.h | 52 class SectionEntry { 77 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function 202 typedef SmallVector<SectionEntry, 64> SectionList;
|
D | RuntimeDyldMachO.h | 127 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection()
|
D | RuntimeDyld.cpp | 43 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()
|
D | RuntimeDyldChecker.cpp | 864 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerSection() 874 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerStubMap()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 37 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()
|
D | RuntimeDyldMachOX86_64.h | 71 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 108 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation()
|
D | RuntimeDyldMachOI386.h | 86 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 137 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation() 197 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA()
|
D | RuntimeDyldCOFFX86_64.h | 64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() 141 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 36 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()
|