HomeSort by relevance Sort by last modified time
    Searched refs:SectionEntry (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 34 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,
RuntimeDyldMachO.cpp 177 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::ObjAddress is the address of the bits for this section in th
    [all...]
RuntimeDyldImpl.h 43 /// SectionEntry - represents a section emitted into memory by the dynamic
45 class SectionEntry {
70 SectionEntry(StringRef name, uint8_t *address, size_t size,
177 typedef SmallVector<SectionEntry, 64> SectionList;
RuntimeDyldELF.cpp 257 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,
    [all...]
RuntimeDyld.cpp 368 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, 0));
479 Sections.push_back(SectionEntry(Name, Addr, DataSize, (uintptr_t)pData));

Completed in 52 milliseconds