Home
last modified time | relevance | path

Searched refs:frag_ptr (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/dce_rpc/
H A Ddce_co.cc676 const uint8_t*& frag_ptr, uint16_t frag_len) in dce_co_process_ctx_id() argument
940 ctx_data = frag_ptr; in DCE2_CoBindAck()
1131 const uint8_t* frag_ptr, uint16_t frag_len) in DCE2_CoGetAuthLen() argument
1630 dce2_move(frag_ptr, frag_len, req_size); in DCE2_CoRequest()
1641 cot->stub_data = frag_ptr; in DCE2_CoRequest()
1849 cot->stub_data = frag_ptr; in DCE2_CoResponse()
1891 stub_data = frag_ptr; in DCE2_CoResponse()
1925 const uint8_t* frag_ptr, uint16_t frag_len) in DCE2_CoDecode() argument
2247 const uint8_t* frag_ptr = nullptr; in DCE2_CoSegDecode() local
2281 frag_ptr = rpkt->data + smb_hdr_len; in DCE2_CoSegDecode()
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dcerpc2/
H A Ddce2_co.c267 const uint8_t *frag_ptr = data_ptr; in DCE2_CoProcess() local
788 DceRpcCoBind *bind = (DceRpcCoBind *)frag_ptr; in DCE2_CoBind()
1130 ctx_data = frag_ptr; in DCE2_CoBindAck()
1358 DCE2_MOVE(frag_ptr, frag_len, req_size); in DCE2_CoRequest()
1369 cot->stub_data = frag_ptr; in DCE2_CoRequest()
1608 cot->stub_data = frag_ptr; in DCE2_CoResponse()
2700 const uint8_t *frag_ptr; in DCE2_CoSegDecode() local
2730 frag_ptr = rpkt->payload + smb_hdr_len; in DCE2_CoSegDecode()
2737 frag_ptr = rpkt->payload; in DCE2_CoSegDecode()
2757 DCE2_CoDecode(sd, cot, frag_ptr, frag_len); in DCE2_CoSegDecode()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dlisting.c571 fragS *frag_ptr; in calc_hex() local
579 frag_ptr = frag; in calc_hex()
584 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
592 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
596 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
600 if (frag_ptr->fr_type == rs_fill) in calc_hex()
607 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
611 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
615 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
625 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dlisting.c571 fragS *frag_ptr; in calc_hex() local
579 frag_ptr = frag; in calc_hex()
584 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
592 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
596 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
600 if (frag_ptr->fr_type == rs_fill) in calc_hex()
607 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
611 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
615 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
621 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dlisting.c571 fragS *frag_ptr; in calc_hex() local
579 frag_ptr = frag; in calc_hex()
584 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
592 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
596 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
600 if (frag_ptr->fr_type == rs_fill) in calc_hex()
607 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
611 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
615 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
625 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dlisting.c571 fragS *frag_ptr; in calc_hex() local
579 frag_ptr = frag; in calc_hex()
584 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
592 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
596 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
600 if (frag_ptr->fr_type == rs_fill) in calc_hex()
607 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
611 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
615 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
621 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dlisting.c763 fragS *frag_ptr; in calc_hex() local
771 frag_ptr = frag; in calc_hex()
776 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
784 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
788 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
792 if (frag_ptr->fr_type == rs_fill) in calc_hex()
799 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
803 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
807 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
813 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dlisting.c764 fragS *frag_ptr; in calc_hex() local
772 frag_ptr = frag; in calc_hex()
777 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
781 while (octet_in_frag < frag_ptr->fr_fix in calc_hex()
789 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
793 if (frag_ptr->fr_type == rs_fill) in calc_hex()
800 < frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset) in calc_hex()
804 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
808 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
814 if (var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dlisting.c764 fragS *frag_ptr; in calc_hex() local
772 frag_ptr = frag; in calc_hex()
777 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
781 while (octet_in_frag < frag_ptr->fr_fix in calc_hex()
789 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
793 if (frag_ptr->fr_type == rs_fill) in calc_hex()
800 < frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset) in calc_hex()
804 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
808 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
814 if (var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dlisting.c763 fragS *frag_ptr; in calc_hex() local
771 frag_ptr = frag; in calc_hex()
776 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
784 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
788 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
792 if (frag_ptr->fr_type == rs_fill) in calc_hex()
799 < (frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset)) in calc_hex()
803 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
807 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
813 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/devel/binutils/binutils-2.37/gas/
H A Dlisting.c764 fragS *frag_ptr; in calc_hex() local
772 frag_ptr = frag; in calc_hex()
777 while (frag_ptr != (fragS *) NULL && frag_ptr->line == first) in calc_hex()
781 while (octet_in_frag < frag_ptr->fr_fix in calc_hex()
789 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
793 if (frag_ptr->fr_type == rs_fill) in calc_hex()
800 < frag_ptr->fr_fix + frag_ptr->fr_var * frag_ptr->fr_offset) in calc_hex()
804 address = frag_ptr->fr_address / OCTETS_PER_BYTE; in calc_hex()
808 (frag_ptr->fr_literal[var_rep_idx]) & 0xff); in calc_hex()
814 if (var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var) in calc_hex()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-avr.c1954 char *init_frag_ptr = frag_ptr; in avr_output_property_record()
1956 where = frag_ptr - frag_base; in avr_output_property_record()
1962 frag_ptr += 4; in avr_output_property_record()
1965 frag_ptr += 1; in avr_output_property_record()
1975 frag_ptr += 4; in avr_output_property_record()
1980 frag_ptr += 4; in avr_output_property_record()
1986 frag_ptr += 8; in avr_output_property_record()
1996 return frag_ptr; in avr_output_property_record()
2149 char *frag_ptr, *frag_base; in avr_create_and_fill_property_section() local
2192 frag_ptr = in avr_create_and_fill_property_section()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-avr.c1954 char *init_frag_ptr = frag_ptr; in avr_output_property_record()
1956 where = frag_ptr - frag_base; in avr_output_property_record()
1962 frag_ptr += 4; in avr_output_property_record()
1965 frag_ptr += 1; in avr_output_property_record()
1975 frag_ptr += 4; in avr_output_property_record()
1980 frag_ptr += 4; in avr_output_property_record()
1986 frag_ptr += 8; in avr_output_property_record()
1996 return frag_ptr; in avr_output_property_record()
2149 char *frag_ptr, *frag_base; in avr_create_and_fill_property_section() local
2192 frag_ptr = in avr_create_and_fill_property_section()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-avr.c2176 char *init_frag_ptr = frag_ptr; in avr_output_property_record()
2178 where = frag_ptr - frag_base; in avr_output_property_record()
2184 frag_ptr += 4; in avr_output_property_record()
2187 frag_ptr += 1; in avr_output_property_record()
2197 frag_ptr += 4; in avr_output_property_record()
2202 frag_ptr += 4; in avr_output_property_record()
2208 frag_ptr += 8; in avr_output_property_record()
2218 return frag_ptr; in avr_output_property_record()
2371 char *frag_ptr, *frag_base; in avr_create_and_fill_property_section() local
2414 frag_ptr = in avr_create_and_fill_property_section()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-avr.c2176 char *init_frag_ptr = frag_ptr; in avr_output_property_record()
2178 where = frag_ptr - frag_base; in avr_output_property_record()
2184 frag_ptr += 4; in avr_output_property_record()
2187 frag_ptr += 1; in avr_output_property_record()
2197 frag_ptr += 4; in avr_output_property_record()
2202 frag_ptr += 4; in avr_output_property_record()
2208 frag_ptr += 8; in avr_output_property_record()
2218 return frag_ptr; in avr_output_property_record()
2371 char *frag_ptr, *frag_base; in avr_create_and_fill_property_section() local
2414 frag_ptr = in avr_create_and_fill_property_section()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-avr.c2176 char *init_frag_ptr = frag_ptr; in avr_output_property_record()
2178 where = frag_ptr - frag_base; in avr_output_property_record()
2184 frag_ptr += 4; in avr_output_property_record()
2187 frag_ptr += 1; in avr_output_property_record()
2197 frag_ptr += 4; in avr_output_property_record()
2202 frag_ptr += 4; in avr_output_property_record()
2208 frag_ptr += 8; in avr_output_property_record()
2218 return frag_ptr; in avr_output_property_record()
2371 char *frag_ptr, *frag_base; in avr_create_and_fill_property_section() local
2414 frag_ptr = in avr_create_and_fill_property_section()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c135 entry->frag_ptr = frag; in tc_fill_entry()
151 entry->frag_ptr = NULL; in tc_fill_entry()
181 if (entry->frag_ptr) { in tc_unfill_entry()
182 entry = entry->frag_ptr; in tc_unfill_entry()
H A Dstmmac.h133 void *frag_ptr; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c135 entry->frag_ptr = frag; in tc_fill_entry()
151 entry->frag_ptr = NULL; in tc_fill_entry()
181 if (entry->frag_ptr) { in tc_unfill_entry()
182 entry = entry->frag_ptr; in tc_unfill_entry()
H A Dstmmac.h133 void *frag_ptr; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c135 entry->frag_ptr = frag; in tc_fill_entry()
151 entry->frag_ptr = NULL; in tc_fill_entry()
181 if (entry->frag_ptr) { in tc_unfill_entry()
182 entry = entry->frag_ptr; in tc_unfill_entry()
H A Dstmmac.h133 void *frag_ptr; member
/dports/multimedia/libv4l/linux-5.13-rc2/net/wireless/
H A Dutil.c671 void *frag_ptr; in __ieee80211_amsdu_copy_frag() local
677 frag_ptr = skb->data; in __ieee80211_amsdu_copy_frag()
683 frag_ptr = skb_frag_address(frag); in __ieee80211_amsdu_copy_frag()
688 frag_ptr += offset; in __ieee80211_amsdu_copy_frag()
693 __frame_add_frag(frame, frag_page, frag_ptr, cur_len, frag_size); in __ieee80211_amsdu_copy_frag()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/wireless/
H A Dutil.c671 void *frag_ptr; in __ieee80211_amsdu_copy_frag() local
677 frag_ptr = skb->data; in __ieee80211_amsdu_copy_frag()
683 frag_ptr = skb_frag_address(frag); in __ieee80211_amsdu_copy_frag()
688 frag_ptr += offset; in __ieee80211_amsdu_copy_frag()
693 __frame_add_frag(frame, frag_page, frag_ptr, cur_len, frag_size); in __ieee80211_amsdu_copy_frag()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/wireless/
H A Dutil.c671 void *frag_ptr; in __ieee80211_amsdu_copy_frag() local
677 frag_ptr = skb->data; in __ieee80211_amsdu_copy_frag()
683 frag_ptr = skb_frag_address(frag); in __ieee80211_amsdu_copy_frag()
688 frag_ptr += offset; in __ieee80211_amsdu_copy_frag()
693 __frame_add_frag(frame, frag_page, frag_ptr, cur_len, frag_size); in __ieee80211_amsdu_copy_frag()

123