Searched refs:SectionA (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 153 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation() 155 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation() 160 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation() 170 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation() 175 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation() 183 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation() 185 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 193 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
|
H A D | RuntimeDyldCOFFThumb.h | 221 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation() 223 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation() 228 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation() 237 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation() 242 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation() 270 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation() 274 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
|
H A D | RuntimeDyldMachOI386.h | 114 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 171 SectionRef SectionA = *SAI; in processSECTDIFFRelocation() local 172 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() 175 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOARM.h | 259 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 382 SectionRef SectionA = *SAI; in processHALFSECTDIFFRelocation() local 383 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() 386 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOX86_64.h | 111 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
|
H A D | RuntimeDyldMachOAArch64.h | 418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 133 uint32_t SectionA; member 169 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument 174 Sections.SectionA = SectionA; in RelocationEntry() 179 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument 185 Sections.SectionA = SectionA; in RelocationEntry()
|
H A D | RuntimeDyldCOFF.cpp | 106 RE.Sections.SectionA = -1; in getDLLImportOffset()
|