Searched refs:ctf_dwarf_refdie (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 496 ctf_dwarf_refdie(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half name, in ctf_dwarf_refdie() function 1415 if ((ret = ctf_dwarf_refdie(cup, memb, DW_AT_type, &tdie)) != 0) in ctf_dwarf_fixup_sou() 1758 if ((ret = ctf_dwarf_refdie(cup, die, DW_AT_type, &tdie)) != 0) in ctf_dwarf_create_array() 1873 if ((ret = ctf_dwarf_refdie(cup, die, DW_AT_type, &tdie)) != 0) { in ctf_dwarf_create_reference() 2075 if ((ret = ctf_dwarf_refdie(cup, die, DW_AT_type, &retdie)) != 0) { in ctf_dwarf_create_fptr() 2300 if ((ret = ctf_dwarf_refdie(cup, arg, DW_AT_type, in ctf_dwarf_convert_fargs() 2376 if ((ret = ctf_dwarf_refdie(cup, die, DW_AT_type, &tdie)) == 0) { in ctf_dwarf_convert_function() 2473 if ((ret = ctf_dwarf_refdie(cup, die, DW_AT_specification, in ctf_dwarf_convert_variable() 2491 if ((ret = ctf_dwarf_refdie(cup, die, DW_AT_type, &tdie)) != 0) { in ctf_dwarf_convert_variable()
|