Searched refs:pie (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/contrib/netbsd-tests/usr.bin/gdb/
H A Dt_regress.sh55 atf_test_case pie
65 cc -fpie -pie -g test.c -o test
76 atf_add_test_case pie
/freebsd-10-stable/sys/boot/arm/uboot/
H A DMakefile133 ldscript.pie:
140 ubldr.pie: ${OBJS} ldscript.pie ${.CURDIR}/ldscript.${MACHINE_CPUARCH} ${DPADD}
141 ${CC} ${CFLAGS} -T ldscript.pie ${LDFLAGS} -pie -Wl,-Bsymbolic \
144 ubldr.bin: ubldr.pie
145 ${OBJCOPY} -S -O binary ubldr.pie ${.TARGET}
147 CLEANFILES+= ldscript.abs ldscript.pie ubldr ubldr.pie ubldr.bin
/freebsd-10-stable/sys/dev/firewire/
H A Dfwphyreg.h120 pie:1, member in struct:phyreg_page0
151 pie:1,
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh82 # check whether this arch supports -pie
83 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
84 atf_skip "cc -pie not supported on this architecture"
91 atf_check -s exit:0 -o ignore -e ignore cc -fpie -pie -o hello test.c
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh204 LD_FLAG=pie
209 echo "/* Script for ld -pie: link position independent executable */"
217 ( echo "/* Script for -pie -z combreloc: position independent executable, combine & sort relocs */"
225 ( echo "/* Script for -pie -z combreloc -z now -z relro: position independent executable, combine & sort relocs */"
/freebsd-10-stable/contrib/binutils/include/
H A Dbfdlink.h309 unsigned int pie: 1;
307 unsigned int pie: 1; member in struct:bfd_link_info
/freebsd-10-stable/contrib/gdb/include/
H A Dbfdlink.h294 unsigned int pie: 1;
292 unsigned int pie: 1; member in struct:bfd_link_info
/freebsd-10-stable/contrib/binutils/ld/
H A Dgenscripts.sh47 # sun3.xdc [used when the linker is invoked with "-pie"]
342 LD_FLAG=pie
347 echo "/* Script for ld -pie: link position independent executable */"
355 ( echo "/* Script for -pie -z combreloc: position independent executable, combine & sort relocs */"
363 ( echo "/* Script for -pie -z combreloc -z now -z relro: position independent executable, combine & sort relocs */"
H A Dldmain.c349 if (! link_info.shared || link_info.pie)
H A Dlexsup.c473 { {"pie", no_argument, NULL, OPTION_PIE},
1135 link_info.pie = TRUE;
1138 einfo (_("%P%F: -pie not supported\n"));
H A Dpe-dll.c2827 if (info->shared && !info->pie)
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDataLayout.cpp478 pib = Pointers.begin(), pie = Pointers.end();
479 pib != pie; ++pib) {
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c166 pie, CTLFLAG_RW, 0, "PIE");
622 * Callout function to destroy pie mtx and free PIE status memory
708 /* par array contains pie configuration as follow
754 //D("pie cfg_ref_count=%d", pie_desc.cfg_ref_count);
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfxx-ia64.c2622 | (info->pie ? 0 : SEC_READONLY)
2633 if (info->pie)
3497 || !x->info->pie
3547 if (dyn_i->want_fptr && !x->info->pie)
4199 || !info->pie
4923 if (!dyn_i->want_fptr || info->pie)
H A Delf32-ppc.c3411 && (info->shared || info->pie)
4382 if (info->shared || info->pie)
4506 if (!doneone || info->shared || info->pie)
7101 if (info->shared || info->pie)
7519 if (info->shared || info->pie)
/freebsd-10-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c626 p.negotiated_speed, p.pie, p.fault, p.stanby_fault, p.disscrm, p.b_only,
/freebsd-10-stable/contrib/binutils/
H A Dltmain.sh1405 -pie | -fpie | -fPIE) ;;
1624 -pie | -fpie | -fPIE)
/freebsd-10-stable/contrib/libyaml/config/
H A Dltmain.sh1139 -pie | -fpie | -fPIE)
2502 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/contrib/openbsm/config/
H A Dltmain.sh2018 -pie | -fpie | -fPIE)
3521 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/crypto/heimdal/
H A Dltmain.sh1987 -pie | -fpie | -fPIE)
3488 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/contrib/ldns/
H A Dltmain.sh3304 -pie | -fpie | -fPIE)
4844 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/contrib/sqlite3/
H A Dltmain.sh1988 -pie | -fpie | -fPIE)
3491 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/contrib/openpam/
H A Dltmain.sh2018 -pie | -fpie | -fPIE)
3521 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/contrib/unbound/
H A Dltmain.sh1988 -pie | -fpie | -fPIE)
3491 -pie | -fpie | -fPIE) ;;
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh3304 -pie | -fpie | -fPIE)
4844 -pie | -fpie | -fPIE) ;;

Completed in 381 milliseconds

12