Searched refs:SectionB (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A 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()
|
| H A D | RuntimeDyldMachOARM.h | 262 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() 395 SectionRef SectionB = *SBI; in processHALFSECTDIFFRelocation() local 398 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOX86_64.h | 114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 420 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|