Searched refs:SectionA (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 199 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 D | RuntimeDyldMachOI386.h | 115 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 D | RuntimeDyldMachOARM.h | 260 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 D | RuntimeDyldMachOX86_64.h | 112 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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 105 RE.Sections.SectionA = -1; in getDLLImportOffset()
|