HomeSort by: relevance | last modified time | path
    Searched defs:type_abbrev (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 2263 abbrev_entry *type_abbrev; local
2267 type_abbrev = get_type_abbrev_from_form (attr->form,
2275 if (type_abbrev == NULL)
2278 get_type_signedness (type_abbrev, section, type_data,
3231 abbrev_entry *type_abbrev; local
3235 type_abbrev = get_type_abbrev_from_form (form, uvalue,
3239 if (type_abbrev != NULL)
3241 get_type_signedness (type_abbrev, section, type_data,
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 2194 abbrev_entry *type_abbrev; local
2198 type_abbrev = get_type_abbrev_from_form (attr->form,
2206 if (type_abbrev == NULL)
2209 get_type_signedness (type_abbrev, section, type_data,
3154 abbrev_entry *type_abbrev; local
3158 type_abbrev = get_type_abbrev_from_form (form, uvalue,
3162 if (type_abbrev != NULL)
3164 get_type_signedness (type_abbrev, section, type_data,

Completed in 27 milliseconds