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

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dfrags.c43 /* 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 ma
425 const fragS *frag; local
480 const fragS *frag; local
545 const fragS *frag = frag1; local
[all...]
H A Dehopt.c246 difference. We turn that into a rs_cfa_advance frag, and handle
385 /* This might be a DW_CFA_advance_loc4. Record the frag and the
386 position within the frag, so that we can change it later. */
401 subtracted were in the same frag and the expression was
426 of the assembly. We set up a variant frag which we handle
452 We set up a variant frag which we handle later. */
470 /* The function estimates the size of a rs_cfa variant frag based on
475 eh_frame_estimate_size_before_relax (fragS *frag) argument
478 int ca = frag->fr_subtype >> 3;
481 diff = resolve_symbol_value (frag
506 eh_frame_relax_frag(fragS *frag) argument
522 eh_frame_convert_frag(fragS *frag) argument
[all...]
H A Dsubsegs.h44 struct frchain /* control building of a frag chain */
46 struct frag *frch_root; /* 1st struct frag in chain, or NULL */
47 struct frag *frch_last; /* last struct frag in chain, or NULL */
52 struct obstack frch_obstack; /* for objects in this frag chain */
60 frag chain, even if it contains no (complete) frags. */
99 /* Initial frag for ELF. */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dfirst_frag_align.d3 #name: record alignment for the first section frag
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_dtls.c58 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) argument
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...]
/netbsd-current/sys/dist/pf/net/
H A Dpf_norm.c215 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
247 struct pf_fragment *frag; local
275 pf_free_fragment(struct pf_fragment *frag) argument
320 struct pf_fragment *frag; local
343 pf_remove_fragment(struct pf_fragment *frag) argument
358 pf_reassemble(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
560 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
862 struct pf_fragment *frag = NULL; local
1107 struct ip6_frag frag; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dehopt.c246 difference. We turn that into a rs_cfa_advance frag, and handle
385 /* This might be a DW_CFA_advance_loc4. Record the frag and the
386 position within the frag, so that we can change it later. */
401 subtracted were in the same frag and the expression was
426 of the assembly. We set up a variant frag which we handle
452 We set up a variant frag which we handle later. */
470 /* The function estimates the size of a rs_cfa variant frag based on
475 eh_frame_estimate_size_before_relax (fragS *frag) argument
478 int ca = frag->fr_subtype >> 3;
481 diff = resolve_symbol_value (frag
506 eh_frame_relax_frag(fragS *frag) argument
522 eh_frame_convert_frag(fragS *frag) argument
[all...]
H A Dfrags.c43 /* 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 of the current frag with a ".fill 0"
96 and begin a new frag. Unless the new frag has nchars chars available
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 ma
425 const fragS *frag; local
503 const fragS *frag = frag1; local
[all...]
H A Dsubsegs.h44 struct frchain /* control building of a frag chain */
46 struct frag *frch_root; /* 1st struct frag in chain, or NULL */
47 struct frag *frch_last; /* last struct frag in chain, or NULL */
52 struct obstack frch_obstack; /* for objects in this frag chain */
60 frag chain, even if it contains no (complete) frags. */
99 /* Initial frag for ELF. */
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dehopt.c246 difference. We turn that into a rs_cfa_advance frag, and handle
385 /* This might be a DW_CFA_advance_loc4. Record the frag and the
386 position within the frag, so that we can change it later. */
401 subtracted were in the same frag and the expression was
426 of the assembly. We set up a variant frag which we handle
452 We set up a variant frag which we handle later. */
470 /* The function estimates the size of a rs_cfa variant frag based on
475 eh_frame_estimate_size_before_relax (fragS *frag) argument
478 int ca = frag->fr_subtype >> 3;
481 diff = resolve_symbol_value (frag
506 eh_frame_relax_frag(fragS *frag) argument
522 eh_frame_convert_frag(fragS *frag) argument
[all...]
H A Dfrags.c43 /* 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 ma
425 const fragS *frag; local
503 const fragS *frag = frag1; local
[all...]
H A Dsubsegs.h44 struct frchain /* control building of a frag chain */
46 struct frag *frch_root; /* 1st struct frag in chain, or NULL */
47 struct frag *frch_last; /* last struct frag in chain, or NULL */
52 struct obstack frch_obstack; /* for objects in this frag chain */
60 frag chain, even if it contains no (complete) frags. */
99 /* Initial frag for ELF. */
H A Ddwarf2dbg.c1326 static struct frag *
1332 static struct frag *
1404 get_frag_fix (fragS *frag, segT seg)
1408 if (frag->fr_next)
1409 return frag->fr_fix;
1415 if (fr->frch_last == frag)
1416 return (char *) obstack_next_free (&fr->frch_obstack) - frag->fr_literal;
1662 emit_fixed_inc_line_addr (int line_delta, addressT addr_delta, fragS *frag,
1682 pexp = symbol_get_value_expression (frag->fr_symbol);
1704 emit_expr_fix (&exp, sizeof_address, frag,
1401 get_frag_fix(fragS *frag, segT seg) argument
1659 emit_fixed_inc_line_addr(int line_delta, addressT addr_delta, fragS *frag, char *p, int len) argument
1755 dwarf2dbg_estimate_size_before_relax(fragS *frag) argument
1776 dwarf2dbg_relax_frag(fragS *frag) argument
1791 dwarf2dbg_convert_frag(fragS *frag) argument
1844 fragS *last_frag = NULL, *frag; local
2388 fragS *frag; local
2439 fragS *frag; local
2508 fragS *frag; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_dtls.c58 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) argument
495 hm_fragment *frag; local
602 hm_fragment *frag = NULL; local
712 hm_fragment *frag = NULL; local
1095 hm_fragment *frag; local
1115 hm_fragment *frag; local
1188 hm_fragment *frag; local
[all...]
/netbsd-current/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 /* no frag yet, just insert at beginning of list */
219 struct isakmp_frag *frag; local
231 if (msg->l < sizeof(*isakmp) + sizeof(*frag)) {
237 frag
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-v850.h72 #define HANDLE_ALIGN(frag) v850_handle_align (frag)
75 /* We need space in a frag's fixed size to allow for alignment when relaxing. */
H A Dtc-visium.h51 extern void visium_handle_align (struct frag *);
55 extern int visium_relax_frag (asection *, struct frag *, long);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-visium.h51 extern void visium_handle_align (struct frag *);
55 extern int visium_relax_frag (asection *, struct frag *, long);
H A Dtc-v850.h72 #define HANDLE_ALIGN(frag) v850_handle_align (frag)
75 /* We need space in a frag's fixed size to allow for alignment when relaxing. */
H A Dtc-riscv.h28 struct frag;
50 extern int riscv_relax_frag (asection *, struct frag *, long);
151 extern void riscv_init_frag (struct frag *, int);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-v850.h72 #define HANDLE_ALIGN(frag) v850_handle_align (frag)
75 /* We need space in a frag's fixed size to allow for alignment when relaxing. */
H A Dtc-visium.h51 extern void visium_handle_align (struct frag *);
55 extern int visium_relax_frag (asection *, struct frag *, long);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dpr20364.d1 # Check that ".align <size>, <fill>" does not set the mapping state to DATA, causing unnecessary frag generation.
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_frag.c196 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
634 ipfr_t *f, frag; local
1160 ipfr_t *frag, *next, zero; local
[all...]
/netbsd-current/sys/ufs/chfs/
H A Dchfs_readinode.c57 /* 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
1103 struct chfs_node_frag *frag; local
[all...]

Completed in 164 milliseconds

1234567891011>>