Searched refs:ctf_dwarf_sib (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 769 ctf_dwarf_sib(ctf_cu_t *cup, Dwarf_Die base, Dwarf_Die *sibp) in ctf_dwarf_sib() function 1465 if ((ret = ctf_dwarf_sib(cup, memb, &sib)) != 0) in ctf_dwarf_fixup_sou() 1578 if ((ret = ctf_dwarf_sib(cup, child, &sib)) != 0) in ctf_dwarf_create_sou() 1721 if ((ret = ctf_dwarf_sib(cup, range, &sib)) != 0) in ctf_dwarf_create_array_range() 1962 if ((ret = ctf_dwarf_sib(cup, arg, &child)) != 0) in ctf_dwarf_create_enum() 2272 if ((ret = ctf_dwarf_sib(cup, arg, &sib)) != 0) in ctf_dwarf_function_count() 2318 if ((ret = ctf_dwarf_sib(cup, arg, &sib)) != 0) in ctf_dwarf_convert_fargs() 2584 if ((ret = ctf_dwarf_sib(cup, die, &sib)) != 0) in ctf_dwarf_convert_die() 3229 if ((ret = ctf_dwarf_sib(cup, NULL, &cu)) != 0) { in ctf_dwarf_preinit_dies()
|