Searched refs:od2 (Results 1 – 3 of 3) sorted by relevance
570 struct operand_data *od, *od2; in place_operands() local583 od2 = od->next; in place_operands()589 if (od2 == NULL) in place_operands()591 if (! compare_operands (od2, &d->operand[i])) in place_operands()593 ++i, od2 = od2->next; in place_operands()603 od2 = &d->operand[i]; in place_operands()604 *odata_end = od2; in place_operands()605 odata_end = &od2->next; in place_operands()606 od2->index = next_operand_number++; in place_operands()
2734 const Output_data* od2) in add_section_size() argument2735 { this->add_entry(Dynamic_entry(tag, od, od2)); } in add_section_size()2796 this->od2 = NULL; in Dynamic_entry()2800 Dynamic_entry(elfcpp::DT tag, const Output_data* od, const Output_data* od2) in Dynamic_entry() argument2805 this->od2 = od2; in Dynamic_entry()2870 const Output_data* od2; variable
1807 if (this->od2 != NULL) in write()1808 val += this->od2->data_size(); in write()