Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.h4101 { return this->has_fixed_layout_; } in has_fixed_layout()
4611 bool has_fixed_layout_ : 1; variable
H A Doutput.cc2388 has_fixed_layout_(false), in Output_section()
4089 this->has_fixed_layout_ = true; in set_fixed_layout()
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.h4101 { return this->has_fixed_layout_; } in has_fixed_layout()
4601 bool has_fixed_layout_ : 1; variable
H A Doutput.cc2376 has_fixed_layout_(false), in Output_section()
4071 this->has_fixed_layout_ = true; in set_fixed_layout()