Home
last modified time | relevance | path

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

12

/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile12 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)
/Linux-v5.10/tools/testing/selftests/exec/
DMakefile31 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x1000 -pie $< -o $@
33 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x200000 -pie $< -o $@
35 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x1000000 -pie $< -o $@
/Linux-v5.10/arch/powerpc/boot/
Dwrapper47 pie=
249 pie=-pie
267 pie=
317 pie=
355 pie=-pie
496 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" $map \
/Linux-v5.10/tools/testing/selftests/kvm/
DMakefile101 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
102 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
109 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
/Linux-v5.10/drivers/staging/rtl8712/
Dieee80211.h149 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,
Dieee80211.c241 unsigned char *r8712_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len, in r8712_get_wpa2_ie() argument
244 return r8712_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in r8712_get_wpa2_ie()
Drtl871x_mlme.c30 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len);
1679 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len) in update_ht_cap() argument
1700 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap()
1735 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap()
/Linux-v5.10/tools/testing/selftests/x86/
DMakefile11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh $(CC) trivial_program.c -no-pie)
40 CFLAGS += -no-pie
/Linux-v5.10/tools/testing/selftests/vm/
DMakefile45 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_program.c -no-pie)
52 CFLAGS += -no-pie
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
DMakefile10 CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie
/Linux-v5.10/tools/perf/Documentation/
Dandroid.txt52 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-v5.10/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c270 unsigned char *rtw_get_wpa_ie(unsigned char *pie, uint *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument
276 u8 *pbuf = pie; in rtw_get_wpa_ie()
300 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie()
309 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument
311 return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in rtw_get_wpa2_ie()
Drtw_ap.c64 unsigned char *pie = pnetwork_mlmeext->ies; in update_BCNTIM() local
70 p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, _TIM_IE_, &tim_ielen, in update_BCNTIM()
75 tim_ie_offset = (int)(p - pie); in update_BCNTIM()
88 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_, in update_BCNTIM()
97 premainder_ie = pie + offset; in update_BCNTIM()
103 dst_ie = pie + offset; in update_BCNTIM()
142 offset = (uint)(dst_ie - pie); in update_BCNTIM()
/Linux-v5.10/arch/riscv/kernel/vdso/
DMakefile65 …cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS…
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c379 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument
384 u8 *pbuf = pie; in rtw_get_wpa_ie()
415 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie()
428 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument
430 return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in rtw_get_wpa2_ie()
Drtw_ap.c64 unsigned char *pie = pnetwork_mlmeext->IEs; in update_BCNTIM() local
78 pie + _FIXED_IE_LENGTH_, in update_BCNTIM()
88 tim_ie_offset = (sint)(p - pie); in update_BCNTIM()
102 pie + _BEACON_IE_OFFSET_, in update_BCNTIM()
112 pie + _BEACON_IE_OFFSET_, in update_BCNTIM()
122 premainder_ie = pie + offset; in update_BCNTIM()
127 dst_ie = pie + offset; in update_BCNTIM()
175 offset = (uint)(dst_ie - pie); in update_BCNTIM()
/Linux-v5.10/arch/um/
DMakefile121 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib $(call cc-option, -no-pie)
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Dwmi.c858 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-v5.10/drivers/staging/rtl8188eu/include/
Dieee80211.h716 unsigned char *rtw_get_wpa_ie(unsigned char *pie, uint *wpa_ie_len, int limit);
717 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len, int limit);
Drtw_mlme.h347 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len);
/Linux-v5.10/arch/s390/
DMakefile21 LDFLAGS_vmlinux := -pie
/Linux-v5.10/arch/x86/boot/compressed/
DMakefile63 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h1132 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit);
1133 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit);
Drtw_mlme.h618 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len, u8 channel);
/Linux-v5.10/arch/powerpc/
DMakefile124 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie

12