Home
last modified time | relevance | path

Searched refs:tramp (Results 51 – 75 of 160) sorted by relevance

1234567

/netbsd/external/gpl3/gdb/dist/ld/scripttempl/
H A Delfm9s12z.sc311 ${RELOCATING+*(.tramp)}
312 ${RELOCATING+*(.tramp.*)}
H A Delfxgate.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
/netbsd/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delfm68hc11.sc326 ${RELOCATING+*(.tramp)}
327 ${RELOCATING+*(.tramp.*)}
H A Delfm68hc12.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
H A Delfm9s12z.sc311 ${RELOCATING+*(.tramp)}
312 ${RELOCATING+*(.tramp.*)}
H A Delfxgate.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
/netbsd/external/gpl3/binutils/dist/ld/scripttempl/
H A Delfm68hc11.sc326 ${RELOCATING+*(.tramp)}
327 ${RELOCATING+*(.tramp.*)}
H A Delfm68hc12.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
H A Delfm9s12z.sc311 ${RELOCATING+*(.tramp)}
312 ${RELOCATING+*(.tramp.*)}
H A Delfxgate.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
/netbsd/external/gpl3/gdb.old/dist/ld/scripttempl/
H A Delfm68hc11.sc326 ${RELOCATING+*(.tramp)}
327 ${RELOCATING+*(.tramp.*)}
H A Delfm68hc12.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
H A Delfm9s12z.sc311 ${RELOCATING+*(.tramp)}
312 ${RELOCATING+*(.tramp.*)}
H A Delfxgate.sc325 ${RELOCATING+*(.tramp)}
326 ${RELOCATING+*(.tramp.*)}
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.c6140 round_trampoline_addr (rtx tramp) in round_trampoline_addr() argument
6147 return tramp; in round_trampoline_addr()
6159 return tramp; in round_trampoline_addr()
6223 rtx tramp; in expand_builtin_adjust_trampoline() local
6228 tramp = expand_normal (CALL_EXPR_ARG (exp, 0)); in expand_builtin_adjust_trampoline()
6229 tramp = round_trampoline_addr (tramp); in expand_builtin_adjust_trampoline()
6231 tramp = targetm.calls.trampoline_adjust_address (tramp); in expand_builtin_adjust_trampoline()
6233 return tramp; in expand_builtin_adjust_trampoline()
6275 rtx tramp; in expand_builtin_adjust_descriptor() local
6283 tramp = plus_constant (ptr_mode, tramp, in expand_builtin_adjust_descriptor()
[all …]
H A Dbuiltins.cc5321 round_trampoline_addr (rtx tramp) in round_trampoline_addr() argument
5328 return tramp; in round_trampoline_addr()
5340 return tramp; in round_trampoline_addr()
5404 rtx tramp; in expand_builtin_adjust_trampoline() local
5409 tramp = expand_normal (CALL_EXPR_ARG (exp, 0)); in expand_builtin_adjust_trampoline()
5410 tramp = round_trampoline_addr (tramp); in expand_builtin_adjust_trampoline()
5412 tramp = targetm.calls.trampoline_adjust_address (tramp); in expand_builtin_adjust_trampoline()
5414 return tramp; in expand_builtin_adjust_trampoline()
5456 rtx tramp; in expand_builtin_adjust_descriptor() local
5464 tramp = plus_constant (ptr_mode, tramp, in expand_builtin_adjust_descriptor()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c6140 round_trampoline_addr (rtx tramp) in round_trampoline_addr() argument
6147 return tramp; in round_trampoline_addr()
6159 return tramp; in round_trampoline_addr()
6223 rtx tramp; in expand_builtin_adjust_trampoline() local
6228 tramp = expand_normal (CALL_EXPR_ARG (exp, 0)); in expand_builtin_adjust_trampoline()
6229 tramp = round_trampoline_addr (tramp); in expand_builtin_adjust_trampoline()
6231 tramp = targetm.calls.trampoline_adjust_address (tramp); in expand_builtin_adjust_trampoline()
6233 return tramp; in expand_builtin_adjust_trampoline()
6275 rtx tramp; in expand_builtin_adjust_descriptor() local
6283 tramp = plus_constant (ptr_mode, tramp, in expand_builtin_adjust_descriptor()
[all …]
/netbsd/external/gpl3/gdb/lib/libgdb/arch/coldfire/
H A Ddefs.mk6 ….o cp-namespace.o d-namespace.o reggroups.o rust-lang.o trad-frame.o tramp-frame.o solib.o s…
/netbsd/external/gpl3/gdb.old/lib/libgdb/arch/coldfire/
H A Ddefs.mk6 ….o cp-namespace.o d-namespace.o reggroups.o rust-lang.o trad-frame.o tramp-frame.o solib.o s…
/netbsd/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.c698 c6x_initialize_trampoline (rtx tramp, tree fndecl, rtx cxt) in c6x_initialize_trampoline() argument
706 emit_block_move (tramp, assemble_trampoline_template (), in c6x_initialize_trampoline()
713 rtx mem = adjust_address (tramp, SImode, i * 4); in c6x_initialize_trampoline()
727 tramp = XEXP (tramp, 0); in c6x_initialize_trampoline()
729 LCT_NORMAL, VOIDmode, tramp, Pmode, in c6x_initialize_trampoline()
730 plus_constant (Pmode, tramp, TRAMPOLINE_SIZE), Pmode); in c6x_initialize_trampoline()
H A Dc6x.cc699 c6x_initialize_trampoline (rtx tramp, tree fndecl, rtx cxt) in c6x_initialize_trampoline() argument
707 emit_block_move (tramp, assemble_trampoline_template (), in c6x_initialize_trampoline()
714 rtx mem = adjust_address (tramp, SImode, i * 4); in c6x_initialize_trampoline()
728 tramp = XEXP (tramp, 0); in c6x_initialize_trampoline()
729 maybe_emit_call_builtin___clear_cache (tramp, in c6x_initialize_trampoline()
731 tramp, in c6x_initialize_trampoline()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c698 c6x_initialize_trampoline (rtx tramp, tree fndecl, rtx cxt) in c6x_initialize_trampoline() argument
706 emit_block_move (tramp, assemble_trampoline_template (), in c6x_initialize_trampoline()
713 rtx mem = adjust_address (tramp, SImode, i * 4); in c6x_initialize_trampoline()
727 tramp = XEXP (tramp, 0); in c6x_initialize_trampoline()
729 LCT_NORMAL, VOIDmode, tramp, Pmode, in c6x_initialize_trampoline()
730 plus_constant (Pmode, tramp, TRAMPOLINE_SIZE), Pmode); in c6x_initialize_trampoline()
/netbsd/sys/arch/alpha/alpha/
H A Dmachdep.c1492 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp) in buildcontext() argument
1496 tf->tf_regs[FRAME_RA] = (uint64_t)tramp; in buildcontext()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_signal.c222 SCARG_P32(uap, tramp), vers); in netbsd32___sigaction_sigtramp()
/netbsd/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1779 #define __sanitizer_syscall_pre___sigaction_sigtramp(signum, nsa, osa, tramp, \ argument
1783 (long long)(tramp), (long long)(vers))
1785 tramp, vers) \
1788 (long long)(tramp), (long long)(vers))
4175 long long tramp,
4179 long long tramp, long long vers);

1234567