Searched refs:PT_GNU_STACK (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/launchpad/
H A Delf.c74 if (info->phdrs[i].p_type == PT_GNU_STACK)
/fuchsia/zircon/system/core/userboot/
H A Duserboot-elf.c44 if (phdrs[i].p_type == PT_GNU_STACK && phdrs[i].p_memsz > 0)
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c928 case PT_GNU_STACK:
1928 // Check for a PT_GNU_STACK header requesting a main thread stack size.
1931 if (app.phdr[i].p_type == PT_GNU_STACK) {
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h461 #define PT_GNU_STACK 0x6474e551 macro

Completed in 39 milliseconds