OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapstub
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/com32/chain/
chain.c
210
static uint8_t
swapstub
[1024];
local
221
memcpy(
swapstub
, swapstub_master, sizeof swapstub_master);
222
*(uint16_t *) &
swapstub
[0x3a] = opt.regs.ds;
223
*(uint16_t *) &
swapstub
[0x3d] = opt.regs.es;
224
*(uint32_t *) &
swapstub
[0x45] = opt.regs.ecx.l;
225
*(uint32_t *) &
swapstub
[0x4b] = opt.regs.esi.l;
226
*(uint32_t *) &
swapstub
[0x51] = opt.regs.edi.l;
227
*(uint16_t *) &
swapstub
[0x56] = opt.regs.ip;
228
*(uint16_t *) &
swapstub
[0x58] = opt.regs.cs;
229
p = &
swapstub
[sizeof swapstub_master]
[
all
...]
Completed in 161 milliseconds