Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c96 static struct stab_list_s { struct
97 struct stab_list_s *next; argument
1742 static struct stab_list_s *
1743 load_arstring_table(struct stab_list_s *STabList, in load_arstring_table()
1747 struct stab_list_s *STL_entry, *STL_next; in load_arstring_table()
1750 STL_entry = malloc(sizeof (struct stab_list_s)); in load_arstring_table()