Home
last modified time | relevance | path

Searched refs:result_section_pointer (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/gold/
H A Dexpression.cc68 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()
[all …]
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dexpression.cc68 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()
[all …]