Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_abbrev.c262 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_code() argument
266 if (abbrev == NULL) { in dwarf_get_abbrev_code()
271 *returned_code = abbrev->dab_code; in dwarf_get_abbrev_code()
278 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_tag() argument
281 if (abbrev == NULL) { in dwarf_get_abbrev_tag()
286 *returned_tag = abbrev->dab_tag; in dwarf_get_abbrev_tag()
292 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_children_flag() argument
296 if (abbrev == NULL) { in dwarf_get_abbrev_children_flag()
301 *returned_flag = abbrev->dab_has_child; in dwarf_get_abbrev_children_flag()
314 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_entry() argument
[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()
1072 *number_of_attr_form_entries = abbrev->da_pairs_count; 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()
1088 for(n = 0; n < cur->din_abbrev_list_count; ++n,++abbrev) { 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()
[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()
150 (void) snprintf(wabbrev, sizeof (wabbrev), "%s.*", 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()
346 (void) sscanf(line, SSCANF_FORMAT, &type, abbrev, name); in getaline()
412 if (strcmp(abbrev, rmpkg)) 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.y621 int abbrev; local
639 abbrev = 1;
641 abbrev = 1;
645 abbrev = 0;
648 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
/illumos-gate/usr/src/tools/scripts/
H A Dnightly1422 BRINGOVER_BRANCH=$(cd "${BRINGOVER_WS}"; git rev-parse --abbrev-ref HEAD)