Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/ld/
HDldgram.y786 { $$ = exp_unop ('-', $2); }
790 { $$ = exp_unop ((int) $1,$3); }
792 { $$ = exp_unop ('!', $2); }
796 { $$ = exp_unop ('~', $2);}
854 { $$ = exp_unop (ABSOLUTE, $3); }
856 { $$ = exp_unop (ALIGN_K,$3); }
864 { $$ = exp_unop (DATA_SEGMENT_END, $3); }
875 { $$ = exp_unop (ALIGN_K,$3); }
HDldexp.h163 etree_type *exp_unop
HDldctor.c323 exp_unop (ALIGN_K, in ldctor_build_sets()
HDldexp.c880 exp_unop (int code, etree_type *child) in exp_unop() function
HDChangeLog283 (exp_unop): Set the lineno field from lineno of child.
HDldlang.c1505 e_align = exp_unop (ALIGN_K, in lang_insert_orphan()
1509 exp_unop (ABSOLUTE, in lang_insert_orphan()
HDChangeLog-91973250 (exp_unop): Likewise.
6957 * ldexp.c (exp_unop): pass down abs_output_section - now can have
/NextBSD/contrib/binutils/ld/emultempl/
HDpep.em1490 address = exp_unop (ALIGN_K, exp_nameop (NAME, "__section_alignment__"));
HDpe.em1712 address = exp_unop (ALIGN_K, exp_nameop (NAME, "__section_alignment__"));