Home | History | Annotate | Download | only in LD

Lines Matching refs:LDSection

18 class LDSection;
35 /// LDSection
36 bool add(LDSection& pOutSect, NamePool& pNamePool);
40 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
43 LDSymbol* get(const LDSection& pOutSect);
44 const LDSymbol* get(const LDSection& pOutSect) const;
47 /// sectCompare - hash compare function for LDSection*
49 bool operator()(const LDSection* X, const LDSection* Y) const {
54 /// SectPtrHash - hash function for LDSection*
56 size_t operator()(const LDSection* pKey) const {
62 typedef HashEntry<const LDSection*, LDSymbol*, SectCompare> SectHashEntryType;