/Linux-v5.4/tools/testing/selftests/kvm/ |
D | Makefile | 51 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 52 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie) 59 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
|
/Linux-v5.4/arch/powerpc/boot/ |
D | wrapper | 46 pie= 248 pie=-pie 266 pie= 316 pie= 362 pie=-pie 503 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" \
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | Makefile | 11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh $(CC) trivial_program.c -no-pie) 40 CFLAGS += -no-pie
|
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
D | Makefile | 9 LDFLAGS += -no-pie
|
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
D | Makefile | 10 CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm -fno-pie
|
/Linux-v5.4/tools/perf/Documentation/ |
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-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 273 unsigned char *rtw_get_wpa_ie(unsigned char *pie, uint *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument 279 u8 *pbuf = pie; in rtw_get_wpa_ie() 304 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie() 313 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument 315 return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in rtw_get_wpa2_ie()
|
D | rtw_ap.c | 64 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.4/arch/riscv/kernel/vdso/ |
D | Makefile | 58 …cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS…
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | ieee80211.c | 241 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()
|
D | ieee80211.h | 731 unsigned char *r8712_get_wpa_ie(unsigned char *pie, uint *rsn_ie_len, 733 unsigned char *r8712_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len,
|
D | rtl871x_mlme.c | 30 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len); 1680 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len) in update_ht_cap() argument 1701 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap() 1736 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap()
|
D | rtl871x_ioctl_linux.c | 481 static int r871x_set_wpa_ie(struct _adapter *padapter, char *pie, in r871x_set_wpa_ie() argument 488 if ((ielen > MAX_WPA_IE_LEN) || (pie == NULL)) in r871x_set_wpa_ie() 491 buf = kmemdup(pie, ielen, GFP_ATOMIC); in r871x_set_wpa_ie()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 378 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument 383 u8 *pbuf = pie; in rtw_get_wpa_ie() 414 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie() 427 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument 429 return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in rtw_get_wpa2_ie()
|
D | rtw_ap.c | 63 unsigned char *pie = pnetwork_mlmeext->IEs; in update_BCNTIM() local 77 pie + _FIXED_IE_LENGTH_, in update_BCNTIM() 87 tim_ie_offset = (sint)(p - pie); in update_BCNTIM() 101 pie + _BEACON_IE_OFFSET_, in update_BCNTIM() 111 pie + _BEACON_IE_OFFSET_, in update_BCNTIM() 121 premainder_ie = pie + offset; in update_BCNTIM() 126 dst_ie = pie + offset; in update_BCNTIM() 174 offset = (uint)(dst_ie - pie); in update_BCNTIM()
|
/Linux-v5.4/arch/um/ |
D | Makefile | 121 LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib $(call cc-option, -no-pie)
|
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
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-v5.4/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 736 unsigned char *rtw_get_wpa_ie(unsigned char *pie, uint *wpa_ie_len, int limit); 737 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, uint *rsn_ie_len, int limit);
|
D | rtw_mlme.h | 347 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len);
|
/Linux-v5.4/arch/s390/ |
D | Makefile | 21 LDFLAGS_vmlinux := -pie
|
/Linux-v5.4/arch/x86/boot/compressed/ |
D | Makefile | 50 KBUILD_LDFLAGS += $(call ld-option, -pie) $(call ld-option, --no-dynamic-linker)
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 1133 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit); 1134 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit);
|
D | rtw_mlme.h | 620 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len, u8 channel);
|
/Linux-v5.4/arch/powerpc/ |
D | Makefile | 123 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
|
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 492 static int rtw_set_wpa_ie(struct adapter *padapter, char *pie, unsigned short ielen) in rtw_set_wpa_ie() argument 498 if ((ielen > MAX_WPA_IE_LEN) || (!pie)) { in rtw_set_wpa_ie() 500 if (!pie) in rtw_set_wpa_ie() 507 buf = kmemdup(pie, ielen, GFP_KERNEL); in rtw_set_wpa_ie()
|