Searched refs:SectionB (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 136 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/ |
D | RuntimeDyldImpl.h | 136 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/ |
D | RuntimeDyldMachOI386.h | 117 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()
|
D | RuntimeDyldMachOARM.h | 260 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()
|
D | RuntimeDyldMachOX86_64.h | 114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOAArch64.h | 420 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 117 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()
|
D | RuntimeDyldMachOARM.h | 155 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()
|
D | RuntimeDyldMachOX86_64.h | 114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOAArch64.h | 362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|