Home
last modified time | relevance | path

Searched refs:SectionA (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h153 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 DRuntimeDyldCOFFThumb.h221 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 DRuntimeDyldMachOI386.h114 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 DRuntimeDyldMachOARM.h259 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 DRuntimeDyldMachOX86_64.h111 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h133 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 DRuntimeDyldCOFF.cpp106 RE.Sections.SectionA = -1; in getDLLImportOffset()