Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/tools/testing/selftests/exec/
DMakefile32 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x1000 -pie -static $< -o $@
34 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x200000 -pie -static $< -o $@
36 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=0x1000000 -pie -static $< -o $@
/linux-6.1.9/arch/powerpc/boot/
Dwrapper49 pie=
253 pie=-pie
271 pie=
321 pie=
364 pie=-pie
507 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $rodynamic $notext -o "$ofile" $map \
/linux-6.1.9/tools/testing/selftests/kvm/
DMakefile210 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
211 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
218 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
/linux-6.1.9/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);
1637 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len) in update_ht_cap() argument
1658 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap()
1693 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap()
/linux-6.1.9/tools/testing/selftests/x86/
DMakefile11 CAN_BUILD_WITH_NOPIE := $(shell ./check_cc.sh "$(CC)" trivial_program.c -no-pie)
41 CFLAGS += -no-pie
/linux-6.1.9/tools/testing/selftests/vm/
DMakefile59 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
66 CFLAGS += -no-pie
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_ap.c57 unsigned char *pie = pnetwork_mlmeext->IEs; in update_BCNTIM() local
65 p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, _TIM_IE_, &tim_ielen, in update_BCNTIM()
70 tim_ie_offset = (int)(p - pie); in update_BCNTIM()
82 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_, in update_BCNTIM()
90 premainder_ie = pie + offset; in update_BCNTIM()
95 dst_ie = pie + offset; in update_BCNTIM()
135 offset = (uint)(dst_ie - pie); in update_BCNTIM()
Drtw_ieee80211.c271 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument
277 u8 *pbuf = pie; in rtw_get_wpa_ie()
301 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie()
310 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument
313 return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in rtw_get_wpa2_ie()
/linux-6.1.9/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-6.1.9/tools/testing/selftests/powerpc/ptrace/
DMakefile36 CFLAGS += -I../../../../../usr/include -fno-pie
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c354 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument
359 u8 *pbuf = pie; in rtw_get_wpa_ie()
389 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie()
402 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument
404 return rtw_get_ie(pie, WLAN_EID_RSN, rsn_ie_len, limit); in rtw_get_wpa2_ie()
Drtw_ap.c59 unsigned char *pie = pnetwork_mlmeext->ies; in update_BCNTIM() local
68 p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, in update_BCNTIM()
78 tim_ie_offset = (signed int)(p - pie); in update_BCNTIM()
91 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, in update_BCNTIM()
100 p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, in update_BCNTIM()
110 premainder_ie = pie + offset; in update_BCNTIM()
115 dst_ie = pie + offset; in update_BCNTIM()
163 offset = (uint)(dst_ie - pie); in update_BCNTIM()
/linux-6.1.9/arch/csky/kernel/vdso/
DMakefile53 …cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS…
/linux-6.1.9/arch/um/
DMakefile121 LINK-$(CONFIG_LD_SCRIPT_DYN) += $(call cc-option, -no-pie)
/linux-6.1.9/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-6.1.9/drivers/staging/r8188eu/include/
Dieee80211.h759 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit);
760 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit);
Drtw_mlme.h563 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len);
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dieee80211.h739 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit);
740 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit);
Drtw_mlme.h570 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len, u8 channel);
/linux-6.1.9/arch/s390/
DMakefile18 LDFLAGS_vmlinux := -pie
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c219 static int rtw_set_wpa_ie(struct adapter *padapter, char *pie, unsigned short ielen) in rtw_set_wpa_ie() argument
226 if (ielen > MAX_WPA_IE_LEN || !pie) { in rtw_set_wpa_ie()
228 if (!pie) in rtw_set_wpa_ie()
241 memcpy(buf, pie, ielen); in rtw_set_wpa_ie()
/linux-6.1.9/arch/x86/boot/compressed/
DMakefile69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)

12