OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resolveRelocation
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
87
void RuntimeDyldMachO::
resolveRelocation
(const RelocationEntry &RE,
90
return
resolveRelocation
(Section, RE.Offset, Value, RE.RelType, RE.Addend,
94
void RuntimeDyldMachO::
resolveRelocation
(const SectionEntry &Section,
106
DEBUG(dbgs() << "
resolveRelocation
LocalAddress: "
352
resolveRelocation
(Section, Offset, (uint64_t)Addr,
361
resolveRelocation
(Section, Offset,
375
resolveRelocation
(Section, Offset,
RuntimeDyldELF.cpp
738
void RuntimeDyldELF::
resolveRelocation
(const RelocationEntry &RE,
741
return
resolveRelocation
(Section, RE.Offset, Value, RE.RelType, RE.Addend);
744
void RuntimeDyldELF::
resolveRelocation
(const SectionEntry &Section,
871
resolveRelocation
(Section, Offset,
[
all
...]
Completed in 242 milliseconds