Searched refs:m_thunks (Results 1 – 3 of 3) sorted by relevance
153 if (!symtab->m_thunks) in get()155 return symtab->m_thunks->get (node); in get()162 symtab->m_thunks->remove (node); in remove()169 if (symtab->m_thunks) in release()170 ggc_delete (symtab->m_thunks); in release()171 symtab->m_thunks = NULL; in release()
94 if (!symtab->m_thunks) in get_create()96 symtab->m_thunks in get_create()99 symtab->m_thunks->disable_insertion_hook (); in get_create()101 return symtab->m_thunks->get_create (node); in get_create()
2238 m_thunks (NULL), m_clones (NULL), in symbol_table()2521 thunk_summary *m_thunks; variable