Home
last modified time | relevance | path

Searched refs:lookUpFirstEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
113 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( in lookUpFirstEntry() function
126 EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( in lookUpFirstEntry() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp999 X86_32GOTEntry* got_entry1 = pParent.getSymGOTMap().lookUpFirstEntry(*rsym); in tls_gd()