OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getrelocationlist
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
RelocData.h
68
const RelocationListType&
getRelocationList
() const { return m_Relocations; }
69
RelocationListType&
getRelocationList
() { return m_Relocations; }
/frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp
48
assert(!m_pRelocData->
getRelocationList
().empty() &&
GNULDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp
145
(*rs)->getRelocData()->
getRelocationList
();
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
643
pSection.getRelocData()->
getRelocationList
().insert(
[
all
...]
Completed in 522 milliseconds