Home
last modified time | relevance | path

Searched defs:sd (Results 126 – 150 of 611) sorted by relevance

12345678910>>...25

/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-signal.c42 sim_signal_to_host (SIM_DESC sd, SIM_SIGNAL sig) in sim_signal_to_host()
98 sim_signal_to_gdb_signal (SIM_DESC sd, SIM_SIGNAL sig) in sim_signal_to_gdb_signal()
H A Dsim-hrw.c27 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
35 sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length) in sim_write()
H A Dsim-memopt.c125 do_memopt_add (SIM_DESC sd, in do_memopt_add()
259 do_memopt_delete (SIM_DESC sd, in do_memopt_delete()
363 memory_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, in memory_option_handler()
604 sim_memopt_install (SIM_DESC sd) in sim_memopt_install()
617 sim_memory_uninstall (SIM_DESC sd) in sim_memory_uninstall()
653 sim_memory_init (SIM_DESC sd) in sim_memory_init()
H A Dsim-reg.c30 sim_fetch_register (SIM_DESC sd, int rn, unsigned char *buf, int length) in sim_fetch_register()
45 sim_store_register (SIM_DESC sd, int rn, unsigned char *buf, int length) in sim_store_register()
H A Dsim-resume.c26 has_stepped (SIM_DESC sd, in has_stepped()
37 sim_resume (SIM_DESC sd, in sim_resume()
H A Dsim-syscall.c34 SIM_DESC sd = (SIM_DESC) sc->p1; in sim_syscall_read_mem() local
46 SIM_DESC sd = (SIM_DESC) sc->p1; in sim_syscall_write_mem() local
60 SIM_DESC sd = CPU_STATE (cpu); in sim_syscall_multi() local
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d149 private bool needOpAssign(StructDeclaration sd) in needOpAssign()
255 FuncDeclaration buildOpAssign(StructDeclaration sd, Scope* sc) in buildOpAssign()
403 bool needOpEquals(StructDeclaration sd) in needOpEquals()
513 FuncDeclaration buildOpEquals(StructDeclaration sd, Scope* sc) in buildOpEquals()
532 FuncDeclaration buildXopEquals(StructDeclaration sd, Scope* sc) in buildXopEquals()
609 FuncDeclaration buildXopCmp(StructDeclaration sd, Scope* sc) in buildXopCmp()
728 private bool needToHash(StructDeclaration sd) in needToHash()
781 FuncDeclaration buildXtoHash(StructDeclaration sd, Scope* sc) in buildXtoHash()
1215 FuncDeclaration buildPostBlit(StructDeclaration sd, Scope* sc) in buildPostBlit()
1531 private Statement generateCopyCtorBody(StructDeclaration sd) in generateCopyCtorBody()
[all …]
H A Dclone.c141 bool needOpAssign(StructDeclaration *sd) in needOpAssign()
201 FuncDeclaration *buildOpAssign(StructDeclaration *sd, Scope *sc) in buildOpAssign()
352 bool needOpEquals(StructDeclaration *sd) in needOpEquals()
471 FuncDeclaration *buildOpEquals(StructDeclaration *sd, Scope *sc) in buildOpEquals()
490 FuncDeclaration *buildXopEquals(StructDeclaration *sd, Scope *sc) in buildXopEquals()
573 FuncDeclaration *buildXopCmp(StructDeclaration *sd, Scope *sc) in buildXopCmp()
657 bool needToHash(StructDeclaration *sd) in needToHash()
714 FuncDeclaration *buildXtoHash(StructDeclaration *sd, Scope *sc) in buildXtoHash()
781 FuncDeclaration *buildPostBlit(StructDeclaration *sd, Scope *sc) in buildPostBlit()
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-hrw.c27 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
35 sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length) in sim_write()
H A Dsim-memopt.c125 do_memopt_add (SIM_DESC sd, in do_memopt_add()
259 do_memopt_delete (SIM_DESC sd, in do_memopt_delete()
363 memory_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, in memory_option_handler()
604 sim_memopt_install (SIM_DESC sd) in sim_memopt_install()
617 sim_memory_uninstall (SIM_DESC sd) in sim_memory_uninstall()
653 sim_memory_init (SIM_DESC sd) in sim_memory_init()
H A Dsim-reg.c30 sim_fetch_register (SIM_DESC sd, int rn, unsigned char *buf, int length) in sim_fetch_register()
45 sim_store_register (SIM_DESC sd, int rn, unsigned char *buf, int length) in sim_store_register()
H A Dsim-resume.c26 has_stepped (SIM_DESC sd, in has_stepped()
37 sim_resume (SIM_DESC sd, in sim_resume()
H A Dsim-syscall.c34 SIM_DESC sd = (SIM_DESC) sc->p1; in sim_syscall_read_mem() local
46 SIM_DESC sd = (SIM_DESC) sc->p1; in sim_syscall_write_mem() local
60 SIM_DESC sd = CPU_STATE (cpu); in sim_syscall_multi() local
/netbsd/external/gpl3/gdb/dist/sim/aarch64/
H A Dinterp.c89 aarch64_get_func (SIM_DESC sd, uint64_t addr) in aarch64_get_func()
123 sim_create_inferior (SIM_DESC sd, struct bfd *abfd, in sim_create_inferior()
309 free_state (SIM_DESC sd) in free_state()
324 SIM_DESC sd = sim_state_alloc (kind, callback); in sim_open() local
370 sim_engine_run (SIM_DESC sd, in sim_engine_run()
/netbsd/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dinterp.c89 aarch64_get_func (SIM_DESC sd, uint64_t addr) in aarch64_get_func()
123 sim_create_inferior (SIM_DESC sd, struct bfd *abfd, in sim_create_inferior()
309 free_state (SIM_DESC sd) in free_state()
324 SIM_DESC sd = sim_state_alloc (kind, callback); in sim_open() local
370 sim_engine_run (SIM_DESC sd, in sim_engine_run()
/netbsd/external/gpl3/gdb/dist/sim/m68hc11/
H A Ddv-m68hc11sio.c182 SIM_DESC sd; in m68hc11sio_port_event() local
246 SIM_DESC sd; in m68hc11sio_rx_poll() local
319 SIM_DESC sd; in m68hc11sio_tx_poll() local
421 SIM_DESC sd; in m68hc11sio_info() local
497 SIM_DESC sd; in m68hc11sio_io_read_buffer() local
542 SIM_DESC sd; in m68hc11sio_io_write_buffer() local
H A Ddv-m68hc11spi.c157 SIM_DESC sd; in m68hc11spi_port_event() local
240 SIM_DESC sd; in m68hc11spi_clock() local
330 SIM_DESC sd; in m68hc11spi_info() local
386 SIM_DESC sd; in m68hc11spi_io_read_buffer() local
431 SIM_DESC sd; in m68hc11spi_io_write_buffer() local
/netbsd/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Ddv-m68hc11sio.c182 SIM_DESC sd; in m68hc11sio_port_event() local
246 SIM_DESC sd; in m68hc11sio_rx_poll() local
319 SIM_DESC sd; in m68hc11sio_tx_poll() local
421 SIM_DESC sd; in m68hc11sio_info() local
497 SIM_DESC sd; in m68hc11sio_io_read_buffer() local
542 SIM_DESC sd; in m68hc11sio_io_write_buffer() local
H A Ddv-m68hc11spi.c157 SIM_DESC sd; in m68hc11spi_port_event() local
240 SIM_DESC sd; in m68hc11spi_clock() local
330 SIM_DESC sd; in m68hc11spi_info() local
386 SIM_DESC sd; in m68hc11spi_io_read_buffer() local
431 SIM_DESC sd; in m68hc11spi_io_write_buffer() local
/netbsd/external/gpl3/gdb/dist/sim/msp430/
H A Dsim-main.h44 #define MSP430_CPU(sd) (STATE_CPU ((sd), 0)) argument
45 #define MSP430_CPU_STATE(sd) (MSP430_CPU ((sd)->state)) argument
/netbsd/external/gpl3/gdb.old/dist/sim/msp430/
H A Dsim-main.h44 #define MSP430_CPU(sd) (STATE_CPU ((sd), 0)) argument
45 #define MSP430_CPU_STATE(sd) (MSP430_CPU ((sd)->state)) argument
/netbsd/tests/lib/libc/sys/
H A Dt_sendrecv.c65 sender(int sd) in sender()
82 receiver(int sd) in receiver()
114 int fd[2], sd[2], error; in sendrecv() local
/netbsd/external/gpl3/gdb/dist/sim/microblaze/
H A Dinterp.c113 sim_engine_run (SIM_DESC sd, in sim_engine_run()
355 sim_info (SIM_DESC sd, int verbose) in sim_info()
379 free_state (SIM_DESC sd) in free_state()
392 SIM_DESC sd = sim_state_alloc (kind, cb); in sim_open() local
461 sim_create_inferior (SIM_DESC sd, struct bfd *prog_bfd, in sim_create_inferior()
/netbsd/external/gpl3/gdb.old/dist/sim/microblaze/
H A Dinterp.c113 sim_engine_run (SIM_DESC sd, in sim_engine_run()
355 sim_info (SIM_DESC sd, int verbose) in sim_info()
379 free_state (SIM_DESC sd) in free_state()
392 SIM_DESC sd = sim_state_alloc (kind, cb); in sim_open() local
461 sim_create_inferior (SIM_DESC sd, struct bfd *prog_bfd, in sim_create_inferior()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c141 bool needOpAssign(StructDeclaration *sd) in needOpAssign()
201 FuncDeclaration *buildOpAssign(StructDeclaration *sd, Scope *sc) in buildOpAssign()
352 bool needOpEquals(StructDeclaration *sd) in needOpEquals()
471 FuncDeclaration *buildOpEquals(StructDeclaration *sd, Scope *sc) in buildOpEquals()
490 FuncDeclaration *buildXopEquals(StructDeclaration *sd, Scope *sc) in buildXopEquals()
573 FuncDeclaration *buildXopCmp(StructDeclaration *sd, Scope *sc) in buildXopCmp()
657 bool needToHash(StructDeclaration *sd) in needToHash()
714 FuncDeclaration *buildXtoHash(StructDeclaration *sd, Scope *sc) in buildXtoHash()
781 FuncDeclaration *buildPostBlit(StructDeclaration *sd, Scope *sc) in buildPostBlit()

12345678910>>...25