Searched refs:DW_AT_declaration (Results 1 – 5 of 5) sorted by relevance
| /titanic_53/usr/src/lib/libdwarf/common/ |
| H A D | dwarf.h | 271 #define DW_AT_declaration 0x3c macro
|
| H A D | pro_forms.c | 897 case DW_AT_declaration: in dwarf_add_AT_flag()
|
| H A D | dwarf_names.c | 540 case DW_AT_declaration: in dwarf_get_AT_name()
|
| /titanic_53/usr/src/lib/libctf/common/ |
| H A D | ctf_dwarf.c | 1350 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 D | dwarf.c | 525 return (die_bool(dw, die, DW_AT_declaration, &val, 0) && val); in die_isdecl()
|