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

/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp44 bool& pExist)
68 pExist = 1;
71 pExist = 0;
78 pExist = 0;
42 getEntry(const ResolveInfo& pSymbol, bool isForGOT, bool& pExist) argument
/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.cpp119 GOTEntry* MipsGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
123 pExist = NULL != entry;
125 if (!pExist) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp77 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
80 pExist = 1;
83 pExist = 0;
H A DX86PLT.cpp112 PLTEntry* X86PLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
116 pExist = 1;
122 pExist = 0;
137 GOTEntry* X86PLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
141 pExist = 1;
147 pExist = 0;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp93 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
96 pExist = 1;
99 pExist = 0;
H A DARMPLT.cpp76 PLTEntry* ARMPLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
80 pExist = 1;
86 pExist = 0;
104 GOTEntry* ARMPLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist) argument
108 pExist = 1;
114 pExist = 0;

Completed in 73 milliseconds