Home
last modified time | relevance | path

Searched refs:SectionB (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h136 uint32_t SectionB; member
167 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
173 Sections.SectionB = SectionB; in RelocationEntry()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
184 SectionRef SectionB = *SBI; in processSECTDIFFRelocation() local
187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
265 SectionRef SectionB = *SBI; in processHALFSECTDIFFRelocation() local
268 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOAArch64.h362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()