Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h136 uint32_t SectionB; member
171 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
177 Sections.SectionB = SectionB; in RelocationEntry()
181 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
188 Sections.SectionB = SectionB; in RelocationEntry()
/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/swiftshader/third_party/llvm-7.0/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.h260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
393 SectionRef SectionB = *SBI; in processHALFSECTDIFFRelocation() local
396 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOAArch64.h420 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/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()