Home | History | Annotate | Download | only in elff

Lines Matching full:form

31 /* Gets DWARF form name string (DW_FORM_Xxx) for a given form.
33 * form - DWARF form to get name string for.
35 * Form name string. Note that this routine returns "DW_FORM_Unknown", if
36 * DWARF form value passed to this routine has not been recognized.
38 const char* dwarf_form_name(Dwarf_Form form);
52 * form - Attribute form (DW_FORM_Xxx)
55 void dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val);