HomeSort by relevance Sort by last modified time
    Searched refs:etree_type (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
mri.h 24 extern void mri_output_section (const char *, etree_type *);
26 extern void mri_base (etree_type *);
32 extern void mri_public (const char *, etree_type *);
33 extern void mri_align (const char *, etree_type *);
34 extern void mri_alignmod (const char *, etree_type *);
ldexp.h 95 } etree_type; typedef in typeref:union:etree_union
188 etree_type *exp_intop
190 etree_type *exp_bigintop
192 etree_type *exp_relop
195 (etree_type *, asection *, bfd_vma *);
197 (etree_type *);
198 etree_type *exp_binop
199 (int, etree_type *, etree_type *);
200 etree_type *exp_trino
    [all...]
mri.c 40 etree_type *vma;
41 etree_type *align;
42 etree_type *subalign;
47 static etree_type *base; /* Relocation base - or null */
80 etree_type *vma,
82 etree_type *align,
83 etree_type *subalign)
97 mri_output_section (const char *name, etree_type *vma)
112 mri_base (etree_type *exp)
194 etree_type *align = 0
    [all...]
ldlang.h 441 etree_type *at;
442 etree_type *flags;
538 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
539 etree_type *, int, int);
605 struct orphan_save *, etree_type *, lang_statement_list_type *);
657 (const char *, etree_type *, bfd_boolean, bfd_boolean, etree_type *,
658 etree_type *);
    [all...]
ldexp.c 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))
    [all...]
ldmisc.c 52 %S print script file and linenumber from etree_type.
245 etree_type node;
246 etree_type *tp = va_arg (arg, etree_type *);
ldlang.c 74 static void exp_init_os (etree_type *);
    [all...]
ldgram.y 1128 | atype ':' { $$ = (etree_type *)NULL; }
1140 | ':' { $$ = (etree_type *) NULL; }

Completed in 217 milliseconds