Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/tests/
H A Dshow-die-info.c46 dwarf_attr_string (unsigned int attrnum) in dwarf_attr_string() function
101 printf (" %s", dwarf_attr_string (cnt) ?: "<unknown>"); in handle()
H A Dvarlocs.c96 dwarf_attr_string (unsigned int attrnum) in dwarf_attr_string() function
938 dwarf_attr_string (code), dwarf_form_string (form)); in handle_attr()
959 dwarf_attr_string (code), dwarf_errmsg (-1)); in handle_attr()
H A DChangeLog216 (dwarf_attr_string): Return "<unknown attr>" instead of NULL.
281 * show-die-info.c (handle): Handle dwarf_attr_string returning NULL.
1918 (dwarf_attr_string): Likewise.
2600 * show-die-info.c (dwarf_tag_string, dwarf_attr_string): Likewise.
3552 (dwarf_attr_string): Likewise.
3553 (handle): Call dwarf_tag_string and dwarf_attr_string instead.
/aosp_15_r20/external/elfutils/src/
H A DChangeLog2239 * readelf.c (dwarf_tag_string, dwarf_attr_string)
3110 (dwarf_attr_string): Likewise.
3162 * readelf.c (dwarf_attr_string): Add DW_AT_GNU_macros.
3378 (dwarf_attr_string): Support DW_AT_GNU_call_site_value,
3402 * readelf.c (dwarf_attr_string): Add DW_AT_GNU_* handling.
3421 * readelf.c (dwarf_attr_string): Grok DW_AT_GNU_odr_signature.
3524 (dwarf_attr_string): Add new attributes.
3643 * readelf.c (dwarf_attr_string): Match DW_AT_GNU_vector and
4905 * readelf.c (dwarf_tag_string, dwarf_attr_string): Update name tables
5152 * readelf.c (dwarf_attr_string): Add all attributes in <dwarf.h>.
H A Dreadelf.c4306 dwarf_attr_string (unsigned int attrnum) in dwarf_attr_string() function
4633 const char *ret = dwarf_attr_string (attr); in dwarf_attr_name()