Lines Matching defs:die_attr
331 die_attr(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, int req)
405 if ((attr = die_attr(dw, die, name, req)) == NULL)
406 return (0); /* die_attr will terminate for us if necessary */
429 if ((attr = die_attr(dw, die, name, req)) == NULL)
430 return (0); /* die_attr will terminate for us if necessary */
452 if ((attr = die_attr(dw, die, name, req)) == NULL)
453 return (0); /* die_attr will terminate for us if necessary */
475 if ((attr = die_attr(dw, die, name, req)) == NULL)
476 return (0); /* die_attr will terminate for us if necessary */
498 attr = die_attr(dw, die, name, DW_ATTR_REQ);
576 if ((attr = die_attr(dw, die, name, req)) == NULL)
577 return (0); /* die_attr will terminate for us if necessary */
1222 if ((attr = die_attr(dw, die, DW_AT_type, 0)) != NULL) {
1493 if ((attr = die_attr(dw, die, DW_AT_type, 0)) != NULL) {
1586 if (die_attr(dw, die, DW_AT_type, 0) != NULL)