Home
last modified time | relevance | path

Searched refs:build_abbrev_table (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2out.c3631 static void build_abbrev_table PARAMS ((dw_die_ref));
6120 build_abbrev_table (die) in build_abbrev_table() function
6187 build_abbrev_table (c);
6860 build_abbrev_table (die);
DChangeLog.44472 (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
7712 (build_abbrev_table, output_pubnames, output_aranges): Check
7714 (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
10301 (build_abbrev_table): Call set_AT_ref_external.
DFSFChangeLog.113862 * dwarf2out.c (build_abbrev_table): Use xrealloc not xmalloc.
9724 (build_abbrev_table): Use value_format.
9911 (build_abbrev_table): Need new abbrev if size of constant differs.
DChangeLog.012478 * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc
DChangeLog.618044 (build_abbrev_table): Declare n_alloc as int.
/openbsd/src/gnu/gcc/gcc/
Ddwarf2out.c4110 static void build_abbrev_table (dw_die_ref);
6510 build_abbrev_table (dw_die_ref die) in build_abbrev_table() function
6577 FOR_EACH_CHILD (die, c, build_abbrev_table (c)); in build_abbrev_table()
7288 build_abbrev_table (die); in output_comp_unit()