/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 28 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 29 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 31 LDFLAGS += $(no-pie-option)
|
/linux/arch/powerpc/boot/ |
H A D | wrapper | 49 pie= 227 # Do not include PT_INTERP segment when linking pie. Non-pie linking 268 pie=-pie 281 pie= 331 pie= 374 pie=-pie 497 ${CROSS}ld -m $format -T $lds $text_start $pie [all...] |
/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | Makefile | 9 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
|
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 557 bool pie = regs_irqs_disabled(regs); in do_ale() local 560 if (!pie) in do_ale() 587 if (!pie) in do_ale() 626 bool pie = regs_irqs_disabled(regs); in do_bce() local 632 if (!pie) in do_bce() 698 if (!pie) in do_bce() 716 bool pie = regs_irqs_disabled(regs); in do_bp() local 721 if (!pie) in do_bp() 787 if (!pie) in do_bp() 1022 bool pie in do_lbt() local [all...] |
/linux/tools/testing/selftests/exec/ |
H A D | Makefile | 44 -fPIE -pie $< -o $@ 47 -fPIE -static-pie $< -o $@
|
/linux/arch/riscv/kernel/ |
H A D | Makefile | 30 CFLAGS_alternative.o += -fno-pie 31 CFLAGS_cpufeature.o += -fno-pie 32 CFLAGS_sbi_ecall.o += -fno-pie
|
/linux/arch/riscv/errata/ |
H A D | Makefile | 6 KBUILD_CFLAGS += -fno-pie -mcmodel=medany
|
/linux/arch/um/ |
H A D | Makefile | 67 KBUILD_RUSTFLAGS += -Crelocation-model=pie 121 LINK-$(CONFIG_LD_SCRIPT_DYN) += -no-pie
|
/linux/tools/testing/selftests/x86/ |
H A D | Makefile | 11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh "$(CC)" trivial_program.c -no-pie) 42 CFLAGS += -no-pie 45 # clang only wants to see -no-pie during linking. Here, we don't have a separate
|
/linux/tools/testing/selftests/kvm/ |
H A D | Makefile.kvm | 269 no-pie-option := $(call try-run, echo 'int main(void) { return 0; }' | \ 270 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 277 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
|
/linux/tools/perf/Documentation/ |
H A D | android.txt | 52 make WERROR=0 ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}" 54 make WERROR=0 ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}"
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | Makefile | 37 CFLAGS += $(KHDR_INCLUDES) -fno-pie
|
/linux/arch/loongarch/ |
H A D | Makefile | 117 KBUILD_RUSTFLAGS_KERNEL += -Crelocation-model=pie 118 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 355 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument 360 u8 *pbuf = pie; in rtw_get_wpa_ie() 390 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie() 403 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument 405 return rtw_get_ie(pie, WLAN_EID_RSN, rsn_ie_len, limit); in rtw_get_wpa2_ie()
|
H A D | rtw_ap.c | 58 unsigned char *pie = pnetwork_mlmeext->ies; in update_BCNTIM() local 67 p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, in update_BCNTIM() 77 tim_ie_offset = (signed int)(p - pie); in update_BCNTIM() 90 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, in update_BCNTIM() 99 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, in update_BCNTIM() 109 premainder_ie = pie + offset; in update_BCNTIM() 114 dst_ie = pie + offset; in update_BCNTIM() 162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
|
/linux/tools/testing/selftests/mm/ |
H A D | Makefile | 112 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie) 120 CFLAGS += -no-pie
|
/linux/tools/testing/selftests/sgx/ |
H A D | Makefile | 17 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
|
/linux/arch/csky/kernel/vdso/ |
H A D | Makefile | 46 cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS_$(@F)) \
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 858 u8 *pie, *peie; in ath6kl_wmi_connect_event_rx() local 906 pie = ev->assoc_info + ev->beacon_ie_len + in ath6kl_wmi_connect_event_rx() 913 while (pie < peie) { in ath6kl_wmi_connect_event_rx() 914 switch (*pie) { in ath6kl_wmi_connect_event_rx() 916 if (pie[1] > 3 && pie[2] == 0x00 && pie[3] == 0x50 && in ath6kl_wmi_connect_event_rx() 917 pie[4] == 0xf2 && pie[5] == WMM_OUI_TYPE) { in ath6kl_wmi_connect_event_rx() 919 if (pie[ in ath6kl_wmi_connect_event_rx() [all...] |
/linux/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 742 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit); 743 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit);
|
/linux/arch/s390/ |
H A D | Makefile | 18 LDFLAGS_vmlinux := $(call ld-option,-no-pie)
|
/linux/arch/powerpc/ |
H A D | Makefile | 104 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie --no-dynamic-linker
|
/linux/Documentation/arch/riscv/ |
H A D | boot.rst | 159 - ``-fno-pie``: This is needed for relocatable kernels which use ``-fPIE``,
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1412 static int rtw_cfg80211_set_wpa_ie(struct adapter *padapter, u8 *pie, size_t ielen) in rtw_cfg80211_set_wpa_ie() argument 1422 if (!pie || !ielen) { in rtw_cfg80211_set_wpa_ie() 1439 memcpy(buf, pie, ielen); in rtw_cfg80211_set_wpa_ie()
|
/linux/Documentation/translations/sp_SP/ |
H A D | memory-barriers.txt | 952 control respetando al pie de la letra la ley de barrier().
|