Searched refs:SectionBBase (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h115 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); variable
116 assert((Value == SectionABase || Value == SectionBBase) &&
118 Value = SectionABase - SectionBBase + RE.Addend;
183 uint64_t SectionBBase = SBI->getAddress(); local
184 uint64_t SectionBOffset = AddrB - SectionBBase;
H A DRuntimeDyldMachOX86_64.h112 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); variable
113 assert((Value == SectionABase || Value == SectionBBase) &&
115 Value = SectionABase - SectionBBase + RE.Addend;
H A DRuntimeDyldMachOARM.h260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); variable
261 assert((Value == SectionABase || Value == SectionBBase) &&
263 Value = SectionABase - SectionBBase + RE.Addend;
394 uint64_t SectionBBase = SBI->getAddress(); local
395 uint64_t SectionBOffset = AddrB - SectionBBase;
H A DRuntimeDyldMachOAArch64.h419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); variable
420 assert((Value == SectionABase || Value == SectionBBase) &&
422 Value = SectionABase - SectionBBase + RE.Addend;

Completed in 294 milliseconds