Home | History | Annotate | Download | only in ld

Lines Matching refs:etree_type

44 static void exp_fold_tree_1 (etree_type *);
175 etree_type *
178 etree_type *new_e = (etree_type *) stat_alloc (sizeof (new_e->value));
188 etree_type *
191 etree_type *new_e = (etree_type *) stat_alloc (sizeof (new_e->value));
203 etree_type *
206 etree_type *new_e = (etree_type *) stat_alloc (sizeof (new_e->rel));
244 fold_unary (etree_type *tree)
319 fold_binary (etree_type *tree)
545 fold_trinary (etree_type *tree)
555 fold_name (etree_type *tree)
792 is_dot (const etree_type *tree)
803 is_value (const etree_type *tree, bfd_vma val)
813 is_sym_value (const etree_type *tree, bfd_vma val)
835 is_dot_ne_0 (const etree_type *tree)
847 is_dot_plus_0 (const etree_type *tree)
859 is_align_conditional (const etree_type *tree)
873 exp_fold_tree_1 (etree_type *tree)
1088 exp_fold_tree (etree_type *tree, asection *current_section, bfd_vma *dotp)
1097 exp_fold_tree_no_dot (etree_type *tree)
1105 etree_type *
1106 exp_binop (int code, etree_type *lhs, etree_type *rhs)
1108 etree_type value, *new_e;
1120 new_e = (etree_type *) stat_alloc (sizeof (new_e->binary));
1125 etree_type *
1126 exp_trinop (int code, etree_type *cond, etree_type *lhs, etree_type *rhs)
1128 etree_type value, *new_e;
1141 new_e = (etree_type *) stat_alloc (sizeof (new_e->trinary));
1146 etree_type *
1147 exp_unop (int code, etree_type *child)
1149 etree_type value, *new_e;
1160 new_e = (etree_type *) stat_alloc (sizeof (new_e->unary));
1165 etree_type *
1168 etree_type value, *new_e;
1180 new_e = (etree_type *) stat_alloc (sizeof (new_e->name));
1186 static etree_type *
1188 etree_type *src,
1193 etree_type *n;
1195 n = (etree_type *) stat_alloc (sizeof (n->assign));
1209 etree_type *
1210 exp_assign (const char *dst, etree_type *src, bfd_boolean hidden)
1217 etree_type *
1218 exp_defsym (const char *dst, etree_type *src)
1225 etree_type *
1226 exp_provide (const char *dst, etree_type *src, bfd_boolean hidden)
1233 etree_type *
1234 exp_assert (etree_type *exp, const char *message)
1236 etree_type *n;
1238 n = (etree_type *) stat_alloc (sizeof (n->assert_s));
1249 exp_print_tree (etree_type *tree)
1359 exp_get_vma (etree_type *tree, bfd_vma def, char *name)
1374 exp_get_value_int (etree_type *tree, int def, char *name)
1380 exp_get_fill (etree_type *tree, fill_type *def, char *name)
1439 exp_get_abs_int (etree_type *tree, int def, char *name)