Searched refs:pExist (Results 1 - 19 of 19) sorted by relevance

/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/
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 DX86PLT.h59 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ;
61 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
H A DX86GOTPLT.cpp120 GOTEntry* X86GOTPLT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
123 pExist = 1;
126 pExist = 0;
H A DX86GOT.h44 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
H A DX86GOTPLT.h58 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
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/lib/Target/ARM/
H A DARMPLT.h52 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ;
54 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
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;
H A DARMGOT.cpp94 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) argument
97 pExist = 1;
100 pExist = 0;
H A DARMGOT.h63 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h41 bool& pExist);
H A DGOT.h93 /// @param pExist - ture if a filled entry with pSymbol existed, otherwise false.
94 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
H A DPLT.h77 /// @param pExist - ture if the a filled entry with pSymbol existed, otherwise false.
78 virtual PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
/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 DMipsGOT.h52 GOTEntry* getEntry(const ResolveInfo& pInfo, bool& 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/include/mcld/ADT/
H A DHashTable.h76 // If the element already exists, return the element, and set pExist true.
77 entry_type* insert(const key_type& pKey, bool& pExist);

Completed in 8281 milliseconds