OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__stack_end
(Results
1 - 8
of
8
) sorted by null
/external/syslinux/dos/
header.S
15
.short
__stack_end
dosexe.ld
99
__stack_end
= .;
/external/syslinux/memdisk/
start32.S
75
movl $
__stack_end
, %esp
107
__stack_end
:
label
/external/syslinux/core/
stack.inc
34
mov dword [PMESP],
__stack_end
; Reset PM stack
syslinux.ld
399
HIDDEN(
__stack_end
= .);
401
HIDDEN(__stack_len = ABSOLUTE(
__stack_end
) - ABSOLUTE(__stack_start));
pm.inc
178
extern
__stack_end
179
PMESP dd
__stack_end
; Protected-mode ESP
/external/syslinux/core/i386/
syslinux.ld
413
__stack_end
= .;
415
__stack_len = ABSOLUTE(
__stack_end
) - ABSOLUTE(__stack_start);
/external/syslinux/core/x86_64/
syslinux.ld
413
__stack_end
= .;
415
__stack_len = ABSOLUTE(
__stack_end
) - ABSOLUTE(__stack_start);
Completed in 308 milliseconds