OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 12 00:25:55 UTC 2026