Searched refs:SectionB (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 115 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 D | RuntimeDyldMachOARM.h | 260 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 D | RuntimeDyldMachOX86_64.h | 112 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()
|