Home
last modified time | relevance | path

Searched refs:exp_unop (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/
Dldgram.y920 { $$ = exp_unop ('-', $2); }
924 { $$ = exp_unop ((int) $1,$3); }
926 { $$ = exp_unop ('!', $2); }
930 { $$ = exp_unop ('~', $2);}
988 { $$ = exp_unop (ABSOLUTE, $3); }
990 { $$ = exp_unop (ALIGN_K,$3); }
998 { $$ = exp_unop (DATA_SEGMENT_END, $3); }
1009 { $$ = exp_unop (ALIGN_K,$3); }
1023 { $$ = exp_unop (LOG2CEIL, $3); }
Dldexp.h202 etree_type *exp_unop
Dldctor.c321 exp_unop (ALIGN_K, in ldctor_build_sets()
Dldexp.c1273 exp_unop (int code, etree_type *child) in exp_unop() function
DChangeLog-2005947 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
1044 (exp_unop): Likewise.
DChangeLog-2012931 (exp_binop, exp_unop, exp_nameop, exp_assop, exp_assert): Copy
DChangeLog-2007761 (exp_unop): Set the lineno field from lineno of child.
DChangeLog-2009602 (exp_trinop, exp_unop, exp_nameop, exp_assop): Rename variable new
DChangeLog-91973250 (exp_unop): Likewise.
6957 * ldexp.c (exp_unop): pass down abs_output_section - now can have
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dpep.em2056 address = exp_unop (ALIGN_K, exp_nameop (NAME, "__section_alignment__"));
Dpe.em2283 address = exp_unop (ALIGN_K, exp_nameop (NAME, "__section_alignment__"));