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

12

/freebsd-11-stable/stand/arm/uboot/
H A DMakefile52 ldscript.pie:
59 ubldr.pie: ${OBJS} ldscript.pie ${.CURDIR}/ldscript.${MACHINE_CPUARCH} ${DPADD}
60 ${CC} ${CFLAGS} -T ldscript.pie ${LDFLAGS} -pie -Wl,-Bsymbolic \
63 ubldr.bin: ubldr.pie
64 ${OBJCOPY} -S -O binary ubldr.pie ${.TARGET}
66 CLEANFILES+= ldscript.abs ldscript.pie ubldr ubldr.pie ubldr.bin
/freebsd-11-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-11-stable/stand/mips/uboot/
H A DMakefile46 ldscript.pie:
54 CLEANFILES+= ldscript.abs ldscript.pie ubldr ubldr.pie ubldr.bin
/freebsd-11-stable/sys/conf/
H A DMakefile.powerpc43 LDFLAGS+= -pie
/freebsd-11-stable/sys/dev/firewire/
H A Dfwphyreg.h120 pie:1, member in struct:phyreg_page0
151 pie:1,
/freebsd-11-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-11-stable/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh203 LD_FLAG=pie
208 echo "/* Script for ld -pie: link position independent executable */"
216 ( echo "/* Script for -pie -z combreloc: position independent executable, combine & sort relocs */"
224 ( echo "/* Script for -pie -z combreloc -z now -z relro: position independent executable, combine & sort relocs */"
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp729 // Handle -pie or -no_pie
730 if (llvm::opt::Arg *pie = parsedArgs.getLastArg(OPT_pie, OPT_no_pie)) {
736 (pie->getOption().getID() == OPT_pie)) {
737 error("-pie can only be used when targeting Mac OS X 10.5 or later");
743 (pie->getOption().getID() == OPT_pie)) {
744 error("-pie can only be used when targeting iOS 4.2 or later");
749 if (pie->getOption().getID() == OPT_no_pie) {
757 ctx.setPIE(pie->getOption().getID() == OPT_pie);
763 warn(pie->getSpelling() +
767 error(pie
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h163 void setPIE(bool pie) { _pie = pie; } argument
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h294 unsigned int pie: 1;
292 unsigned int pie: 1; member in struct:bfd_link_info
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h309 unsigned int pie: 1;
307 unsigned int pie: 1; member in struct:bfd_link_info
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h180 bool pie; member in struct:lld::elf::Configuration
H A DDriver.cpp308 if (config->pie && config->shared)
309 error("-shared and -pie may not be used together");
335 if (config->pie)
336 error("-r and -pie may not be used together");
923 config->pie = args.hasFlag(OPT_pie, OPT_no_pie, false);
1133 config->isPic = config->pie || config->shared;
1778 // We also need one if any shared libraries are used and for pie executables
H A DRelocations.cpp1199 if (config->pie && config->emachine == EM_386)
H A DSyntheticSections.cpp1318 if (config->pie)
1471 if (!config->pie)
/freebsd-11-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-11-stable/stand/
H A Ddefs.mk142 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
/freebsd-11-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-11-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.c3492 && (info->shared || info->pie)
4515 if (info->shared || info->pie)
4639 if (!doneone || info->shared || info->pie)
7299 if (info->shared || info->pie)
7717 if (info->shared || info->pie)
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c626 p.negotiated_speed, p.pie, p.fault, p.stanby_fault, p.disscrm, p.b_only,
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh1405 -pie | -fpie | -fPIE) ;;
1624 -pie | -fpie | -fPIE)

Completed in 337 milliseconds

12