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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev.c 113 bool is_csize = true; local
174 if (is_csize && cur_attr.form == DW_FORM_ref4)
213 is_csize = false;
255 if ((!cur_abbrev->has_children && is_csize)
259 cur_abbrev->size_if_constant = is_csize ? size : 0;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev.c 113 bool is_csize = true; local
174 if (is_csize && cur_attr.form == DW_FORM_ref4)
213 is_csize = false;
255 if ((!cur_abbrev->has_children && is_csize)
259 cur_abbrev->size_if_constant = is_csize ? size : 0;

Completed in 16 milliseconds