Lines Matching refs:current_section

209 	    lang_output_section_statement_type *current_section,  in fold_unary()  argument
217 current_section, in fold_unary()
226 current_section); in fold_unary()
269 && current_section == abs_output_section in fold_unary()
295 lang_output_section_statement_type *current_section, in fold_binary() argument
302 result = exp_fold_tree (tree->binary.lhs, current_section, in fold_binary()
309 current_section, in fold_binary()
318 if (current_section != abs_output_section in fold_binary()
336 || current_section == abs_output_section) in fold_binary()
392 && current_section == abs_output_section in fold_binary()
433 lang_output_section_statement_type *current_section, in fold_trinary() argument
440 result = exp_fold_tree (tree->trinary.cond, current_section, in fold_trinary()
446 current_section, in fold_trinary()
454 lang_output_section_statement_type *current_section, in fold_name() argument
495 result = new_rel_from_section (dot, current_section); in fold_name()
600 lang_output_section_statement_type *current_section, in exp_fold_tree() argument
616 result = new_rel (tree->value.value, tree->value.str, current_section); in exp_fold_tree()
627 current_section); in exp_fold_tree()
632 current_section, in exp_fold_tree()
643 result = fold_unary (tree, current_section, allocation_done, in exp_fold_tree()
648 result = fold_binary (tree, current_section, allocation_done, in exp_fold_tree()
653 result = fold_trinary (tree, current_section, allocation_done, in exp_fold_tree()
667 && current_section == abs_output_section)) in exp_fold_tree()
670 current_section, in exp_fold_tree()
677 if (current_section == NULL) in exp_fold_tree()
684 + current_section->bfd_section->vma); in exp_fold_tree()
686 && current_section != abs_output_section) in exp_fold_tree()
698 current_section, allocation_done, in exp_fold_tree()
741 result = fold_name (tree, current_section, allocation_done, dot); in exp_fold_tree()
754 lang_output_section_statement_type *current_section, in exp_fold_tree_no_dot() argument
757 return exp_fold_tree (tree, current_section, allocation_done, 0, NULL); in exp_fold_tree_no_dot()