OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGpDispSymbol
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
94
LDSymbol*
getGpDispSymbol
() { return m_pGpDispSymbol; }
95
const LDSymbol*
getGpDispSymbol
() const { return m_pGpDispSymbol; }
MipsRelocator.cpp
89
if (NULL != getTarget().
getGpDispSymbol
()) {
90
if (pReloc.symInfo() == getTarget().
getGpDispSymbol
()->resolveInfo())
Completed in 1633 milliseconds