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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_query.c661 dw_get_special_offset(Dwarf_Half attrnum) argument
663 switch(attrnum) {
721 Dwarf_Half attrnum,
732 enum Dwarf_Form_Class class = dw_get_special_offset(attrnum);
740 enum Dwarf_Form_Class class = dw_get_special_offset(attrnum);
749 enum Dwarf_Form_Class class = dw_get_special_offset(attrnum);
719 dwarf_get_form_class( Dwarf_Half dwversion, Dwarf_Half attrnum, Dwarf_Half offset_size, Dwarf_Half form) argument
H A Ddwarf_addr_finder.c252 handle_attr_addr(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Half attrnum, argument
263 ares = dwarf_attr(die, attrnum, &attr, perr);
309 handle_attr_locdesc(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Half attrnum, argument
323 ares = dwarf_attr(die, attrnum, &attr, perr);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1216 int attrnum = 0; local
1218 while (rl->lr_ludp->lud_attrs[attrnum] != NULL)
1220 if (strcasecmp(rl->lr_ludp->lud_attrs[attrnum],
1224 attrnum = -1;
1227 attrnum++;
1230 if (attrnum >= 0)
1234 rl->lr_attrs = (char **)malloc(sizeof(char *) * (attrnum + 2));
1242 for (i = 0 ; i < attrnum; i++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2134 uint_t attrnum; local
2148 for (attrnum = 0; attrnum < MAX_ATTRIBUTES; attrnum++) {
2149 if (provided.map[attrnum]) {
2150 attr_info[attrnum].prt_details(&attrxdr);
2209 uint_t attrnum; local
2213 attrnum = num_words * 32 + byte_num * 8;
2218 attr_name(attrnum + bit));
2220 unpacked->map[attrnum
3734 attr_name(uint_t attrnum) argument
[all...]

Completed in 56 milliseconds