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()
235 if (eei->result_section_pointer != NULL) in value()
236 *eei->result_section_pointer = sym->output_section(); in value()
278 if (eei->result_section_pointer != NULL) in value()
279 *eei->result_section_pointer = eei->dot_section; in value()
494 if (eei->result_section_pointer != NULL) \
495 *eei->result_section_pointer = right_section; \
504 if (eei->result_section_pointer != NULL) \
505 *eei->result_section_pointer = left_section; \
673 ? this->arg2_value(eei, eei->result_section_pointer, in value()
675 : this->arg3_value(eei, eei->result_section_pointer, in value()
718 if (eei->result_section_pointer != NULL) in value()
719 *eei->result_section_pointer = left_section; in value()
769 if (eei->result_section_pointer != NULL) in value()
770 *eei->result_section_pointer = left_section; in value()
879 if (eei->result_section_pointer != NULL) in value()
880 *eei->result_section_pointer = NULL; in value()
926 uint64_t value = this->left_value(eei, eei->result_section_pointer, NULL); in value()
955 uint64_t value = this->arg_value(eei, eei->result_section_pointer); in value()
994 if (eei->result_section_pointer != NULL) in value_from_output_section()
995 *eei->result_section_pointer = os; in value_from_output_section()
1203 if (eei->result_section_pointer != NULL) in value_from_output_section()
1204 *eei->result_section_pointer = os; in value_from_output_section()
1348 if (eei->result_section_pointer != NULL) in value()
1349 *eei->result_section_pointer = NULL; in value()