Searched refs:entry_type (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfoFactory.cpp17 ResolveInfoFactory::entry_type*
20 entry_type* result = static_cast<entry_type*>(
21 malloc(sizeof(entry_type)+pKey.size()+1));
25 new (result) entry_type();
33 void ResolveInfoFactory::destroy(ResolveInfoFactory::entry_type* pEntry)
36 pEntry->~entry_type();
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfoFactory.h25 typedef ResolveInfo entry_type; typedef in class:mcld::ResolveInfoFactory
29 entry_type* produce(const key_type& pKey);
30 void destroy(entry_type* pEntry);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h33 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
37 entry_type *Entry;
40 static entry_type* getEmptyBucket();
41 static entry_type* getTombstone();
76 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
H A DHashIterator.h28 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
91 inline entry_type* getEntry() {
97 inline const entry_type* getEntry() const {
167 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
202 inline entry_type* getEntry() {
208 inline const entry_type* getEntry() const {
H A DHashTable.h46 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
77 entry_type* insert(const key_type& pKey, bool& pExist);
H A DHashEntry.h78 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
H A DStringEntry.h135 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp85 HashTableTy::entry_type* entry = 0;
112 HashTableTy::entry_type* val = hashTable->insert(key, exist);
128 HashTableTy::entry_type* entry = 0;
150 HashTableTy::entry_type* entry = 0;
175 HashTableTy::entry_type* entry = 0;
199 HashTableTy::entry_type* entry = 0;
235 HashTableTy::entry_type* entry = 0;
256 HashTableTy::entry_type* entry = 0;
279 HashTableTy::entry_type* entry = 0;
310 HashTableTy::entry_type* entr
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
147 DirCache::entry_type* m_pEntry;
H A DFileSystem.h105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp283 HashTableType::entry_type* entry = 0;
340 HashTableType::entry_type* entry = 0;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp802 HashTableType::entry_type* entry = 0;
909 HashTableType::entry_type* entry = 0;

Completed in 3617 milliseconds