Home
last modified time | relevance | path

Searched refs:frag_alloc (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDfrags.c64 frag_alloc (struct obstack *ob) in frag_alloc() function
155 frag_now = frag_alloc (&frchP->frch_obstack); in frag_new()
HDfrags.h124 fragS *frag_alloc (struct obstack *);
HDsubsegs.c114 newP->frch_frag_now = frag_alloc (&newP->frch_obstack); in subseg_set_rest()
HDwrite.c2248 newf = frag_alloc (ob); in relax_segment()
HDChangeLog-96971989 * frags.h (frag_alloc): Declare.
1990 * subsegs.c (subseg_set_rest): Don't declare frag_alloc.
HDChangeLog-9295520 (frag_alloc): New function.
526 "know" uses with "assert". Use frag_alloc instead of mucking with
538 use frag_alloc when creating a new frag chain. For absolute
/freebsd-11-stable/sys/dev/wds/
HDwd7000.c354 static u_int32_t frag_alloc(struct wds *wp, int size, u_int8_t **res,
691 frag_alloc(struct wds *wp, int size, u_int8_t **res, u_int32_t *maskp) in frag_alloc() function
1111 switch (error = frag_alloc(wp, csio->dxfer_len, &r->buf, &r->mask)) { in wds_scsi_io()