Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h102 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveRelocation()
156 SectionRef SectionA = *SAI; in processSECTDIFFRelocation() local
157 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation()
159 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h133 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveRelocation()
237 SectionRef SectionA = *SAI; in processHALFSECTDIFFRelocation() local
238 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation()
240 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID); in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h102 uint32_t SectionA; member
134 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
139 Sections.SectionA = SectionA; in RelocationEntry()