Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h294 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h310 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */ macro
DChangeLog267 * common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
DChangeLog-910310 * common.h (PT_GNU_STACK): Define.
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DELFDump.cpp238 case ELF::PT_GNU_STACK: in printProgramHeaders()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1400 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-frv.c3695 if (m->p_type == PT_GNU_STACK) in elf32_frvfdpic_modify_segment_map()
4308 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()
4313 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()
Delf.c970 case PT_GNU_STACK: pt = "STACK"; break; in _bfd_elf_print_private_bfd_data()
2293 case PT_GNU_STACK: in bfd_section_from_phdr()
3526 m->p_type = PT_GNU_STACK; in map_sections_to_segments()
4759 && segment->p_type != PT_GNU_STACK \ in copy_private_bfd_data()
DChangeLog-0203120 * elf.c (INCLUDE_SECTION_IN_SEGMENT): Skip PT_GNU_STACK segments.
2937 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2939 (map_sections_to_segments): Create PT_GNU_STACK segment header.
2940 (get_program_header_size): Count with PT_GNU_STACK.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-bfin.c4204 if (m->p_type == PT_GNU_STACK) in elf32_bfinfdpic_modify_segment_map()
4766 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_bfinfdpic_copy_private_bfd_data()
4771 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_bfinfdpic_copy_private_bfd_data()
Delf32-frv.c5732 if (m->p_type == PT_GNU_STACK) in elf32_frvfdpic_modify_segment_map()
6452 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()
6457 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()
Delf.c1101 case PT_GNU_STACK: pt = "STACK"; break; in get_segment_type()
2637 case PT_GNU_STACK: in bfd_section_from_phdr()
3980 m->p_type = PT_GNU_STACK; in map_sections_to_segments()
5403 && segment->p_type != PT_GNU_STACK \ in rewrite_elf_program_header()
DChangeLog-0203120 * elf.c (INCLUDE_SECTION_IN_SEGMENT): Skip PT_GNU_STACK segments.
2937 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2939 (map_sections_to_segments): Create PT_GNU_STACK segment header.
2940 (get_program_header_size): Count with PT_GNU_STACK.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-2004498 "STACK", when a PT_GNU_STACK segment is encountered.
DChangeLog-0203611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
Dreadelf.c2704 case PT_GNU_STACK: return "GNU_STACK"; in get_segment_type()
/openbsd/src/gnu/llvm/lld/ELF/
DScriptParser.cpp1576 .Case("PT_GNU_STACK", PT_GNU_STACK) in readPhdrType()
DWriter.cpp2410 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp70 ECase(PT_GNU_STACK); in enumeration()
/openbsd/src/gnu/usr.bin/binutils/binutils/
DChangeLog-0203611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
Dreadelf.c2159 case PT_GNU_STACK: return "STACK"; in get_segment_type()
/openbsd/src/gnu/usr.bin/binutils/include/
DChangeLog-9103161 * elf/common.h (PT_GNU_STACK): Define.
/openbsd/src/gnu/usr.bin/binutils/ld/
DChangeLog-0203869 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp1408 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK); in segmentTypeToString()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
DChangeLog-0203869 * ldgram.y (phdr_type): Grok PT_GNU_STACK.