Lines Matching full:dwarf
14 * Contains declarations of misc. DWARF utility routines.
22 /* Gets DWARF attribute name string (DW_AT_Xxx) for a given attribute ID.
24 * at - DWARF attribute ID to get name string for.
27 * if DWARF attribute value passed to this routine has not been recognized.
31 /* Gets DWARF form name string (DW_FORM_Xxx) for a given form.
33 * form - DWARF form to get name string for.
36 * DWARF form value passed to this routine has not been recognized.
40 /* Gets DWARF tag name string (DW_TAG_Xxx) for a given tag.
42 * tag - DWARF tag to get name string for.
44 * Tag name string. Note that this routine returns "DW_TAG_Unknown", if DWARF
49 /* Dumps DWARF attribute to stdout.
57 /* Dumps DWARF attribute value to stdout.