Lines Matching refs:result_section_pointer
68 Output_section** result_section_pointer; member
99 Output_section** result_section_pointer, in eval_with_dot() argument
104 dot_value, dot_section, result_section_pointer, in eval_with_dot()
116 Output_section** result_section_pointer, in eval_maybe_dot() argument
134 if (result_section_pointer != NULL) in eval_maybe_dot()
135 *result_section_pointer = NULL; in eval_maybe_dot()
136 eei.result_section_pointer = result_section_pointer; in eval_maybe_dot()
160 if (is_section_dot_assignment && *result_section_pointer == NULL) in eval_maybe_dot()
164 *result_section_pointer = dot_section; in eval_maybe_dot()
227 if (eei->result_section_pointer != NULL) in value()
228 *eei->result_section_pointer = sym->output_section(); in value()
270 if (eei->result_section_pointer != NULL) in value()
271 *eei->result_section_pointer = eei->dot_section; in value()
475 if (eei->result_section_pointer != NULL) \
476 *eei->result_section_pointer = right_section; \
485 if (eei->result_section_pointer != NULL) \
486 *eei->result_section_pointer = left_section; \
646 ? this->arg2_value(eei, eei->result_section_pointer, in value()
648 : this->arg3_value(eei, eei->result_section_pointer, in value()
691 if (eei->result_section_pointer != NULL) in value()
692 *eei->result_section_pointer = left_section; in value()
742 if (eei->result_section_pointer != NULL) in value()
743 *eei->result_section_pointer = left_section; in value()
852 if (eei->result_section_pointer != NULL) in value()
853 *eei->result_section_pointer = NULL; in value()
899 uint64_t value = this->left_value(eei, eei->result_section_pointer, NULL); in value()
928 uint64_t value = this->arg_value(eei, eei->result_section_pointer); in value()
967 if (eei->result_section_pointer != NULL) in value_from_output_section()
968 *eei->result_section_pointer = os; in value_from_output_section()
1176 if (eei->result_section_pointer != NULL) in value_from_output_section()
1177 *eei->result_section_pointer = os; in value_from_output_section()
1321 if (eei->result_section_pointer != NULL) in value()
1322 *eei->result_section_pointer = NULL; in value()