OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectionAddress
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
134
SectionAddrMap
SectionAddress
;
136
SectionAddrMap &getSectionAddressMap() { return
SectionAddress
; }
139
return
SectionAddress
.lookup(SD);
/external/llvm/tools/llvm-objdump/
MachODump.cpp
330
uint64_t RelocOffset,
SectionAddress
;
332
Sections[SectIdx].getAddress(
SectionAddress
);
333
RelocOffset -=
SectionAddress
;
358
uint64_t
SectionAddress
= 0;
360
Sections[SectIdx].getAddress(
SectionAddress
);
362
Start -=
SectionAddress
;
376
NextSym -=
SectionAddress
;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
96
uint64_t
SectionAddress
;
97
if (std::error_code EC = SecI->getAddress(
SectionAddress
))
100
Result = Address -
SectionAddress
;
Completed in 91 milliseconds