HomeSort by: relevance | last modified time | path
    Searched refs:frag (Results 1 - 25 of 328) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/gas/
sframe-opt.c 30 /* The function estimates the size of a rs_sframe variant frag based on
35 sframe_estimate_size_before_relax (fragS *frag)
50 exp = symbol_get_value_expression (frag->fr_symbol);
72 frag->fr_subtype = (frag->fr_subtype & ~7) | (ret & 7);
77 /* This function relaxes a rs_sframe variant frag based on the current
79 the frag. This returns the change in frag length. */
82 sframe_relax_frag (fragS *frag)
88 oldsize = frag->fr_subtype & 7
    [all...]
frags.c 43 /* Initialization for frag routines. */
73 /* Allocate a frag on the specified obstack.
74 Call this routine every time a new frag is made, so that the
87 the frag (via obstack_finish adjusting obstack next_free
88 pointer), making it seem like the frag already has contents in
98 /* Try to augment current frag by nchars chars.
99 If there is no room, close off the current frag with a ".fill 0"
100 and begin a new frag. Then loop until the new frag has at least
122 as_fatal (ngettext ("can't extend frag %lu char"
414 const fragS *frag; local
469 const fragS *frag; local
534 const fragS *frag = frag1; local
    [all...]
ehopt.c 267 difference. We turn that into a rs_cfa_advance frag, and handle
395 /* This might be a DW_CFA_advance_loc4. Record the frag and the
396 position within the frag, so that we can change it later. */
411 subtracted were in the same frag and the expression was
436 of the assembly. We set up a variant frag which we handle
462 We set up a variant frag which we handle later. */
480 /* The function estimates the size of a rs_cfa variant frag based on
485 eh_frame_estimate_size_before_relax (fragS *frag)
488 int ca = frag->fr_subtype >> 3;
491 diff = resolve_symbol_value (frag->fr_symbol)
    [all...]
subsegs.h 45 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 */
62 frag chain, even if it contains no (complete) frags. */
100 /* Initial frag for ELF. */
  /src/external/gpl3/binutils.old/dist/gas/
sframe-opt.c 24 /* The function estimates the size of a rs_sframe variant frag based on
29 sframe_estimate_size_before_relax (fragS *frag)
42 exp = symbol_get_value_expression (frag->fr_symbol);
64 frag->fr_subtype = (frag->fr_subtype & ~7) | (ret & 7);
69 /* This function relaxes a rs_sframe variant frag based on the current
71 the frag. This returns the change in frag length. */
74 sframe_relax_frag (fragS *frag)
78 oldsize = frag->fr_subtype & 7
    [all...]
frags.c 43 /* Initialization for frag routines. */
73 /* Allocate a frag on the specified obstack.
94 /* Try to augment current frag by nchars chars.
95 If there is no room, close off the current frag with a ".fill 0"
96 and begin a new frag. Then loop until the new frag has at least
118 as_fatal (ngettext ("can't extend frag %lu char",
119 "can't extend frag %lu chars",
131 /* Not enough room in this frag. Close it and start a new one.
132 This must be done in a loop because the created frag may no
413 const fragS *frag; local
468 const fragS *frag; local
533 const fragS *frag = frag1; local
    [all...]
ehopt.c 267 difference. We turn that into a rs_cfa_advance frag, and handle
396 /* This might be a DW_CFA_advance_loc4. Record the frag and the
397 position within the frag, so that we can change it later. */
412 subtracted were in the same frag and the expression was
437 of the assembly. We set up a variant frag which we handle
463 We set up a variant frag which we handle later. */
481 /* The function estimates the size of a rs_cfa variant frag based on
486 eh_frame_estimate_size_before_relax (fragS *frag)
489 int ca = frag->fr_subtype >> 3;
492 diff = resolve_symbol_value (frag->fr_symbol)
    [all...]
subsegs.h 45 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 */
62 frag chain, even if it contains no (complete) frags. */
91 /* Initial frag for ELF. */
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_dtls.c 58 hm_fragment *frag = NULL; local
62 if ((frag = OPENSSL_zalloc(sizeof(*frag))) == NULL) {
70 OPENSSL_free(frag);
75 /* zero length fragment gets zero frag->fragment */
76 frag->fragment = buf;
84 OPENSSL_free(frag);
89 frag->reassembly = bitmask;
91 return frag;
94 void dtls1_hm_fragment_free(hm_fragment *frag)
491 hm_fragment *frag; local
598 hm_fragment *frag = NULL; local
708 hm_fragment *frag = NULL; local
1091 hm_fragment *frag; local
1111 hm_fragment *frag; local
1184 hm_fragment *frag; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_dtls.c 58 hm_fragment *frag = NULL; local
62 if ((frag = OPENSSL_malloc(sizeof(*frag))) == NULL) {
70 OPENSSL_free(frag);
75 /* zero length fragment gets zero frag->fragment */
76 frag->fragment = buf;
84 OPENSSL_free(frag);
89 frag->reassembly = bitmask;
91 return frag;
94 void dtls1_hm_fragment_free(hm_fragment *frag)
476 hm_fragment *frag; local
533 hm_fragment *frag = NULL; local
643 hm_fragment *frag = NULL; local
1013 hm_fragment *frag; local
1033 hm_fragment *frag; local
1102 hm_fragment *frag; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_dtls.c 72 hm_fragment *frag = NULL; local
76 if ((frag = OPENSSL_zalloc(sizeof(*frag))) == NULL)
81 OPENSSL_free(frag);
86 /* zero length fragment gets zero frag->fragment */
87 frag->fragment = buf;
94 OPENSSL_free(frag);
99 frag->reassembly = bitmask;
101 return frag;
104 void dtls1_hm_fragment_free(hm_fragment *frag)
510 hm_fragment *frag; local
616 hm_fragment *frag = NULL; local
724 hm_fragment *frag = NULL; local
1109 hm_fragment *frag; local
1126 hm_fragment *frag; local
1189 hm_fragment *frag; local
    [all...]
  /src/sys/dist/pf/net/
pf_norm.c 215 struct pf_fragment *frag; local
219 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
220 KASSERT(BUFFER_FRAGMENTS(frag));
221 if (frag->fr_timeout > expire)
224 DPFPRINTF(("expiring %d(%p)\n", frag->fr_id, frag));
225 pf_free_fragment(frag);
228 while ((frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue)) != NULL) {
229 KASSERT(!BUFFER_FRAGMENTS(frag));
230 if (frag->fr_timeout > expire
247 struct pf_fragment *frag; local
320 struct pf_fragment *frag; local
862 struct pf_fragment *frag = NULL; local
1107 struct ip6_frag frag; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
CA.pl.in 58 my (@ret, @frag);
82 push @frag, $1;
85 push @frag, $1;
88 push @frag, "";
93 push @frag, $1;
96 push @frag, $1;
99 push @frag, "\\$1" unless $1 eq "\n";
106 push @frag, $1 unless $1 eq "\n";
113 push @ret, join("", splice(@frag)) if (@frag > 0)
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_frag.c 91 vchar_t *frag; local
125 if ((frag = vmalloc(fraglen)) == NULL) {
131 set_isakmp_header1(frag, iph1, ISAKMP_NPTYPE_FRAG);
132 hdr = (struct isakmp *)frag->v;
148 if (isakmp_send(iph1, frag) < 0) {
153 vfree(frag);
178 /* no frag yet, just insert at beginning of list */
213 struct isakmp_frag *frag; local
225 if (msg->l < sizeof(*isakmp) + sizeof(*frag)) {
231 frag = (struct isakmp_frag *)(isakmp + 1)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-v850.h 72 #define HANDLE_ALIGN(sec, frag) v850_handle_align (frag)
75 /* We need space in a frag's fixed size to allow for alignment when relaxing. */
tc-visium.h 52 extern void visium_handle_align (struct frag *);
56 extern int visium_relax_frag (asection *, struct frag *, long);
tc-csky.h 82 fragS *frag; member in struct:tls_addend
88 { (FIX)->tc_fix_data.frag = NULL; (FIX)->tc_fix_data.offset = 0; }
tc-mn10300.h 50 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
51 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
128 #define HANDLE_ALIGN(sec, frag) mn10300_handle_align (frag)
tc-spu.h 105 #define HANDLE_ALIGN(sec, frag) spu_handle_align (frag)
tc-tilegx.h 43 extern void tilegx_handle_align (struct frag *);
55 extern void tilegx_cons_fix_new (struct frag *, int,
57 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
58 tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
tc-tilepro.h 43 extern void tilepro_handle_align (struct frag *);
55 extern void tilepro_cons_fix_new (struct frag *, int,
58 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
59 tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-v850.h 72 #define HANDLE_ALIGN(sec, frag) v850_handle_align (frag)
75 /* We need space in a frag's fixed size to allow for alignment when relaxing. */
tc-visium.h 52 extern void visium_handle_align (struct frag *);
56 extern int visium_relax_frag (asection *, struct frag *, long);
  /src/sys/external/bsd/ipf/netinet/
ip_frag.c 196 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock");
334 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */
354 /* table(I) - pointer to frag table to add to */
375 ipfr_t *fra, frag, *fran; local
396 memset(&frag, 0, sizeof(frag));
397 frag.ipfr_v = fin->fin_v;
399 frag.ipfr_p = fin->fin_p;
401 frag.ipfr_id = fin->fin_id;
403 frag.ipfr_source = fin->fin_fi.fi_src
634 ipfr_t *f, frag; local
1160 ipfr_t *frag, *next, zero; local
    [all...]
  /src/sys/ufs/chfs/
chfs_readinode.c 57 /* frag node operations */
105 /* frag node rbtree operations */
118 const struct chfs_node_frag *frag = n; local
121 return (frag->ofs - ofs);
489 * Puts hole frag into the holes between fragments.
526 /* Find the offset of frag which is before the new one. */
659 struct chfs_node_frag *frag; local
663 frag = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &size);
665 /* Find the last frag before size and set its new size. */
666 if (frag && frag->ofs != size)
1103 struct chfs_node_frag *frag; local
    [all...]

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>