Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/ld/
Dldgram.y740 { $$ = exp_unop('-', $2); }
744 { $$ = exp_unop((int) $1,$3); }
746 { $$ = exp_unop('!', $2); }
750 { $$ = exp_unop('~', $2);}
804 { $$ = exp_unop(ABSOLUTE, $3); }
806 { $$ = exp_unop(ALIGN_K,$3); }
812 { $$ = exp_unop(DATA_SEGMENT_END, $3); }
814 { $$ = exp_unop(ALIGN_K,$3); }
Dldexp.h121 etree_type *exp_unop
Dldctor.c323 exp_unop (ALIGN_K, in ldctor_build_sets()
Dldexp.c802 exp_unop (int code, etree_type *child) in exp_unop() function
DChangeLog-91973250 (exp_unop): Likewise.
6957 * ldexp.c (exp_unop): pass down abs_output_section - now can have
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldgram.y781 { $$ = exp_unop ('-', $2); }
785 { $$ = exp_unop ((int) $1,$3); }
787 { $$ = exp_unop ('!', $2); }
791 { $$ = exp_unop ('~', $2);}
845 { $$ = exp_unop (ABSOLUTE, $3); }
847 { $$ = exp_unop (ALIGN_K,$3); }
855 { $$ = exp_unop (DATA_SEGMENT_END, $3); }
866 { $$ = exp_unop (ALIGN_K,$3); }
Dldexp.h162 etree_type *exp_unop
Dldctor.c323 exp_unop (ALIGN_K, in ldctor_build_sets()
Dldexp.c831 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.
Dldlang.c1368 e_align = exp_unop (ALIGN_K, in lang_insert_orphan()
DChangeLog-91973250 (exp_unop): Likewise.
6957 * ldexp.c (exp_unop): pass down abs_output_section - now can have
/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dpe.em1633 e_align = exp_unop (ALIGN_K,
1645 address = exp_unop (ALIGN_K,
Delf32.em1540 e_align = exp_unop (ALIGN_K,
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Dpe.em1643 address = exp_unop (ALIGN_K, exp_nameop (NAME, "__section_alignment__"));