Home
last modified time | relevance | path

Searched refs:Output_fill_debug_info (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.h3036 class Output_fill_debug_info : public Output_fill
3039 Output_fill_debug_info(bool is_debug_types) in Output_fill_debug_info() function
Doutput.cc1953 Output_fill_debug_info::do_minimum_hole_size() const in do_minimum_hole_size()
1968 Output_fill_debug_info::do_write(Output_file* of, off_t off, size_t len) const in do_write()
Dlayout.cc1788 os->set_free_space_fill(new Output_fill_debug_info(false)); in make_output_section()
1790 os->set_free_space_fill(new Output_fill_debug_info(true)); in make_output_section()
DChangeLog4727 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
4732 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
4747 (Output_fill_debug_info::do_minimum_hole_size): New function.
4748 (Output_fill_debug_info::do_write): New function.
4756 (Output_fill_debug_info): New class.