Searched refs:dwarf_global_formref (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | Version.map | 154 dwarf_global_formref;
|
H A D | Makefile | 246 dwarf_formref.3 dwarf_global_formref.3 \
|
H A D | dwarf_form.c | 136 dwarf_global_formref(Dwarf_Attribute at, Dwarf_Off *return_offset, in dwarf_global_formref() function
|
H A D | libdwarf.h | 710 int dwarf_global_formref(Dwarf_Attribute, Dwarf_Off *,
|
/freebsd/lib/libdwarf/ |
H A D | Makefile | 262 dwarf_formref.3 dwarf_global_formref.3 \
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 293 dwarf_global_formref(abst_at, &ref, &de) == DW_DLV_OK && in collect_func() 306 dwarf_global_formref(spec_at, &ref, &de) == DW_DLV_OK && in collect_func()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1013 if (dwarf_global_formref(at, &off, &de) != DW_DLV_OK) in find_object_name()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5295 if (dwarf_global_formref(attr_list[i], &v_off, &de) != in dump_dwarf_die() 5865 if (dwarf_global_formref(attr_list[i], &off, &de) != DW_DLV_OK) { in dump_dwarf_ranges_foreach() 6465 if (dwarf_global_formref(attr_list[i], &ref, &de) != in search_loclist_at()
|