Home
last modified time | relevance | path

Searched refs:exp_print_tree (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/ld/
Dldexp.c965 exp_print_tree (etree_type *tree) in exp_print_tree() function
989 exp_print_tree (tree->assign.src); in exp_print_tree()
994 exp_print_tree (tree->assign.src); in exp_print_tree()
999 exp_print_tree (tree->binary.lhs); in exp_print_tree()
1001 exp_print_tree (tree->binary.rhs); in exp_print_tree()
1005 exp_print_tree (tree->trinary.cond); in exp_print_tree()
1007 exp_print_tree (tree->trinary.lhs); in exp_print_tree()
1009 exp_print_tree (tree->trinary.rhs); in exp_print_tree()
1016 exp_print_tree (tree->unary.child); in exp_print_tree()
1023 exp_print_tree (tree->assert_s.child); in exp_print_tree()
Dldexp.h173 void exp_print_tree
Dldlang.c3558 exp_print_tree (assignment->exp); in print_assignment()
3734 exp_print_tree (data->exp); in print_data_statement()
3749 exp_print_tree (address->address); in print_address_statement()
3779 exp_print_tree (reloc->addend_exp); in print_reloc_statement()
DChangeLog-00011143 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1676 (exp_print_tree): Handle etree_provided.
DChangeLog-91971752 * ldexp.c (exp_print_tree): Change etree_value and etree_rel to
4366 (exp_print_tree): Handle etree_provide.
4553 * ldexp.c (exp_print_tree): Don't crash if etree_rel section has
5521 (exp_print_tree): Handle etree_rel.
7228 * ldexp.c (exp_print_tree): don't try and follow null pointers
DChangeLog-98991459 (exp_print_tree): Handle etree_assert.
DChangeLog-02032923 (exp_print_tree): Update accordingly.