Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h199 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
201 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
206 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
215 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
220 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
248 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
252 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
H A DRuntimeDyldMachOI386.h115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
172 SectionRef SectionA = *SAI; in processSECTDIFFRelocation() local
173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation()
176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
383 SectionRef SectionA = *SAI; in processHALFSECTDIFFRelocation() local
384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation()
387 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
/netbsd-src/external/apache2/llvm/dist/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.cpp105 RE.Sections.SectionA = -1; in getDLLImportOffset()