Searched refs:DW_AT_comp_dir (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_die.c | 325 new_attr->ar_attribute = DW_AT_comp_dir;
|
H A D | dwarf_print_lines.c | 112 /* Pointer to DW_AT_comp_dir attribute in die. */ 219 If die has DW_AT_comp_dir attribute, get the string that names 221 resattr = dwarf_attr(die, DW_AT_comp_dir, &comp_dir_attr, error);
|
H A D | dwarf_line.c | 112 /* Pointer to DW_AT_comp_dir attribute in die. */ 184 If die has DW_AT_comp_dir attribute, get the string that names 186 resattr = dwarf_attr(die, DW_AT_comp_dir, &comp_dir_attr, error); 243 /* dir_name can be NULL if there is no DW_AT_comp_dir */ 345 /* Pointer to DW_AT_comp_dir attribute in die. */ 458 /* If die has DW_AT_comp_dir attribute, get the string that names 460 resattr = dwarf_attr(die, DW_AT_comp_dir, &comp_dir_attr, error); 1241 compilation: DW_AT_comp_dir was not present Rather than 1291 /* No DW_AT_comp_dir present. Do the best we can without it. */
|
H A D | dwarf.h | 246 #define DW_AT_comp_dir 0x1b macro
|
H A D | pro_forms.c | 970 case DW_AT_comp_dir:
|
H A D | dwarf_names.c | 468 case DW_AT_comp_dir: 469 *s_out = "DW_AT_comp_dir";
|
Completed in 90 milliseconds