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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dseg.d13 # FRV adds a PT_GNU_STACK header
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h430 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h430 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-lm32.c2663 /* Force a PT_GNU_STACK segment to be created. */
2705 if (m->p_type == PT_GNU_STACK)
2730 /* Add the stack section to the PT_GNU_STACK segment,
2753 if (m->p_type == PT_GNU_STACK)
2823 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
2828 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-bfin.c4309 /* Force a PT_GNU_STACK segment to be created. */
4468 if (m->p_type == PT_GNU_STACK)
5028 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
5033 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-frv.c5579 /* Force a PT_GNU_STACK segment to be created. */
5815 if (m->p_type == PT_GNU_STACK)
6536 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
6541 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-sh.c3367 /* Force a PT_GNU_STACK segment to be created. */
3410 if (m->p_type == PT_GNU_STACK)
6733 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
6738 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf.c1160 case PT_GNU_STACK: pt = "STACK"; break;
2476 case PT_GNU_STACK:
3552 /* We need a PT_GNU_STACK segment. */
4116 m->p_type = PT_GNU_STACK;
5418 5. PT_GNU_STACK segments do not include any sections.
5429 && segment->p_type != PT_GNU_STACK \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-lm32.c2663 /* Force a PT_GNU_STACK segment to be created. */
2705 if (m->p_type == PT_GNU_STACK)
2730 /* Add the stack section to the PT_GNU_STACK segment,
2753 if (m->p_type == PT_GNU_STACK)
2823 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
2828 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-tic6x.c3311 /* Force a PT_GNU_STACK segment to be created. */
3353 if (m->p_type == PT_GNU_STACK)
3833 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
3838 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-bfin.c4319 /* Force a PT_GNU_STACK segment to be created. */
4478 if (m->p_type == PT_GNU_STACK)
5038 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
5043 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-frv.c5579 /* Force a PT_GNU_STACK segment to be created. */
5815 if (m->p_type == PT_GNU_STACK)
6536 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
6541 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf32-sh.c3363 /* Force a PT_GNU_STACK segment to be created. */
3406 if (m->p_type == PT_GNU_STACK)
6729 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK)
6734 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK)
H A Delf.c1158 case PT_GNU_STACK: pt = "STACK"; break;
2481 case PT_GNU_STACK:
3557 /* We need a PT_GNU_STACK segment. */
4117 m->p_type = PT_GNU_STACK;
5409 5. PT_GNU_STACK segments do not include any sections.
5420 && segment->p_type != PT_GNU_STACK \
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dexec_elf.h350 #define PT_GNU_STACK 0x6474e551 /* Indicate executable stack */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.c4008 else if (strcmp (s, "PT_GNU_STACK") == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h472 PT_GNU_STACK = 0x6474e551, enumerator in enum:elfcpp::PT
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript.cc3209 PHDR_TYPE(PT_GNU_STACK),
H A Dlayout.cc1327 // we already have (PT_GNU_STACK, PT_GNU_EH_FRAME, etc.)
1342 // executable as a PT_GNU_STACK segment. If an object file does not
2164 // library, we create a PT_GNU_STACK segment.
2201 this->make_output_segment(elfcpp::PT_GNU_STACK, flags);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c2744 case PT_GNU_STACK: return "GNU_STACK";

Completed in 511 milliseconds