Searched defs:pExist (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp48 bool& pExist)
72 pExist = true;
75 pExist = false;
82 pExist = false;
46 getEntry(const ResolveInfo& pSymbol, bool isForGOT, bool& pExist) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp54 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
66 pExist = 1;
69 pExist = 0;
H A DX86GOTPLT.cpp120 GOTEntry* X86GOTPLT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
123 pExist = 1;
126 pExist = 0;
H A DX86PLT.cpp112 PLTEntry* X86PLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
116 pExist = 1;
119 pExist = 0;
130 GOTEntry* X86PLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
132 return m_GOTPLT.getEntry(pSymbol, pExist);
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h60 DataType* produce(const KeyType& pKey, bool& pExist) { argument
63 pExist = true;
69 pExist = false;
73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { argument
76 pExist = true;
82 pExist = false;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp121 GOTEntry* MipsGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
124 pExist = false;
135 pExist = NULL != entry;
137 if (!pExist) {
H A DMipsRelocationFactory.cpp116 bool& pExist, int32_t value)
123 GOTEntry& got_entry = *got.getEntry(*rsym, pExist);
125 if (pExist)
114 helper_GetGOTEntry(Relocation& pReloc, MipsRelocationFactory& pParent, bool& pExist, int32_t value) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp94 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
97 pExist = 1;
100 pExist = 0;
H A DARMPLT.cpp79 PLTEntry* ARMPLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
83 pExist = 1;
89 pExist = 0;
106 GOTEntry* ARMPLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
110 pExist = 1;
116 pExist = 0;

Completed in 759 milliseconds