/toolchain/binutils/binutils-2.25/ld/ |
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.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 *);
|
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...] |
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...] |
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...] |
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; }
|
ChangeLog-2012 | 952 etree_type arg, or use current if arg is NULL. [all...] |
ChangeLog-2005 | 470 * ldexp.h (etree_type): Add hidden to assign. [all...] |
ChangeLog-9899 | [all...] |
ChangeLog-9197 | [all...] |
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
aix.em | 62 static void gld${EMULATION_NAME}_find_exp_assignment (etree_type *); 572 etree_type *t; 595 etree_type *t; [all...] |
xtensaelf.em | [all...] |
sunos.em | 77 (etree_type *); 837 gld${EMULATION_NAME}_find_exp_assignment (etree_type *exp)
|
spuelf.em | 164 etree_type *e_size;
|
pep.em | [all...] |
elf32.em | [all...] |
pe.em | [all...] |