Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h115 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
185 SectionRef SectionB = *SBI; in processSECTDIFFRelocation() local
188 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
396 SectionRef SectionB = *SBI; in processHALFSECTDIFFRelocation() local
399 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h112 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()