Searched refs:SectionB (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 134 uint32_t SectionB; member 169 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument 175 Sections.SectionB = SectionB; in RelocationEntry() 179 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument 186 Sections.SectionB = SectionB; in RelocationEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() 186 SectionRef SectionB = *SBI; in processSECTDIFFRelocation() local 189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() 397 SectionRef SectionB = *SBI; in processHALFSECTDIFFRelocation() local 400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOX86_64.h | 113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|