Home
last modified time | relevance | path

Searched refs:PT_GNU_STACK (Results 1 – 18 of 18) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Delf-fdpic.h17 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
Delf.h39 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/external/elfutils/0.153/libebl/
Deblsegmenttypename.c89 else if (segment == PT_GNU_STACK)
/external/llvm/tools/llvm-objdump/
DELFDump.cpp34 case ELF::PT_GNU_STACK: in printProgramHeaders()
/external/llvm/test/tools/llvm-readobj/
Dprogram-headers.test25 ELF-I386-NEXT: Type: PT_GNU_STACK (0x6474E551)
66 ELF-X86-64-NEXT: Type: PT_GNU_STACK (0x6474E551)
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc105 case PT_GNU_STACK: type = "GNU_STACK"; break; in VerboseLogProgramHeader()
374 if (program_header->p_type == PT_GNU_STACK && in FindUnusedGnuStackSegment()
496 program_header->p_type == PT_GNU_STACK) { in SortOrderSensitiveProgramHeaders()
509 if (!(first->p_type == PT_GNU_STACK || in SortOrderSensitiveProgramHeaders()
682 spliced_header->p_type = PT_GNU_STACK; in CoalesceProgramHeadersForHole()
/external/valgrind/main/coregrind/m_ume/
Delf.c415 # if defined(PT_GNU_STACK) in VG_()
417 case PT_GNU_STACK: in VG_()
/external/chromium_org/third_party/libvpx/include/
Delf.h72 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/
Dx86-64-sandbox.rst50 * There can be at most one PT_GNU_STACK segment. It must be marked RW.
/external/llvm/include/llvm/Support/
DELF.h1608 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
/external/elfutils/0.153/
DNEWS328 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.
603 Handle PT_GNU_STACK. Change to write messages to stdout.
Delfutils.spec416 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
/external/elfutils/0.153/libelf/
Delf.h585 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp487 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK); in getElfSegmentType()
/external/elfutils/0.153/config/
Delfutils.spec.in416 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
/external/elfutils/0.153/src/
DChangeLog884 Fix generation of PT_GNU_STACK entry.
1657 linker. Add PT_GNU_STACK program header.
Delflint.c4106 && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO in check_program_header()
Dldgeneric.c6493 phdr->p_type = PT_GNU_STACK; in ld_generic_create_outfile()