| /linux-6.15/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-6.15/arch/powerpc/boot/ |
| H A D | wrapper | 49 pie= 268 pie=-pie 281 pie= 331 pie= 374 pie=-pie 497 … ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
|
| /linux-6.15/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-6.15/arch/loongarch/kernel/ |
| H A D | traps.c | 556 bool pie = regs_irqs_disabled(regs); in do_ale() local 559 if (!pie) in do_ale() 586 if (!pie) in do_ale() 625 bool pie = regs_irqs_disabled(regs); in do_bce() local 631 if (!pie) in do_bce() 697 if (!pie) in do_bce() 715 bool pie = regs_irqs_disabled(regs); in do_bp() local 720 if (!pie) in do_bp() 786 if (!pie) in do_bp() 1031 if (!pie) in do_lbt() [all …]
|
| /linux-6.15/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-6.15/tools/testing/selftests/exec/ |
| H A D | Makefile | 44 -fPIE -pie $< -o $@ 47 -fPIE -static-pie $< -o $@
|
| /linux-6.15/arch/riscv/errata/ |
| H A D | Makefile | 6 KBUILD_CFLAGS += -fno-pie -mcmodel=medany
|
| /linux-6.15/arch/um/ |
| H A D | Makefile | 67 KBUILD_RUSTFLAGS += -Crelocation-model=pie 122 LINK-$(call gcc-min-version, 60100)$(CONFIG_CC_IS_CLANG) += -no-pie
|
| /linux-6.15/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
|
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | Makefile.kvm | 245 no-pie-option := $(call try-run, echo 'int main(void) { return 0; }' | \ 246 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 253 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | Makefile | 5 CFLAGS_init.o += -fno-pie
|
| /linux-6.15/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-6.15/tools/testing/selftests/powerpc/ptrace/ |
| H A D | Makefile | 37 CFLAGS += $(KHDR_INCLUDES) -fno-pie
|
| /linux-6.15/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-6.15/tools/testing/selftests/mm/ |
| H A D | Makefile | 109 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie) 117 CFLAGS += -no-pie
|
| /linux-6.15/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-r…
|
| /linux-6.15/arch/csky/kernel/vdso/ |
| H A D | Makefile | 46 …cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS…
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | Makefile | 17 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
|
| /linux-6.15/Documentation/translations/zh_CN/arch/riscv/ |
| H A D | boot.rst | 148 - ``-fno-pie``:这对于使用``-fPIE``的可重定位内核是必需的,否则,任何对
|
| /linux-6.15/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[1] > 5 && in ath6kl_wmi_connect_event_rx() 920 pie[6] == WMM_PARAM_OUI_SUBTYPE) in ath6kl_wmi_connect_event_rx() 929 pie += pie[1] + 2; in ath6kl_wmi_connect_event_rx()
|
| /linux-6.15/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-6.15/arch/s390/ |
| H A D | Makefile | 18 LDFLAGS_vmlinux := $(call ld-option,-no-pie)
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | tc.yaml | 820 name: tc-fq-pie-xstats 947 name: tc-pie-xstats 973 doc: Packets dropped due to pie action 3190 name: tc-fq-pie-attrs 3295 name: tc-pie-attrs 3704 attribute-set: tc-fq-pie-attrs 3747 value: pie 3748 attribute-set: tc-pie-attrs 3859 fixed-header: tc-fq-pie-xstats 3864 value: pie [all …]
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | Makefile | 58 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
|