Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_abbrev.c266 if (abbrev == NULL) { in dwarf_get_abbrev_code()
271 *returned_code = abbrev->dab_code; in dwarf_get_abbrev_code()
281 if (abbrev == NULL) { in dwarf_get_abbrev_tag()
286 *returned_tag = abbrev->dab_tag; in dwarf_get_abbrev_tag()
296 if (abbrev == NULL) { in dwarf_get_abbrev_children_flag()
382 if (abbrev == NULL) { in dwarf_get_abbrev_entry_b()
386 if (abbrev->dab_code == 0) { in dwarf_get_abbrev_entry_b()
390 if (abbrev->dab_dbg == NULL) { in dwarf_get_abbrev_entry_b()
394 dbg = abbrev->dab_dbg; in dwarf_get_abbrev_entry_b()
395 abbrev_ptr = abbrev->dab_abbrev_ptr; in dwarf_get_abbrev_entry_b()
[all …]
H A Ddwarf_dnames.c1047 struct Dwarf_D_Abbrev_s * abbrev = 0; in dwarf_debugnames_abbrev_by_index() local
1061 abbrev = cur->din_abbrev_list + abbrev_entry; in dwarf_debugnames_abbrev_by_index()
1063 *abbrev_code = abbrev->da_abbrev_code; in dwarf_debugnames_abbrev_by_index()
1066 *tag = abbrev->da_tag; in dwarf_debugnames_abbrev_by_index()
1085 struct Dwarf_D_Abbrev_s * abbrev = 0; in _dwarf_internal_abbrev_by_code() local
1087 abbrev = cur->din_abbrev_list; in _dwarf_internal_abbrev_by_code()
1089 if (abbrev_code == abbrev->da_abbrev_code) { in _dwarf_internal_abbrev_by_code()
1091 *tag = abbrev->da_tag; in _dwarf_internal_abbrev_by_code()
1148 struct Dwarf_D_Abbrev_s * abbrev = 0; in dwarf_debugnames_abbrev_form_by_index() local
1167 ap = abbrev->da_pairs + abbrev_entry_index; in dwarf_debugnames_abbrev_form_by_index()
[all …]
H A Ddwarf_util.c1133 struct Dwarf_Abbrev_List_s *abbrev = 0; in _dwarf_free_abbrev_hash_table_contents() local
1138 abbrev = tb->at_head; in _dwarf_free_abbrev_hash_table_contents()
1139 for (; abbrev; abbrev = nextabbrev) { in _dwarf_free_abbrev_hash_table_contents()
1140 nextabbrev = abbrev->abl_next; in _dwarf_free_abbrev_hash_table_contents()
1141 abbrev->abl_next = 0; in _dwarf_free_abbrev_hash_table_contents()
1142 dwarf_dealloc(dbg, abbrev, DW_DLA_ABBREV_LIST); in _dwarf_free_abbrev_hash_table_contents()
H A Dpro_section.c2564 Dwarf_P_Abbrev abbrev, int no_attr) in _dwarf_pro_match_attr() argument
2570 if (curatp->ar_attribute != abbrev->abb_attrs[i] || in _dwarf_pro_match_attr()
2571 curatp->ar_attribute_form != abbrev->abb_forms[i]) { in _dwarf_pro_match_attr()
2577 if (abbrev->abb_forms[i] == DW_FORM_implicit_const) { in _dwarf_pro_match_attr()
2579 abbrev->abb_implicits[i]) { in _dwarf_pro_match_attr()
2586 if (abbrev->abb_forms[i] == DW_FORM_implicit_const) { in _dwarf_pro_match_attr()
H A Dgenerated_libdwarf.h.in1807 /* Returns the abbrev code of the die. Cannot fail. */
2561 So this returns all the values for the abbrev code.
2562 And points via offset_of_next to the next abbrev code.
2859 int dwarf_get_abbrev_tag(Dwarf_Abbrev /*abbrev*/,
2862 int dwarf_get_abbrev_code(Dwarf_Abbrev /*abbrev*/,
2869 int dwarf_get_abbrev_children_flag(Dwarf_Abbrev /*abbrev*/,
2879 int dwarf_get_abbrev_entry_b(Dwarf_Abbrev abbrev,
2890 int dwarf_get_abbrev_entry(Dwarf_Abbrev /*abbrev*/,
H A Dlibdwarf.h.in1807 /* Returns the abbrev code of the die. Cannot fail. */
2561 So this returns all the values for the abbrev code.
2562 And points via offset_of_next to the next abbrev code.
2859 int dwarf_get_abbrev_tag(Dwarf_Abbrev /*abbrev*/,
2862 int dwarf_get_abbrev_code(Dwarf_Abbrev /*abbrev*/,
2869 int dwarf_get_abbrev_children_flag(Dwarf_Abbrev /*abbrev*/,
2879 int dwarf_get_abbrev_entry_b(Dwarf_Abbrev abbrev,
2890 int dwarf_get_abbrev_entry(Dwarf_Abbrev /*abbrev*/,
H A Dlibdwarf.h2879 int dwarf_get_abbrev_entry_b(Dwarf_Abbrev abbrev,
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c76 static char abbrev[128+1]; variable
147 if (strchr(abbrev, '.')) { in dockdeps()
148 progerr(ERR_PKGABRV, abbrev); in dockdeps()
168 incompat(abbrev, info.name, a_preinstallCheck); in dockdeps()
172 prereq(abbrev, name, a_preinstallCheck); in dockdeps()
176 deponme(abbrev, info.name, a_preinstallCheck); in dockdeps()
314 abbrev[0] = name[0] = type = '\0'; in getaline()
412 if (strcmp(abbrev, rmpkg)) in ckpreq()
417 if (strchr(abbrev, '.') == 0) { in ckpreq()
418 (void) strcat(abbrev, ".*"); in ckpreq()
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y744 int abbrev; local
763 abbrev = 1;
765 abbrev = 1;
769 abbrev = 0;
772 if (abbrev) {
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y622 int abbrev; local
640 abbrev = 1;
642 abbrev = 1;
646 abbrev = 0;
649 if (abbrev) {
/illumos-gate/usr/src/lib/krb5/ss/
H A Dss_internal.h52 char **abbrev; /* new tokens to insert */ member
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in123 %%% as name:year:abbrev, where name is the
125 %%% year is a 4-digit number, and abbrev is a