Searched refs:SectionEntry (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 35 void resolveX86_64Relocation(const SectionEntry &Section, 41 void resolveX86Relocation(const SectionEntry &Section, 47 void resolveARMRelocation(const SectionEntry &Section, 53 void resolveMIPSRelocation(const SectionEntry &Section, 59 void resolvePPC64Relocation(const SectionEntry &Section, 65 virtual void resolveRelocation(const SectionEntry &Section,
|
D | RuntimeDyldImpl.h | 44 class SectionEntry { 69 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function 130 typedef SmallVector<SectionEntry, 64> SectionList; 281 virtual void resolveRelocation(const SectionEntry &Section,
|
D | RuntimeDyldELF.cpp | 193 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 238 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 272 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 336 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation() 495 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 563 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() 669 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() 699 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef() 747 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef()
|
D | RuntimeDyldMachO.h | 58 virtual void resolveRelocation(const SectionEntry &Section,
|
D | RuntimeDyldMachO.cpp | 24 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section, in resolveRelocation() 216 SectionEntry &Section = Sections[Rel.SectionID]; in processRelocationRef()
|
D | RuntimeDyld.cpp | 186 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, TotalSize, 0)); in emitCommonSymbols() 298 Sections.push_back(SectionEntry(Name, Addr, Allocate, DataSize, in emitSection()
|