Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h95 uint32_t SectionA; member
127 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
132 Sections.SectionA = SectionA; in RelocationEntry()
DRuntimeDyldMachO.cpp318 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveI386Relocation()
578 SectionRef SectionA = *SAI; in processSECTDIFFRelocation() local
580 SectionA.isText(IsCode); in processSECTDIFFRelocation()
581 uint32_t SectionAID = findOrEmitSection(Obj, SectionA, IsCode, in processSECTDIFFRelocation()