Searched refs:m_abbrevs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dabbrev.h70 return (struct abbrev_info *) htab_find_with_hash (m_abbrevs.get (),
93 htab_up m_abbrevs; member in struct:abbrev_table
H A Dabbrev.c63 m_abbrevs (htab_create_alloc (20, hash_abbrev, eq_abbrev,
86 void **slot = htab_find_slot_with_hash (m_abbrevs.get (), abbrev,
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dabbrev.h82 return (struct abbrev_info *) htab_find_with_hash (m_abbrevs.get (),
103 htab_up m_abbrevs; member in struct:abbrev_table
H A Dabbrev.c64 m_abbrevs (htab_create_alloc (20, hash_abbrev, eq_abbrev,
74 void **slot = htab_find_slot_with_hash (m_abbrevs.get (), abbrev,

Completed in 173 milliseconds