OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SBI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h
182
section_iterator
SBI
= getSectionByAddress(Obj, AddrB);
183
assert(
SBI
!= Obj.section_end() && "Can't find section for address B");
184
uint64_t SectionBBase =
SBI
->getAddress();
186
SectionRef SectionB = *
SBI
;
RuntimeDyldMachOARM.h
393
section_iterator
SBI
= getSectionByAddress(MachO, AddrB);
394
assert(
SBI
!= MachO.section_end() && "Can't find section for address B");
395
uint64_t SectionBBase =
SBI
->getAddress();
397
SectionRef SectionB = *
SBI
;
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026