Searched refs:die_attr (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 331 die_attr(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, int req) function 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(d [all...] |
Completed in 71 milliseconds