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

/macosx-10.10/man-16/man/man2html/
H A Dabbrev.c8 char *abbrev_list[] = { variable
59 while (abbrev_list[i] && strcmp(s, abbrev_list[i]))
61 return abbrev_list[i] ? abbrev_list[i+1] : s;
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_util.c195 Dwarf_Abbrev_List abbrev_list; local
224 abbrev_list = (Dwarf_Abbrev_List)
226 if (abbrev_list == NULL)
232 hash_table[hash_num].at_tail = abbrev_list;
234 hash_table[hash_num].at_tail->ab_next = abbrev_list;
235 hash_table[hash_num].at_tail = abbrev_list;
238 abbrev_list->ab_code = abbrev_code;
239 abbrev_list->ab_tag = abbrev_tag;
241 abbrev_list->ab_has_child = *(abbrev_ptr++);
242 abbrev_list
[all...]
H A Ddwarf_query.c113 Dwarf_Abbrev_List abbrev_list; local
123 abbrev_list = _dwarf_get_abbrev_for_code(die->di_cu_context,
126 if (abbrev_list == NULL) {
130 abbrev_ptr = abbrev_list->ab_abbrev_ptr;
219 Dwarf_Abbrev_List abbrev_list; local
224 abbrev_list = _dwarf_get_abbrev_for_code(die->di_cu_context,
227 if (abbrev_list == NULL) {
231 abbrev_ptr = abbrev_list->ab_abbrev_ptr;
H A Ddwarf_die_deliv.c375 Dwarf_Abbrev_List abbrev_list; local
390 abbrev_list = _dwarf_get_abbrev_for_code(cu_context, abbrev_code);
391 if (abbrev_list == NULL) {
396 *has_die_child = abbrev_list->ab_has_child;
398 abbrev_ptr = abbrev_list->ab_abbrev_ptr;

Completed in 54 milliseconds