Home
last modified time | relevance | path

Searched refs:add_ranges (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A DChangeLog461 add_ranges.
464 (add_ranges): Just call new helper functions.
496 (update_pcrange, add_ranges): New static functions.
497 (add_unit_addr): Change signature to work with add_ranges. Don't
501 dwarf_sections. Use update_pcrange and add_ranges. Change all
503 (add_function_range): Change signature to work with add_ranges.
506 (read_function_entry): Use update_pcrange and add_ranges.
H A Ddwarf.c1903 add_ranges (struct backtrace_state *state, in add_ranges() function
2064 if (!add_ranges (state, dwarf_sections, base_address, in find_address_ranges()
3398 if (!add_ranges (state, &ddata->dwarf_sections, in read_function_entry()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c1896 add_ranges (struct backtrace_state *state, in add_ranges() function
2050 if (!add_ranges (state, dwarf_sections, base_address, in find_address_ranges()
3367 if (!add_ranges (state, &ddata->dwarf_sections, in read_function_entry()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc3855 static unsigned int add_ranges (const_tree, bool = false);
11902 add_ranges (const_tree block, bool maybe_new_sec) in add_ranges() function
23832 add_ranges (NULL); in gen_subprogram_die()
24905 unsigned int offset = add_ranges (stmt, true); in add_high_low_attributes()
24913 add_ranges (chain, prev_in_cold != BLOCK_IN_COLD_SECTION_P (chain)); in add_high_low_attributes()
24918 add_ranges (NULL); in add_high_low_attributes()
32339 add_ranges (NULL); in dwarf2out_finish()
H A DChangeLog-20079549 same_dw_val_p, add_ranges, is_subrange_type, type_is_enum,
15789 (add_ranges): ... this one. Rewrite in terms of the former.
H A DChangeLog-20167489 (add_ranges): Add maybe_new_sec argument and pass it
7501 a list. Pass true as second argument to add_ranges on the
H A DChangeLog-200116081 (add_AT_offset, add_ranges, output_ranges): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3765 static unsigned int add_ranges (const_tree, bool = false);
11706 add_ranges (const_tree block, bool maybe_new_sec) in add_ranges() function
23134 add_ranges (NULL); in gen_subprogram_die()
24207 unsigned int offset = add_ranges (stmt, true); in add_high_low_attributes()
24215 add_ranges (chain, prev_in_cold != BLOCK_IN_COLD_SECTION_P (chain)); in add_high_low_attributes()
24220 add_ranges (NULL); in add_high_low_attributes()
31528 add_ranges (NULL); in dwarf2out_finish()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git52079 (add_ranges): Update for xcoff_artdata change.