HomeSort by relevance Sort by last modified time
    Searched refs:attr_form (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdw/
dwarf_child.c 107 unsigned int attr_form; local
108 get_uleb128 (attr_form, attrp);
111 if (attr_name == 0 && attr_form == 0)
120 *formp = attr_form;
126 if (attr_form != 0)
128 size_t len = __libdw_form_val_len (dbg, die->cu, attr_form, readp);
  /external/elfutils/tests/
show-abbrev.c 112 unsigned int attr_form; local
116 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
123 attr_form, (uint64_t) aboffset);

Completed in 740 milliseconds