Searched refs:DW_AT_comp_dir (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_die.c325 new_attr->ar_attribute = DW_AT_comp_dir;
H A Ddwarf_print_lines.c112 /* 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 Ddwarf_line.c112 /* 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 Ddwarf.h246 #define DW_AT_comp_dir 0x1b macro
H A Dpro_forms.c970 case DW_AT_comp_dir:
H A Ddwarf_names.c468 case DW_AT_comp_dir:
469 *s_out = "DW_AT_comp_dir";

Completed in 67 milliseconds