Home
last modified time | relevance | path

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

123

/freebsd-14.2/stand/uboot/arch/arm/
H A DMakefile.inc10 pie.ldscript:
17 ubldr.pie: ${OBJS} pie.ldscript ${LDSCRIPT} ${DPADD}
18 ${CC} ${CFLAGS} -T pie.ldscript ${LDFLAGS} -pie -Wl,-Bsymbolic \
21 ubldr.bin: ubldr.pie
22 ${OBJCOPY} -S -O binary ubldr.pie ${.TARGET}
24 CLEANFILES+= abs.ldscript pie.ldscript ubldr ubldr.pie ubldr.bin
/freebsd-14.2/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-14.2/usr.bin/ldd/
H A Dldd.c343 bool pie; in is_pie() local
377 pie = false; in is_pie()
382 pie = (dyn[i].d_un.d_val & DF_1_PIE) != 0; in is_pie()
387 return (pie); in is_pie()
396 bool dynamic, freebsd, pie; in is_executable() local
403 pie = false; in is_executable()
448 pie = is_pie(fname, elf, &ehdr, phdr.p_offset, in is_executable()
460 if (ehdr.e_type == ET_DYN && !pie) { in is_executable()
/freebsd-14.2/contrib/ntp/sntp/harden/
H A Dnetbsd7.992 NTP_HARD_CFLAGS="-fPIE -pie -fstack-protector --param ssp-buffer-size=1 -Wformat=2"
4 NTP_HARD_LDFLAGS="-pie -shared-libgcc"
H A Dlinux4 NTP_HARD_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
/freebsd-14.2/sys/dev/firewire/
H A Dfwphyreg.h121 pie:1, member
152 pie:1,
/freebsd-14.2/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh83 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
91 atf_check -s exit:0 -o ignore -e ignore cc -fpie -pie -o hello test.c
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dp.181 /(apple|cherry) (pie|tart)/
/freebsd-14.2/sys/conf/
H A DMakefile.powerpc60 LDFLAGS+= -pie
/freebsd-14.2/tools/build/
H A Dcheck-links.sh51 *application/x-executable|*application/x-pie-executable) isbin=1 ;;
/freebsd-14.2/stand/uboot/
H A DMakefile78 ubldr ubldr.bin ubldr.pie: ${OBJS}
/freebsd-14.2/stand/efi/boot1/
H A DMakefile68 LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -pie
/freebsd-14.2/contrib/file/src/
H A Dreadelf.c1121 int clazz, int swap, int *pie, size_t *need) in dodynamic() argument
1139 *pie = 1; in dodynamic()
1667 int pie = 0, dynamic = 0; in dophn_exec() local
1751 &pie, &need); in dophn_exec()
1796 if (pie && need == 0) in dophn_exec()
/freebsd-14.2/sys/contrib/libsodium/dist-build/
H A Demscripten.sh66 --disable-ssp --disable-asm --disable-pie \
/freebsd-14.2/stand/efi/loader/
H A DMakefile104 LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -pie
/freebsd-14.2/sys/contrib/libsodium/
H A Dconfigure.ac91 AC_ARG_ENABLE(pie, optenable
92 [AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
217 AX_CHECK_LINK_FLAG([-pie], [
219 LDFLAGS="$LDFLAGS -pie"]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Delf63 >16 leshort 3 ${x?pie executable:shared object},
65 !:mime application/x-${x?pie-executable:sharedlib}
/freebsd-14.2/crypto/openssl/
H A DNOTES-ANDROID.md82 remove occurrences of -ldl and -pie flags. You would also need to pick
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1525 bool pie = args.hasFlag(OPT_pie, OPT_no_pie, true); in link() local
1526 if (!supportsNoPie() && !pie) { in link()
1528 pie = true; in link()
1533 (config->outputType == MH_EXECUTE && pie); in link()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h269 bool pie; member
H A DOptions.td346 defm pie: B<"pie",
569 def: F<"pic-executable">, Alias<pie>, HelpText<"Alias for --pie">;
/freebsd-14.2/contrib/ldns/
H A Dacx_nlnetlabs.m4112 # ACX_CHECK_PIE - add --enable-pie option and check if works
1417 dnl Check if CC and linker support -fPIE and -pie.
1420 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
1425 LDFLAGS="$LDFLAGS -pie"
/freebsd-14.2/contrib/unbound/
H A Dacx_nlnetlabs.m4121 # ACX_CHECK_PIE - add --enable-pie option and check if works
1502 dnl Check if CC and linker support -fPIE and -pie.
1505 …AC_ARG_ENABLE([pie], AS_HELP_STRING([--enable-pie], [Enable Position-Independent Executable (eg. t…
1510 LDFLAGS="$LDFLAGS -pie"
/freebsd-14.2/share/mk/
H A Dbsd.prog.mk55 LDFLAGS+= -pie
/freebsd-14.2/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c163 static SYSCTL_NODE(_net_inet_ip_dummynet, OID_AUTO, pie,

123