/frameworks/compile/mclinker/include/mcld/Support/ |
D | UniqueGCFactory.h | 60 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/ |
D | OutputRelocSection.cpp | 44 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/ |
D | X86GOT.h | 33 const mcld::ResolveInfo& pSymbol,bool& pExist); 36 const mcld::ResolveInfo& pSymbol,bool& pExist); 52 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
|
D | X86PLT.cpp | 112 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()
|
D | X86GOT.cpp | 77 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist) in getEntry() argument 80 pExist = 1; in getEntry() 83 pExist = 0; in getEntry()
|
D | X86PLT.h | 54 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ; 56 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMPLT.cpp | 76 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()
|
D | ARMPLT.h | 53 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ; 55 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
|
D | ARMGOT.cpp | 93 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) in getEntry() argument 96 pExist = 1; in getEntry() 99 pExist = 0; in getEntry()
|
D | ARMGOT.h | 60 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.cpp | 119 GOTEntry* MipsGOT::getEntry(const ResolveInfo& pInfo, bool& pExist) in getEntry() argument 123 pExist = NULL != entry; in getEntry() 125 if (!pExist) { in getEntry()
|
D | MipsGOT.h | 48 GOTEntry* getEntry(const ResolveInfo& pInfo, bool& pExist);
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashTable.tcc | 66 bool& pExist) in insert() argument 74 pExist = true; in insert() 85 pExist = false; in insert()
|
D | HashTable.h | 77 entry_type* insert(const key_type& pKey, bool& pExist);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | OutputRelocSection.h | 46 bool& pExist);
|
D | PLT.h | 76 virtual PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
|
D | GOT.h | 95 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
|