/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | uninative-flags.inc | 2 # --enable-default-pie (see gcc -v). This breaks e.g. prelink-native on a pie 3 # default system if binutils-native was built on a system which is not pie default 4 # We therefore enable pie unconditionally for native recipes where static libs are 6 # all default pie. 7 BUILD_CFLAGS:append:pn-binutils-native = " -pie -fpie"
|
H A D | security_flags.inc | 8 GCCPIE ?= "--enable-default-pie" 9 # If static PIE is known to work well, GLIBCPIE="--enable-static-pie" can be set 20 # Inject pie flags into compiler flags if not configured with gcc itself 22 SECURITY_PIE_CFLAGS ?= "${@'' if '${GCCPIE}' else '-pie -fPIE'}" 24 SECURITY_NOPIE_CFLAGS ?= "-no-pie -fno-PIE"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
H A D | 0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch | 7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr… 24 -if expr "$endian" : '.* MSB \+\(pie executable\|executable\|shared object\).*' >&/dev/null 25 +if expr "$endian" : '.* MSB .*\(pie executable\|executable\|shared object\).*' >&/dev/null 28 -elif expr "$endian" : '.* LSB \+\(pie executable\|executable\|shared object\).*' >&/dev/null 29 +elif expr "$endian" : '.* LSB .*\(pie executable\|executable\|shared object\).*' >&/dev/null
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 12 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 15 LDFLAGS += $(no-pie-option)
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | Makefile | 32 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x1000 -pie -static $< -o $@ 34 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x200000 -pie -static $< -o $@ 36 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x1000000 -pie -static $< -o $@
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | wrapper | 49 pie= 270 pie=-pie 288 pie= 338 pie= 381 pie=-pie 524 … ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
H A D | 0001-configure-Prune-PIE-flags.patch | 7 however when using security options -fpie and -pie options are coming 9 well so we end up with conflicting options -shared -pie, which gold 15 Anyway, with this patch we filter pie options from ARCH_FLAGS 41 +sed -i -e 's/\-[f]*pie//g' Makefile
|
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | Makefile | 6 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/ |
H A D | go_1.22.11.bb | 6 CGO_LDFLAGS:append = " -no-pie" 12 # mips/rv64 doesn't support -buildmode=pie, so skip the QA checking for mips/riscv32 and its
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch | 21 -LDFLAGS= -pie 22 +LDFLAGS+= -pie
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu_9.2.0.bb | 18 fdt sdl kvm pie slirp \ 23 PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie slirp \
|
H A D | qemu-native_9.2.0.bb | 9 PACKAGECONFIG ??= "pie"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-configure-Pass-linker-specific-options-with-Wl.patch | 25 - OSAF_HARDEN_FLAGS="${OSAF_HARDEN_FLAGS} -fstack-protector --param ssp-buffer-size=4 -fPIE -pie -z… 26 + OSAF_HARDEN_FLAGS="${OSAF_HARDEN_FLAGS} -fstack-protector --param ssp-buffer-size=4 -fPIE -pie -W…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0003-Fix-libsodium-build.patch | 24 - set(CONFIGURE_COMMAND ./configure --disable-pie --enable-minimal "--prefix=${LIBSODIUM_BIN… 25 + set(CONFIGURE_COMMAND ./configure --host=${HOST_SYS} --build=${BUILD_SYS} --disable-pie --…
|
/openbmc/qemu/ |
H A D | configure | 275 pie="" 772 --enable-pie) pie="yes" 774 --disable-pie) pie="no" 1095 if test "$pie" = "yes"; then 1098 pie=no 1101 if test "$pie" != "no"; then 1103 pie_ldflags=-static-pie 1105 pie_ldflags=-pie 1108 pie="yes" 1109 elif test "$pie" = "yes"; then [all …]
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | Makefile | 33 $(call cc-option,-fno-pie); \ 34 $(call cc-option,-no-pie); \
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | ieee80211.h | 149 unsigned char *r8712_get_wpa_ie(unsigned char *pie, uint *rsn_ie_len, 151 unsigned char *r8712_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len,
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | Makefile | 11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh "$(CC)" trivial_program.c -no-pie) 41 CFLAGS += -no-pie
|
/openbmc/linux/arch/riscv/errata/ |
H A D | Makefile | 2 KBUILD_CFLAGS += -fno-pie
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | Makefile | 225 no-pie-option := $(call try-run, echo 'int main(void) { return 0; }' | \ 226 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 233 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | go.bbclass | 149 # Add -buildmode=pie to GOBUILDFLAGS to satisfy "textrel" QA checking, but mips 150 # doesn't support -buildmode=pie, so skip the QA checking for mips/rv32 and its 156 d.appendVar('GOBUILDFLAGS', ' -buildmode=pie')
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | Makefile | 28 CFLAGS_alternative.o += -fno-pie 29 CFLAGS_cpufeature.o += -fno-pie
|
/openbmc/linux/arch/um/ |
H A D | Makefile | 66 KBUILD_RUSTFLAGS += -Crelocation-model=pie 119 LINK-$(call gcc-min-version, 60100)$(CONFIG_CC_IS_CLANG) += -no-pie
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.target | 10 $(call cc-option,-fno-pie, CROSS_CC_HAS_I386_NOPIE)) 3> config-cc.mak 45 test-i386: CFLAGS += -fno-pie
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch | 63 %{!static-pie: \ 83 %{!static-pie: \
|