Home
last modified time | relevance | path

Searched refs:DW_AT_declaration (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/lib/libdwarf/common/
H A Ddwarf.h271 #define DW_AT_declaration 0x3c macro
H A Dpro_forms.c897 case DW_AT_declaration: in dwarf_add_AT_flag()
H A Ddwarf_names.c540 case DW_AT_declaration: in dwarf_get_AT_name()
/titanic_53/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1350 if ((ret = ctf_dwarf_boolean(cup, die, DW_AT_declaration, in ctf_dwarf_create_sou()
1647 if ((ret = ctf_dwarf_boolean(cup, die, DW_AT_declaration, &b)) != 0) { in ctf_dwarf_create_fptr()
2019 if ((ret = ctf_dwarf_boolean(cup, die, DW_AT_declaration, &b)) == 0) { in ctf_dwarf_convert_variable()
/titanic_53/usr/src/tools/ctf/cvt/
H A Ddwarf.c525 return (die_bool(dw, die, DW_AT_declaration, &val, 0) && val); in die_isdecl()