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