Home
last modified time | relevance | path

Searched refs:pExist (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h60 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() argument
63 pExist = true; in produce()
69 pExist = false; in produce()
73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() argument
76 pExist = true; in produce()
82 pExist = false; in produce()
/frameworks/compile/mclinker/lib/Target/
DOutputRelocSection.cpp44 bool& pExist) in getEntry() argument
68 pExist = 1; in getEntry()
71 pExist = 0; in getEntry()
78 pExist = 0; in getEntry()
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.h33 const mcld::ResolveInfo& pSymbol,bool& pExist);
36 const mcld::ResolveInfo& pSymbol,bool& pExist);
52 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
DX86PLT.cpp112 PLTEntry* X86PLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) in getPLTEntry() argument
116 pExist = 1; in getPLTEntry()
122 pExist = 0; in getPLTEntry()
137 GOTEntry* X86PLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist) in getGOTPLTEntry() argument
141 pExist = 1; in getGOTPLTEntry()
147 pExist = 0; in getGOTPLTEntry()
DX86GOT.cpp77 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist) in getEntry() argument
80 pExist = 1; in getEntry()
83 pExist = 0; in getEntry()
DX86PLT.h54 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ;
56 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp76 PLTEntry* ARMPLT::getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) in getPLTEntry() argument
80 pExist = 1; in getPLTEntry()
86 pExist = 0; in getPLTEntry()
104 GOTEntry* ARMPLT::getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist) in getGOTPLTEntry() argument
108 pExist = 1; in getGOTPLTEntry()
114 pExist = 0; in getGOTPLTEntry()
DARMPLT.h53 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ;
55 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
DARMGOT.cpp93 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) in getEntry() argument
96 pExist = 1; in getEntry()
99 pExist = 0; in getEntry()
DARMGOT.h60 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp119 GOTEntry* MipsGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) in getEntry() argument
123 pExist = NULL != entry; in getEntry()
125 if (!pExist) { in getEntry()
DMipsGOT.h48 GOTEntry* getEntry(const ResolveInfo& pInfo, bool& pExist);
/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.tcc66 bool& pExist) in insert() argument
74 pExist = true; in insert()
85 pExist = false; in insert()
DHashTable.h77 entry_type* insert(const key_type& pKey, bool& pExist);
/frameworks/compile/mclinker/include/mcld/Target/
DOutputRelocSection.h46 bool& pExist);
DPLT.h76 virtual PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
DGOT.h95 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;