OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelSecI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
MCObjectSymbolizer.cpp
74
section_iterator
RelSecI
= SI->getRelocatedSection();
75
if (
RelSecI
== Obj->end_sections())
78
uint64_t StartAddr;
RelSecI
->getAddress(StartAddr);
79
uint64_t Size;
RelSecI
->getSize(Size);
80
bool RequiredForExec;
RelSecI
->isRequiredForExecution(RequiredForExec);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
228
section_iterator
RelSecI
= SI->getRelocatedSection();
229
if (!(
RelSecI
== Section))
RuntimeDyldELF.cpp
546
section_iterator
RelSecI
= si->getRelocatedSection();
547
if (
RelSecI
== Obj.end_sections())
551
check(
RelSecI
->getName(RelSectionName));
[
all
...]
Completed in 52 milliseconds