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

123456

/freebsd-10.0-release/contrib/binutils/gas/
H A Dehopt.c233 difference. We turn that into a rs_cfa_advance frag, and handle
377 /* This might be a DW_CFA_advance_loc4. Record the frag and the
378 position within the frag, so that we can change it later. */
393 subtracted were in the same frag and the expression was
421 of the assembly. We set up a variant frag which we handle
444 /* The function estimates the size of a rs_cfa variant frag based on
449 eh_frame_estimate_size_before_relax (fragS *frag) argument
452 int ca = frag->fr_subtype >> 3;
455 diff = resolve_symbol_value (frag->fr_symbol);
466 frag
476 eh_frame_relax_frag(fragS *frag) argument
490 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 where, int size, expressionS *exp, int pcrel,
H A Ddwarf2dbg.c194 static struct frag *first_frag_for_seg (segT);
195 static struct frag *last_frag_for_seg (segT);
702 static struct frag *
708 static struct frag *
780 get_frag_fix (fragS *frag, segT seg)
784 if (frag->fr_next)
785 return frag->fr_fix;
791 if (fr->frch_last == frag)
792 return (char *) obstack_next_free (&fr->frch_obstack) - frag->fr_literal;
1040 /* Generate a variant frag tha
776 get_frag_fix(fragS *frag, segT seg) argument
1063 dwarf2dbg_estimate_size_before_relax(fragS *frag) argument
1081 dwarf2dbg_relax_frag(fragS *frag) argument
1096 dwarf2dbg_convert_frag(fragS *frag) argument
1127 fragS *last_frag = NULL, *frag; local
1373 fragS *frag; local
1449 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:__anon319
38 /* Address of insn in frag. */
H A Dsubsegs.c140 * frag_now -> incomplete frag for current subsegment.
141 * If frag_now==NULL, then there is no old, incomplete frag, so
142 * the old frag is not closed off.
282 fragS *frag;
289 for (frag = chain->frch_root; frag; frag = frag->fr_next)
290 if (frag->fr_fix)
305 fprintf (file, "frag chain
279 fragS *frag; local
[all...]
H A Dlisting.c64 The function listing_newline remembers the frag associated with the
65 newline, and creates a new frag - note that this is wasteful, but not
71 frag/source file records, and opening the files as needed and printing
130 frag. */
134 fragS *frag; member in struct:list_info_struct
390 new->frag = frag_now;
442 listing_tail->frag = frag_now;
570 fragS *frag; local
574 /* Find first frag which says it belongs to this line. */
575 frag
[all...]
H A Dstruc-symbol.h41 /* Pointer to the frag this symbol is attached to, if any.
43 struct frag *sy_frag;
122 /* The symbol frag or the real symbol, depending upon the value in
H A Dcgen.c72 we go, because that would require us to first create the frag, and
251 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset)
252 fragS * frag;
265 fixP = fix_new (frag, where, length / 8, symbol, offset,
292 gas_cgen_record_fixup_exp (frag, where, insn, length, operand, opinfo, exp)
293 fragS * frag;
305 fixP = fix_new_exp (frag, where, length / 8, exp,
639 result->frag = old_frag;
645 result->frag = frag_now;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_both.c174 hm_fragment *frag = NULL; local
178 frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment));
179 if ( frag == NULL)
187 OPENSSL_free(frag);
192 /* zero length fragment gets zero frag->fragment */
193 frag->fragment = buf;
202 OPENSSL_free(frag);
208 frag->reassembly = bitmask;
210 return frag;
213 void dtls1_hm_fragment_free(hm_fragment *frag) argument
578 hm_fragment *frag; local
638 hm_fragment *frag = NULL; local
747 hm_fragment *frag = NULL; local
1199 hm_fragment *frag; local
1223 hm_fragment *frag; local
1291 hm_fragment *frag ; local
[all...]
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c155 V_pf_frent_z = uma_zcreate("pf frag entries", sizeof(struct pf_frent),
164 uma_zone_set_warning(V_pf_frent_z, "PF frag entries limit reached");
206 struct pf_fragment *frag; local
211 while ((frag = TAILQ_LAST(&V_pf_fragqueue, pf_fragqueue)) != NULL) {
212 KASSERT((BUFFER_FRAGMENTS(frag)),
213 ("BUFFER_FRAGMENTS(frag) == 0: %s", __FUNCTION__));
214 if (frag->fr_timeout > expire)
217 DPFPRINTF(("expiring %d(%p)\n", frag->fr_id, frag));
218 pf_free_fragment(frag);
244 struct pf_fragment *frag, *cache; local
266 pf_free_fragment(struct pf_fragment *frag) argument
313 struct pf_fragment *frag; local
339 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
561 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
870 struct pf_fragment *frag = NULL; local
1119 struct ip6_frag frag; local
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c209 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock");
355 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */
376 /* table(I) - pointer to frag table to add to */
400 ipfr_t *fra, frag, *fran; local
421 frag.ipfr_v = fin->fin_v;
423 frag.ipfr_p = fin->fin_p;
425 frag.ipfr_id = fin->fin_id;
427 frag.ipfr_source = fin->fin_fi.fi_src;
428 idx += frag.ipfr_src.s_addr;
429 frag
667 ipfr_t *f, frag; local
1210 ipfr_t *frag, *next, zero; local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mips.h28 struct frag;
51 extern int mips_relax_frag (asection *, struct frag *, long);
56 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-spu.h103 #define HANDLE_ALIGN(frag) spu_handle_align (frag)
H A Dtc-sparc.h26 struct frag;
73 extern void sparc_handle_align PARAMS ((struct frag *));
162 PARAMS ((struct frag *, int, unsigned int, struct expressionS *));
H A Dtc-cr16.h58 extern void cr16_cons_fix_new (struct frag *, int, int, struct expressionS *);
65 /* Give an error if a frag containing code is not aligned to a 2-byte
H A Dtc-score.h39 extern int score_relax_frag (asection *, struct frag *, long);
H A Dtc-alpha.h111 extern void alpha_handle_align (struct frag *);
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-sctp.c312 const struct sctpSelectiveFrag *frag; local
325 for (frag = ( (const struct sctpSelectiveFrag *)
328 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
329 frag++, fragNo++)
332 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart),
333 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentEnd));
337 for (dupTSN = (const u_char *)frag, tsnNo=0;
/freebsd-10.0-release/tools/tools/net80211/w00t/prga/
H A Dprga.c78 int frag; member in struct:params
232 p->frag = 0;
297 *seqp = seqfn(p->seq, p->frag);
298 p->frag++;
315 /* prepare for next frag */
320 p->seq, p->frag, dlen);
324 p->frag = 0;
357 printf("Re-sending frag\n");
391 if (p->frag == 0) {
573 p->frag
[all...]
/freebsd-10.0-release/sys/mips/nlm/dev/net/
H A Dxlpge.h128 uint64_t frag[XLP_NTXFRAGS]; member in struct:xlpge_tx_desc

Completed in 1230 milliseconds

123456