Searched defs:SectionABase (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); variable
363 assert((Value == SectionABase || Value == SectionBBase) &&
365 Value = SectionABase - SectionBBase + RE.Addend;
H A DRuntimeDyldMachOARM.h154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); variable
156 assert((Value == SectionABase || Value == SectionBBase) &&
158 Value = SectionABase - SectionBBase + RE.Addend;
249 uint64_t SectionABase = SAI->getAddress(); local
250 uint64_t SectionAOffset = AddrA - SectionABase;
H A DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); variable
118 assert((Value == SectionABase || Value == SectionBBase) &&
120 Value = SectionABase - SectionBBase + RE.Addend;
168 uint64_t SectionABase = SAI->getAddress(); local
169 uint64_t SectionAOffset = AddrA - SectionABase;
H A DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); variable
115 assert((Value == SectionABase || Value == SectionBBase) &&
117 Value = SectionABase - SectionBBase + RE.Addend;

Completed in 68 milliseconds