Searched refs:frag (Results 1 - 25 of 190) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_norm.c216 struct pf_fragment *frag; local
220 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
221 KASSERT(BUFFER_FRAGMENTS(frag));
222 if (frag->fr_timeout > expire)
225 DPFPRINTF(("expiring %d(%p)\n", frag->fr_id, frag));
226 pf_free_fragment(frag);
229 while ((frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue)) != NULL) {
230 KASSERT(!BUFFER_FRAGMENTS(frag));
231 if (frag
248 struct pf_fragment *frag; local
276 pf_free_fragment(struct pf_fragment *frag) argument
321 struct pf_fragment *frag; local
344 pf_remove_fragment(struct pf_fragment *frag) argument
359 pf_reassemble(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
561 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
863 struct pf_fragment *frag = NULL; local
1108 struct ip6_frag frag; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dehopt.c248 difference. We turn that into a rs_cfa_advance frag, and handle
386 /* This might be a DW_CFA_advance_loc4. Record the frag and the
387 position within the frag, so that we can change it later. */
402 subtracted were in the same frag and the expression was
427 of the assembly. We set up a variant frag which we handle
448 end of the assembly. We set up a variant frag which we
466 /* The function estimates the size of a rs_cfa variant frag based on
471 eh_frame_estimate_size_before_relax (fragS *frag) argument
474 int ca = frag->fr_subtype >> 3;
477 diff = resolve_symbol_value (frag
500 eh_frame_relax_frag(fragS *frag) argument
514 eh_frame_convert_frag(fragS *frag) argument
[all...]
H A Dfrags.c31 /* Initialization for frag routines. */
61 /* Allocate a frag on the specified obstack.
81 /* Try to augment current frag by nchars chars.
82 If there is no room, close of the current frag with a ".fill 0"
83 and begin a new frag. Unless the new frag has nchars chars available
115 as_fatal (_("can't extend frag %u chars"), nchars);
119 /* Call this to close off a completed frag, and start up a new (empty)
120 frag, in the same subsegment as the old frag
394 const fragS *frag; local
[all...]
H A Dsubsegs.h45 struct frchain /* control building of a frag chain */
47 struct frag *frch_root; /* 1st struct frag in chain, or NULL */
48 struct frag *frch_last; /* last struct frag in chain, or NULL */
53 struct obstack frch_obstack; /* for objects in this frag chain */
61 frag chain, even if it contains no (complete) frags. */
97 /* Initial frag for ELF. */
H A Dwrite.h73 /* Which frag does this fix apply to? */
173 extern int relax_segment (struct frag *, segT, int);
177 (fragS * frag, int where, int size, symbolS * add_symbol,
180 (fragS * frag, int size, symbolS * add_symbol,
183 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
H A Ddwarf2dbg.c719 static struct frag *
725 static struct frag *
797 get_frag_fix (fragS *frag, segT seg)
801 if (frag->fr_next)
802 return frag->fr_fix;
808 if (fr->frch_last == frag)
809 return (char *) obstack_next_free (&fr->frch_obstack) - frag->fr_literal;
1055 emit_fixed_inc_line_addr (int line_delta, addressT addr_delta, fragS *frag,
1073 pexp = symbol_get_value_expression (frag->fr_symbol);
1096 emit_expr_fix (&exp, sizeof_address, frag,
794 get_frag_fix(fragS *frag, segT seg) argument
1052 emit_fixed_inc_line_addr(int line_delta, addressT addr_delta, fragS *frag, char *p, int len) argument
1147 dwarf2dbg_estimate_size_before_relax(fragS *frag) argument
1168 dwarf2dbg_relax_frag(fragS *frag) argument
1183 dwarf2dbg_convert_frag(fragS *frag) argument
1219 fragS *last_frag = NULL, *frag; local
1482 fragS *frag; local
1543 fragS *frag; local
[all...]
H A Ddebug.c53 struct frag *fp;
95 struct frag *fp;
H A Dfrags.h1 /* frags.h - Header file for the frag concept.
27 /* A code fragment (frag) is some known number of chars, followed by some
31 much room at the end of the frag.
34 of the 1st char of a frag is generally not known until after relax().
36 of a particular frag}+offset.
39 notes for different frag kinds. See how code pans. */
41 struct frag { struct
44 /* When relaxing multiple times, remember the address the frag had
51 The generic frag handling code no longer makes any use of fr_var. */
61 struct frag *fr_nex
[all...]
H A Dcgen.h36 /* frag containing the insn */
37 fragS * frag; member in struct:__anon3124
38 /* Address of insn in frag. */
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_frag.c213 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */
232 /* frag(O) - pointer to ipfr_t structure to fill */
238 ipfr_index(fr_info_t *fin, ipfr_t *frag) argument
253 frag->ipfr_p = fin->fin_fi.fi_p;
254 frag->ipfr_id = fin->fin_id;
255 frag->ipfr_tos = ip6->ip6_flow & IPV6_FLOWINFO_MASK;
256 frag->ipfr_src.in6 = ip6->ip6_src;
257 frag->ipfr_dst.in6 = ip6->ip6_dst;
263 frag->ipfr_p = ip->ip_p;
264 frag
309 ipfr_t *fra, frag; local
487 ipfr_t *f, frag; local
962 ipfr_t *frag, *next, zero; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_both.c175 hm_fragment *frag = NULL; local
179 frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment));
180 if ( frag == NULL)
188 OPENSSL_free(frag);
193 /* zero length fragment gets zero frag->fragment */
194 frag->fragment = buf;
203 OPENSSL_free(frag);
209 frag->reassembly = bitmask;
211 return frag;
215 dtls1_hm_fragment_free(hm_fragment *frag) argument
544 hm_fragment *frag; local
604 hm_fragment *frag = NULL; local
713 hm_fragment *frag = NULL; local
1165 hm_fragment *frag; local
1189 hm_fragment *frag; local
1257 hm_fragment *frag ; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_frag.c93 vchar_t *frag; local
128 if ((frag = vmalloc(fraglen)) == NULL) {
134 set_isakmp_header1(frag, iph1, ISAKMP_NPTYPE_FRAG);
135 hdr = (struct isakmp *)frag->v;
151 if (isakmp_send(iph1, frag) < 0) {
156 vfree(frag);
182 struct isakmp_frag *frag; local
190 if (msg->l < sizeof(*isakmp) + sizeof(*frag)) {
196 frag = (struct isakmp_frag *)(isakmp + 1);
199 * frag
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-v850.h70 #define HANDLE_ALIGN(frag) v850_handle_align (frag)
H A Dtc-mips.h28 struct frag;
51 extern int mips_relax_frag (asection *, struct frag *, long);
59 extern void mips_handle_align (struct frag *);
H A Dtc-arc.h62 extern void arc_cons_fix_new (struct frag *, int, int, struct expressionS *);
H A Dtc-mn10300.h120 #define HANDLE_ALIGN(frag) mn10300_handle_align (frag)
H A Dtc-spu.h105 #define HANDLE_ALIGN(frag) spu_handle_align (frag)
H A Dtc-sparc.h26 struct frag;
78 extern void sparc_handle_align (struct frag *);
167 (struct frag *, int, unsigned int, struct expressionS *);
H A Dtc-tic6x.h56 /* If there is a current execute packet, the frag being used for
85 /* Whether this machine-dependent frag is used for instructions (as
89 /* For a frag used for instructions, whether it is may cross a fetch
145 #define TC_CONS_FIX_NEW(frag, where, size, exp) \
146 tic6x_cons_fix_new (frag, where, size, exp)
147 extern void tic6x_cons_fix_new (fragS *frag, int where, int size,
H A Dtc-cr16.h60 extern void cr16_cons_fix_new (struct frag *, int, int, struct expressionS *);
67 /* Give an error if a frag containing code is not aligned to a 2-byte
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c++/
H A Dc++frags.exp15 foreach srcfile [lsort [glob -nocomplain ${srcdir}/libmudflap.c++/*frag.cxx]] {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dcrange4.s2 ! lost because .space just emitted a frag, without calling emit_expr as
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_readinode.c64 /* frag node operations */
118 * frag node rbtree operations
133 const struct chfs_node_frag *frag = n; local
136 return (frag->ofs - ofs);
464 * frag node operations
611 //dbg("one frag killed\n");
621 struct chfs_node_frag *frag; local
626 frag = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &size);
628 /* Find the last frag before size and set its new size. */
629 if (frag
1061 struct chfs_node_frag *frag; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dcfrags.exp11 ${srcdir}/libmudflap.c/*frag.c \
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-sctp.c317 const struct sctpSelectiveFrag *frag; local
330 for (frag = ( (const struct sctpSelectiveFrag *)
333 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
334 frag++, fragNo++)
337 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart),
338 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentEnd));
342 for (dupTSN = (const u_char *)frag, tsnNo=0;

Completed in 259 milliseconds

12345678