Home
last modified time | relevance | path

Searched refs:update_dot_tree (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.h160 union etree_union *update_dot_tree; member
H A Dldlang.c4693 if (output_section_statement->update_dot_tree != NULL) in print_output_section_statement()
4694 exp_fold_tree (output_section_statement->update_dot_tree, in print_output_section_statement()
6061 if (os->update_dot_tree != 0) in lang_size_sections_1()
6062 exp_fold_tree (os->update_dot_tree, bfd_abs_section_ptr, &dot); in lang_size_sections_1()
6566 if (os->update_dot_tree != NULL) in lang_do_assignments_1()
6567 exp_fold_tree (os->update_dot_tree, in lang_do_assignments_1()
8989 overlay_list->os->update_dot_tree in lang_leave_overlay()
H A DChangeLog-2008590 statement has an update_dot_tree expression, apply it to
595 update_dot_tree expression apply it to dot.
H A DChangeLog-2012551 (strip_excluded_output_sections): Don't test update_dot_tree here..
H A DChangeLog-02032834 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2841 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2848 assignment to the last section's update_dot_tree. Unconditionally
H A DChangeLog-2007407 with update_dot_tree.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.h161 union etree_union *update_dot_tree; member
H A Dldlang.c4694 if (output_section_statement->update_dot_tree != NULL) in print_output_section_statement()
4695 exp_fold_tree (output_section_statement->update_dot_tree, in print_output_section_statement()
6136 if (os->update_dot_tree != 0) in lang_size_sections_1()
6137 exp_fold_tree (os->update_dot_tree, os, bfd_abs_section_ptr, &dot); in lang_size_sections_1()
6633 if (os->update_dot_tree != NULL) in lang_do_assignments_1()
6634 exp_fold_tree (os->update_dot_tree, os, in lang_do_assignments_1()
9216 overlay_list->os->update_dot_tree in lang_leave_overlay()
H A DChangeLog-2008590 statement has an update_dot_tree expression, apply it to
595 update_dot_tree expression apply it to dot.
H A DChangeLog-2012551 (strip_excluded_output_sections): Don't test update_dot_tree here..
H A DChangeLog-02032834 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2841 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2848 assignment to the last section's update_dot_tree. Unconditionally
H A DChangeLog-2007407 with update_dot_tree.