Searched refs:dwarf_attr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | Makefile | 10 dwarf_attr.c \ 117 dwarf_attr.3 \
|
H A D | Version.map | 40 dwarf_attr;
|
H A D | dwarf_attr.c | 33 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, in dwarf_attr() function
|
H A D | libdwarf.h | 521 int dwarf_attr(Dwarf_Die, Dwarf_Half, Dwarf_Attribute *,
|
/freebsd/lib/libdwarf/ |
H A D | Makefile | 14 dwarf_attr.c \ 133 dwarf_attr.3 \
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 157 ret = dwarf_attr(die, DW_AT_high_pc, &at, &de); in handle_high_pc() 291 if (dwarf_attr(die, DW_AT_abstract_origin, &abst_at, &de) == in collect_func() 304 if (dwarf_attr(die, DW_AT_specification, &spec_at, &de) == in collect_func()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1010 if (dwarf_attr(die, DW_AT_specification, &at, &de) != DW_DLV_OK) in find_object_name() 1093 if (dwarf_attr(die, DW_AT_location, &at, &de) == DW_DLV_OK && in search_line_attr()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 331 if ((rc = dwarf_attr(die, name, &attr, &dw->dw_err)) == DW_DLV_OK) { in die_attr()
|