Home
last modified time | relevance | path

Searched refs:m_msym_bunch (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dminsyms.c1098 m_msym_bunch (NULL), in minimal_symbol_reader()
1115 while (m_msym_bunch != NULL) in ~minimal_symbol_reader()
1117 next = m_msym_bunch->next; in ~minimal_symbol_reader()
1118 xfree (m_msym_bunch); in ~minimal_symbol_reader()
1119 m_msym_bunch = next; in ~minimal_symbol_reader()
1220 newobj->next = m_msym_bunch; in record_full()
1221 m_msym_bunch = newobj; in record_full()
1223 msymbol = &m_msym_bunch->contents[m_msym_bunch_index]; in record_full()
1443 for (bunch = m_msym_bunch; bunch != NULL; bunch = bunch->next) in install()
Dminsyms.h159 struct msym_bunch *m_msym_bunch; variable
DChangeLog-20163689 <m_msym_bunch, m_msym_bunch_index, m_msym_count>: New members.