Searched refs:handoff_code (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/lib/syslinux/
H A Dshuffle_pm.c43 uint8_t handoff_code[9 * 5], *p; local
54 stublen = sizeof handoff_code;
61 p = handoff_code;
69 *(uint32_t *) (p + 1) = regs->eip - regstub - sizeof handoff_code;
72 if (syslinux_add_movelist(&fraglist, regstub, (addr_t) handoff_code,
73 sizeof handoff_code))
H A Dshuffle_rm.c88 uint8_t handoff_code[8 + 5 * 5 + 8 * 6 + 1 + 5], *p; local
107 stublen = sizeof handoff_code;
110 if (rv || (regstub > 0x100000 - sizeof handoff_code)) {
118 stublen = sizeof handoff_code;
121 if (!rv && (regstub > 0x100000 - sizeof handoff_code))
130 p = handoff_code;
141 off = (p - handoff_code) + 4;
166 if (syslinux_add_movelist(&fraglist, regstub, (addr_t) handoff_code,
167 sizeof handoff_code))

Completed in 196 milliseconds