Searched refs:PT_GNU_STACK (Results 1 - 13 of 13) 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/0.153/libebl/
H A Deblsegmenttypename.c89 else if (segment == PT_GNU_STACK)
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp34 case ELF::PT_GNU_STACK:
/external/valgrind/main/coregrind/m_ume/
H A Delf.c415 # if defined(PT_GNU_STACK)
416 /* Android's elf.h doesn't appear to have PT_GNU_STACK. */
417 case PT_GNU_STACK:
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc105 case PT_GNU_STACK: type = "GNU_STACK"; break;
365 // Helper for ResizeSection(). Find the PT_GNU_STACK segment, and check
374 if (program_header->p_type == PT_GNU_STACK &&
496 program_header->p_type == PT_GNU_STACK) {
501 // Order these program headers so that any PT_GNU_STACK is last, and
509 if (!(first->p_type == PT_GNU_STACK ||
682 spliced_header->p_type = PT_GNU_STACK;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h72 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/external/llvm/include/llvm/Support/
H A DELF.h1608 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator in enum:llvm::ELF::__anon25601
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp487 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK);
/external/elfutils/0.153/libelf/
H A Delf.h585 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ macro
/external/elfutils/0.153/
H A Delfutils.spec416 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
/external/elfutils/0.153/src/
H A Delflint.c4106 && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO
H A Dldgeneric.c6493 phdr->p_type = PT_GNU_STACK;

Completed in 186 milliseconds