Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile28 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/tools/testing/selftests/powerpc/dexcr/
H A DMakefile9 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
/linux/arch/loongarch/kernel/
H A Dtraps.c570 bool pie = regs_irqs_disabled(regs); in do_ale() local
573 if (!pie) in do_ale()
600 if (!pie) in do_ale()
639 bool pie = regs_irqs_disabled(regs); in do_bce() local
645 if (!pie) in do_bce()
711 if (!pie) in do_bce()
729 bool pie = regs_irqs_disabled(regs); in do_bp() local
734 if (!pie) in do_bp()
800 if (!pie) in do_bp()
1035 bool pie = regs_irqs_disabled(regs); in do_lbt() local
[all …]
/linux/tools/testing/selftests/exec/
H A DMakefile91 -fPIE -pie $< -o $@
94 -fPIE -static-pie $< -o $@
140 $(CC) $(CFLAGS) $(LDFLAGS) -fPIE -pie $< -o $@
/linux/arch/riscv/kernel/
H A DMakefile23 CFLAGS_alternative.o += -fno-pie
24 CFLAGS_cpufeature.o += -fno-pie
25 CFLAGS_sbi_ecall.o += -fno-pie
/linux/tools/testing/selftests/x86/
H A DMakefile11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh "$(CC)" trivial_program.c -no-pie)
43 CFLAGS += -no-pie
/linux/arch/riscv/errata/
H A DMakefile6 KBUILD_CFLAGS += -fno-pie -mcmodel=medany
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm312 no-pie-option := $(call try-run, echo 'int main(void) { return 0; }' | \
313 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
320 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
/linux/tools/testing/selftests/powerpc/ptrace/
H A DMakefile37 CFLAGS += $(KHDR_INCLUDES) -fno-pie
/linux/tools/testing/selftests/sgx/
H A DMakefile17 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
/linux/tools/testing/selftests/mm/
H A DMakefile115 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
123 CFLAGS += -no-pie
/linux/Documentation/translations/zh_CN/arch/riscv/
H A Dboot.rst148 - ``-fno-pie``:这对于使用``-fPIE``的可重定位内核是必需的,否则,任何对
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c870 u8 *pie, *peie; in ath6kl_wmi_connect_event_rx() local
926 pie = ev->assoc_info + ev->beacon_ie_len + in ath6kl_wmi_connect_event_rx()
933 while (pie < peie) { in ath6kl_wmi_connect_event_rx()
934 switch (*pie) { in ath6kl_wmi_connect_event_rx()
936 if (pie[1] > 3 && pie[2] == 0x00 && pie[3] == 0x50 && in ath6kl_wmi_connect_event_rx()
937 pie[4] == 0xf2 && pie[5] == WMM_OUI_TYPE) { in ath6kl_wmi_connect_event_rx()
939 if (pie[1] > 5 && in ath6kl_wmi_connect_event_rx()
940 pie[6] == WMM_PARAM_OUI_SUBTYPE) in ath6kl_wmi_connect_event_rx()
949 pie += pie[1] + 2; in ath6kl_wmi_connect_event_rx()
/linux/arch/x86/boot/compressed/
H A DMakefile58 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/linux/Documentation/arch/riscv/
H A Dboot.rst159 - ``-fno-pie``: This is needed for relocatable kernels which use ``-fPIE``,
/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt952 control respetando al pie de la letra la ley de barrier().