OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handoff_code
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/lib/syslinux/
shuffle_pm.c
43
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
))
shuffle_rm.c
88
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 154 milliseconds