Home | History | Annotate | Download | only in elff

Lines Matching defs:form

40 /* Type for DWARF form ID. */
93 * DW_FORM_block# form.
309 * form - Upon return contains form value of this descriptor.
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const {
318 *form = 0;
329 /* Follow with processing the form. */
331 *form = val.u16;
376 * form - Upon return contains form of the DIE for this descriptor.
649 /* Gets DWARF form ID (DW_FORM_Xxx) for this property. */
650 Dwarf_Form form() const {
665 /* DWARF form ID (DW_FORM_Xxx) for this property. */