| /freebsd/stand/uboot/arch/arm/ |
| H A D | Makefile.inc | 10 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/usr.bin/ldd/ |
| H A D | ldd.c | 342 bool pie; in is_pie() local 376 pie = false; in is_pie() 381 pie = (dyn[i].d_un.d_val & DF_1_PIE) != 0; in is_pie() 386 return (pie); in is_pie() 395 bool dynamic, freebsd, pie; in is_executable() local 402 pie = false; in is_executable() 447 pie = is_pie(fname, elf, &ehdr, phdr.p_offset, in is_executable() 459 if (ehdr.e_type == ET_DYN && !pie) { in is_executable()
|
| /freebsd/contrib/netbsd-tests/usr.bin/gdb/ |
| H A D | t_regress.sh | 55 atf_test_case pie 65 cc -fpie -pie -g test.c -o test 76 atf_add_test_case pie
|
| /freebsd/contrib/ntp/sntp/harden/ |
| H A D | netbsd7.99 | 2 NTP_HARD_CFLAGS="-fPIE -pie -fstack-protector --param ssp-buffer-size=1 -Wformat=2" 4 NTP_HARD_LDFLAGS="-pie -shared-libgcc"
|
| H A D | linux | 4 NTP_HARD_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwphyreg.h | 121 pie:1, member 152 pie:1,
|
| /freebsd/contrib/netbsd-tests/usr.bin/cc/ |
| H A D | t_hello.sh | 83 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/crypto/openssl/Configurations/ |
| H A D | 00-base-templates.conf | 85 if (!defined($disabled{pie})) { 93 if (!defined($disabled{pie})) {
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | p.18 | 1 /(apple|cherry) (pie|tart)/
|
| /freebsd/sys/conf/ |
| H A D | Makefile.powerpc | 53 LDFLAGS+= -pie
|
| /freebsd/tools/build/ |
| H A D | check-links.sh | 51 *application/x-executable|*application/x-pie-executable) isbin=1 ;;
|
| /freebsd/stand/uboot/ |
| H A D | Makefile | 77 ubldr ubldr.bin ubldr.pie: ${OBJS}
|
| /freebsd/sys/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 66 --disable-ssp --disable-asm --disable-pie \
|
| /freebsd/stand/efi/boot1/ |
| H A D | Makefile | 67 LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -pie
|
| /freebsd/contrib/file/src/ |
| H A D | readelf.c | 1180 int clazz, int swap, int *pie, size_t *need) in dodynamic() argument 1199 *pie = 1; in dodynamic() 1732 int pie = 0, dynamic = 0; in dophn_exec() local 1816 &pie, &need); in dophn_exec() 1861 if (pie && need == 0) in dophn_exec()
|
| /freebsd/stand/efi/loader/ |
| H A D | Makefile | 115 LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -pie
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | configure.ac | 91 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/contrib/file/magic/Magdir/ |
| H A D | elf | 63 >16 leshort 3 ${x?pie executable:shared object}, 65 !:mime application/x-${x?pie-executable:sharedlib}
|
| /freebsd/crypto/libecc/ |
| H A D | common.mk | 12 FPIE_LDFLAGS=-pie -Wl,-z,relro,-z,now
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-ANDROID.md | 82 remove occurrences of -ldl and -pie flags. You would also need to pick
|
| /freebsd/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 112 # 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/contrib/llvm-project/lld/ELF/ |
| H A D | Config.h | 282 bool pie; member
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | ReleaseNotes.rst | 71 * ``--export-dynamic`` no longer creates dynamic sections for ``-no-pie`` static linking.
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 1589 bool pie = args.hasFlag(OPT_pie, OPT_no_pie, true); in link() local 1590 if (!supportsNoPie() && !pie) { in link() 1592 pie = true; in link() 1597 (config->outputType == MH_EXECUTE && pie); in link()
|
| /freebsd/share/mk/ |
| H A D | bsd.prog.mk | 38 LDFLAGS+= -pie
|