OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjAddress
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
49
uintptr_t
ObjAddress
; // Section address in object file. It's use for
52
uintptr_t
objAddress
)
54
StubOffset(stubOffset),
ObjAddress
(
objAddress
) {}
RuntimeDyldMachO.cpp
254
Value.Addend += Section.
ObjAddress
- Sections[Value.SectionID].
ObjAddress
;
Completed in 80 milliseconds