Home
last modified time | relevance | path

Searched refs:push_word (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/usr.sbin/ndiscvt/
Dinf-parse.y84 { push_word($1); }
86 { push_word($1); }
88 { push_word($1); }
90 { push_word($1); }
92 { push_word(NULL); }
94 { push_word(NULL); }
100 { push_word($1); }
102 { push_word($1); }
104 { push_word($1); }
106 { push_word($1); }
[all …]
Dinf.h59 extern void push_word (const char *);
Dinf.c892 push_word (const char *w) in push_word() function
/freebsd-12-stable/sys/contrib/x86emu/
Dx86emu.c170 static void push_word (struct x86emu *, uint16_t w);
185 push_word(emu, (uint16_t) emu->x86.R_FLG); in x86emu_intr_dispatch()
188 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch()
190 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch()
254 push_word(emu, 0); in x86emu_exec_call()
255 push_word(emu, 0); in x86emu_exec_call()
265 push_word(emu, emu->x86.R_FLG); in x86emu_exec_intr()
268 push_word(emu, 0); in x86emu_exec_intr()
269 push_word(emu, 0); in x86emu_exec_intr()
1347 push_word(emu, reg->I16_reg.x_reg); in common_push_word_long()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Ddefs.h1190 extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
Dvalops.c969 push_word (CORE_ADDR sp, ULONGEST word) in push_word() function