OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:push_word
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/lib/libx86emu/
x86emu.c
171
static void
push_word
(struct X86EMU *, uint16_t w);
186
push_word
(emu, (uint16_t) emu->x86.R_FLG);
189
push_word
(emu, emu->x86.R_CS);
191
push_word
(emu, emu->x86.R_IP);
257
push_word
(emu, 0);
258
push_word
(emu, 0);
268
push_word
(emu, emu->x86.R_FLG);
271
push_word
(emu, 0);
272
push_word
(emu, 0);
1316
push_word
(emu, reg->I16_reg.x_reg)
8068
push_word
(struct X86EMU *emu, uint16_t w)
function
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026