Searched defs:abbrev (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_abbrev.c71 /* Loads abbrev section (and .debug_info as we do those
151 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, argument
155 if (abbrev == NULL) {
160 *returned_code = abbrev->ab_code;
167 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, argument
170 if (abbrev == NULL) {
175 *returned_tag = abbrev->ab_tag;
181 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, argument
185 if (abbrev == NULL) {
190 *returned_flag = abbrev
196 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed index, Dwarf_Half * returned_attr_num, Dwarf_Signed * form, Dwarf_Off * offset, Dwarf_Error * error) argument
[all...]
H A Ddwarf_util.c222 struct for the abbrev with the given code. It puts the
224 the abbrev between the last abbrev added and this one to
226 is scanned sequentially from the top for an abbrev with
235 an abbrev with the given code is found, or an abbrev code
237 abbrev's read till that point into the hash table. The
316 /* This returns a pointer to an abbrev list entry, not
325 /* End of abbrev's for this cu, since abbrev cod
507 struct Dwarf_Abbrev_List_s *abbrev = 0; local
[all...]
H A Dpro_section.c1494 uwordb_size + /* offset into abbrev table */
1518 du = 0; /* offset into abbrev table, not yet
1551 Relocation for abbrev offset in cu header store relocation
1574 /* pass 1: create abbrev info, get die offsets, calc relocations */
2208 Dwarf_P_Abbrev abbrev, int no_attr)
2214 if (attr->ar_attribute == abbrev->abb_attrs[i] &&
2215 attr->ar_attribute_form == abbrev->abb_forms[i]) {
2207 _dwarf_pro_match_attr(Dwarf_P_Attribute attr, Dwarf_P_Abbrev abbrev, int no_attr) argument
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c72 * IMPORTANT NOTE: THE SIZE OF 'abbrev' IS HARD CODED INTO THE CHARACTER
76 static char abbrev[128+1]; variable
147 if (strchr(abbrev, '.')) {
148 progerr(ERR_PKGABRV, abbrev);
150 (void) snprintf(wabbrev, sizeof (wabbrev), "%s.*", abbrev);
168 incompat(abbrev, info.name, a_preinstallCheck);
172 prereq(abbrev, name, a_preinstallCheck);
176 deponme(abbrev, info.name, a_preinstallCheck);
314 abbrev[0] = name[0] = type = '\0';
346 (void) sscanf(line, SSCANF_FORMAT, &type, abbrev, nam
[all...]
/illumos-gate/usr/src/lib/krb5/ss/
H A Dss_internal.h51 char *name; /* abbrev name */
52 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry

Completed in 98 milliseconds