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

123456

/freebsd-9.3-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:__anon439
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-9.3-release/crypto/openssl/ssl/
H A Dd1_both.c178 hm_fragment *frag = NULL; local
182 frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment));
183 if (frag == NULL)
189 OPENSSL_free(frag);
194 /* zero length fragment gets zero frag->fragment */
195 frag->fragment = buf;
204 OPENSSL_free(frag);
210 frag->reassembly = bitmask;
212 return frag;
215 static void dtls1_hm_fragment_free(hm_fragment *frag) argument
542 hm_fragment *frag; local
614 hm_fragment *frag = NULL; local
725 hm_fragment *frag = NULL; local
1172 hm_fragment *frag; local
1195 hm_fragment *frag; local
1261 hm_fragment *frag; local
[all...]
H A Dd1_lib.c194 hm_fragment *frag = NULL; local
197 frag = (hm_fragment *)item->data;
198 OPENSSL_free(frag->fragment);
199 OPENSSL_free(frag);
207 hm_fragment *frag = NULL; local
210 frag = (hm_fragment *)item->data;
211 OPENSSL_free(frag->fragment);
212 OPENSSL_free(frag);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c268 struct pf_fragment *frag; local
278 while ((frag = TAILQ_LAST(&V_pf_fragqueue, pf_fragqueue)) != NULL) {
279 KASSERT((BUFFER_FRAGMENTS(frag)),
280 ("BUFFER_FRAGMENTS(frag) == 0: %s", __FUNCTION__));
282 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
283 KASSERT(BUFFER_FRAGMENTS(frag));
285 if (frag->fr_timeout > expire)
288 DPFPRINTF(("expiring %d(%p)\n", frag->fr_id, frag));
289 pf_free_fragment(frag);
324 struct pf_fragment *frag; local
374 pf_free_fragment(struct pf_fragment *frag) argument
435 struct pf_fragment *frag; local
468 pf_remove_fragment(struct pf_fragment *frag) argument
495 pf_reassemble(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
750 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
1143 struct pf_fragment *frag = NULL; local
1408 struct ip6_frag frag; local
[all...]
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c202 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */
220 /* table(I) - pointer to frag table to add to */
230 ipfr_t *fra, frag; local
247 frag.ipfr_p = ip->ip_p;
249 frag.ipfr_id = ip->ip_id;
251 frag.ipfr_tos = ip->ip_tos;
252 frag.ipfr_src.s_addr = ip->ip_src.s_addr;
254 frag.ipfr_dst.s_addr = ip->ip_dst.s_addr;
256 frag.ipfr_ifp = fin->fin_ifp;
260 frag
431 ipfr_t *f, frag; local
921 ipfr_t *frag, *next, zero; local
[all...]
/freebsd-9.3-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-9.3-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-9.3-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...]

Completed in 162 milliseconds

123456