HomeSort by: relevance | last modified time | path
    Searched refs:SectionBBase (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
117 assert((Value == SectionABase || Value == SectionBBase) &&
119 Value = SectionABase - SectionBBase + RE.Addend;
184 uint64_t SectionBBase = SBI->getAddress();
185 uint64_t SectionBOffset = AddrB - SectionBBase;
RuntimeDyldMachOX86_64.h 113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
114 assert((Value == SectionABase || Value == SectionBBase) &&
116 Value = SectionABase - SectionBBase + RE.Addend;
RuntimeDyldMachOARM.h 261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
262 assert((Value == SectionABase || Value == SectionBBase) &&
264 Value = SectionABase - SectionBBase + RE.Addend;
395 uint64_t SectionBBase = SBI->getAddress();
396 uint64_t SectionBOffset = AddrB - SectionBBase;
RuntimeDyldMachOAArch64.h 419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
420 assert((Value == SectionABase || Value == SectionBBase) &&
422 Value = SectionABase - SectionBBase + RE.Addend;

Completed in 16 milliseconds