Home
last modified time | relevance | path

Searched refs:__stack_end (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/memdisk/
Dstart32.S75 movl $__stack_end, %esp
107 __stack_end: label
/external/syslinux/dos/
Dheader.S15 .short __stack_end
Ddosexe.ld99 __stack_end = .; symbol
/external/syslinux/core/
Dstack.inc34 mov dword [PMESP],__stack_end ; Reset PM stack
Dsyslinux.ld399 HIDDEN(__stack_end = .); symbol
401 HIDDEN(__stack_len = ABSOLUTE(__stack_end) - ABSOLUTE(__stack_start));
Dpm.inc178 extern __stack_end
179 PMESP dd __stack_end ; Protected-mode ESP
/external/syslinux/core/x86_64/
Dsyslinux.ld413 __stack_end = .; symbol
415 __stack_len = ABSOLUTE(__stack_end) - ABSOLUTE(__stack_start);
/external/syslinux/core/i386/
Dsyslinux.ld413 __stack_end = .; symbol
415 __stack_len = ABSOLUTE(__stack_end) - ABSOLUTE(__stack_start);