Searched refs:_dwarf_add_string_attr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_attr.c | 74 if (_dwarf_add_string_attr(die, &at, DW_AT_name, name, error) != in dwarf_add_AT_name() 86 if (_dwarf_add_string_attr(die, &at, DW_AT_comp_dir, dir, error) != in dwarf_add_AT_comp_dir() 98 if (_dwarf_add_string_attr(die, &at, DW_AT_producer, producer, error) != in dwarf_add_AT_producer() 165 if (_dwarf_add_string_attr(die, &at, DW_AT_const_value, string, in dwarf_add_AT_const_value_string() 381 if (_dwarf_add_string_attr(die, &at, attr, string, error) != in dwarf_add_AT_string()
|
H A D | libdwarf_attr.c | 404 _dwarf_add_string_attr(Dwarf_P_Die die, Dwarf_P_Attribute *atp, Dwarf_Half attr, in _dwarf_add_string_attr() function
|
H A D | _libdwarf.h | 495 int _dwarf_add_string_attr(Dwarf_P_Die, Dwarf_P_Attribute *,
|