Lines Matching refs:posd
603 // return the constraint, and set *POSD.
957 Output_section_data* posd;
959 posd = new Output_data_zero_fill(length, 0);
963 posd = new Output_data_const(this_fill, 0);
965 output_section->add_output_section_data(posd);
966 layout->new_output_section_data_from_script(posd);
1677 Output_section_data* posd = new Output_data_const(this_fill, 0);
1678 output_section->add_output_section_data(posd);
1679 layout->new_output_section_data_from_script(posd);
1885 // return the constraint, and set *POSD.
1887 check_constraint(Output_section_definition** posd);
2547 // return the constraint, and set *POSD.
2550 Output_section_definition::check_constraint(Output_section_definition** posd)
2561 *posd = this;
2570 *posd = this;
2591 Output_section_definition* posd,
2594 if (this->name_ != posd->name_)
2621 this->output_section_ = posd->output_section_;
2622 posd->output_section_ = NULL;
3268 Output_section_definition* posd = new Output_section_definition(name,
3271 this->sections_elements_->push_back(posd);
3273 this->output_section_ = posd;
3502 Output_section_definition* posd;
3503 Section_constraint failed_constraint = (*p)->check_constraint(&posd);
3513 if ((*q)->alternate_constraint(posd, failed_constraint))