Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/dump/common/
H A Ddump.c95 static struct stab_list_s { struct
96 struct stab_list_s *next; argument
1741 static struct stab_list_s *
1742 load_arstring_table(struct stab_list_s *STabList, in load_arstring_table()
1746 struct stab_list_s *STL_entry, *STL_next; in load_arstring_table()
1749 STL_entry = malloc(sizeof (struct stab_list_s)); in load_arstring_table()