Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h134 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 DRuntimeDyldMachOI386.h116 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 DRuntimeDyldMachOARM.h261 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 DRuntimeDyldMachOX86_64.h113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()