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

/external/kernel-headers/original/uapi/linux/
H A Delf-fdpic.h17 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
H A Delf.h39 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/external/elfutils/libebl/
H A Deblsegmenttypename.c64 else if (segment == PT_GNU_STACK)
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp32 case ELF::PT_GNU_STACK:
/external/valgrind/coregrind/m_ume/
H A Delf.c456 # if defined(PT_GNU_STACK) || defined(PT_SUNWSTACK)
457 # if defined(PT_GNU_STACK)
458 /* Android's elf.h doesn't appear to have PT_GNU_STACK. */
459 case PT_GNU_STACK:
/external/llvm/include/llvm/Support/
H A DELF.h1008 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator in enum:llvm::ELF::__anon12049
/external/elfutils/libelf/
H A Delf.h610 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp847 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK);
/external/elfutils/src/
H A Delflint.c4424 && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO
H A Dldgeneric.c6485 phdr->p_type = PT_GNU_STACK;

Completed in 210 milliseconds