Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_attr.c31 Dwarf_P_Attribute
69 Dwarf_P_Attribute
81 Dwarf_P_Attribute
93 Dwarf_P_Attribute
105 Dwarf_P_Attribute
132 Dwarf_P_Attribute
159 Dwarf_P_Attribute
172 Dwarf_P_Attribute
181 Dwarf_P_Attribute
206 Dwarf_P_Attribute
[all …]
H A Dlibdwarf.h48 typedef struct _Dwarf_Attribute *Dwarf_P_Attribute; typedef
452 Dwarf_P_Attribute dwarf_add_AT_comp_dir(Dwarf_P_Die, char *, Dwarf_Error *);
453 Dwarf_P_Attribute dwarf_add_AT_const_value_signedint(Dwarf_P_Die, Dwarf_Signed,
455 Dwarf_P_Attribute dwarf_add_AT_const_value_string(Dwarf_P_Die, char *,
457 Dwarf_P_Attribute dwarf_add_AT_const_value_unsignedint(Dwarf_P_Die,
459 Dwarf_P_Attribute dwarf_add_AT_dataref(Dwarf_P_Debug, Dwarf_P_Die, Dwarf_Half,
461 Dwarf_P_Attribute dwarf_add_AT_flag(Dwarf_P_Debug, Dwarf_P_Die, Dwarf_Half,
463 Dwarf_P_Attribute dwarf_add_AT_location_expr(Dwarf_P_Debug, Dwarf_P_Die,
465 Dwarf_P_Attribute dwarf_add_AT_name(Dwarf_P_Die, char *, Dwarf_Error *);
466 Dwarf_P_Attribute dwarf_add_AT_producer(Dwarf_P_Die, char *, Dwarf_Error *);
[all …]
H A Dlibdwarf_attr.c375 Dwarf_P_Attribute *atp, Dwarf_Error *error) in _dwarf_add_AT_dataref()
404 _dwarf_add_string_attr(Dwarf_P_Die die, Dwarf_P_Attribute *atp, Dwarf_Half attr, in _dwarf_add_string_attr()
H A D_libdwarf.h494 Dwarf_P_Attribute *, Dwarf_Error *);
495 int _dwarf_add_string_attr(Dwarf_P_Die, Dwarf_P_Attribute *,
H A Dlibdwarf_die.c444 Dwarf_P_Attribute at, tat; in _dwarf_die_pro_cleanup()