Searched refs:SectionEntry (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h34 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
38 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
42 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
45 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
51 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset,
54 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset,
57 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset,
H A DRuntimeDyldMachO.cpp177 static intptr_t computeDelta(SectionEntry *A, SectionEntry *B) {
192 SectionEntry *Text = &Sections[SectionInfo.TextSID];
193 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
194 SectionEntry *ExceptTab = nullptr;
243 // RE.Offset. RE.SectionID can be used to find the SectionEntry. Each
244 // SectionEntry has three members describing its location.
245 // SectionEntry::Address is the address at which the section has been loaded
246 // into memory in the current (host) process. SectionEntry::LoadAddress is the
248 // SectionEntry
[all...]
H A DRuntimeDyldImpl.h43 /// SectionEntry - represents a section emitted into memory by the dynamic
45 class SectionEntry { class in namespace:llvm
70 SectionEntry(StringRef name, uint8_t *address, size_t size, function in class:llvm::SectionEntry
177 typedef SmallVector<SectionEntry, 64> SectionList;
H A DRuntimeDyldELF.cpp257 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,
326 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section,
358 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section,
499 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section,
571 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section,
748 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section,
839 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section,
874 // RE.Offset. RE.SectionID can be used to find the SectionEntry. Each
875 // SectionEntry has three members describing its location.
876 // SectionEntry
[all...]
H A DRuntimeDyld.cpp368 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, 0));
479 Sections.push_back(SectionEntry(Name, Addr, DataSize, (uintptr_t)pData));

Completed in 83 milliseconds