Home
last modified time | relevance | path

Searched refs:do_minimum_hole_size (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.h3011 { return this->do_minimum_hole_size(); } in minimum_hole_size()
3020 do_minimum_hole_size() const = 0;
3045 do_minimum_hole_size() const;
3068 do_minimum_hole_size() const;
Doutput.cc1953 Output_fill_debug_info::do_minimum_hole_size() const in do_minimum_hole_size() function in gold::Output_fill_debug_info
1973 gold_assert(len >= this->do_minimum_hole_size()); in do_write()
2012 Output_fill_debug_line::do_minimum_hole_size() const in do_minimum_hole_size() function in gold::Output_fill_debug_line
2030 gold_assert(len >= this->do_minimum_hole_size()); in do_write()
DChangeLog4732 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
4734 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
4747 (Output_fill_debug_info::do_minimum_hole_size): New function.
4749 (Output_fill_debug_line::do_minimum_hole_size): New function.