HomeSort by: relevance | last modified time | path
    Searched defs:new_frag (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
listing.c 279 new_frag (void) function
397 new_frag ();
416 new_frag ();
471 new_frag ();
473 new_frag ();
495 new_frag ();
505 new_frag ();
1627 new_frag ();
1629 new_frag ();
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 279 new_frag (void) function
397 new_frag ();
416 new_frag ();
471 new_frag ();
473 new_frag ();
495 new_frag ();
505 new_frag ();
1627 new_frag ();
1629 new_frag ();
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c 531 struct sljit_memory_fragment *new_frag; local
539 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data);
540 PTR_FAIL_IF_NULL(new_frag);
541 new_frag->next = compiler->buf;
542 compiler->buf = new_frag;
543 new_frag->used_size = size;
544 return new_frag->memory;
550 struct sljit_memory_fragment *new_frag; local
558 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data);
559 PTR_FAIL_IF_NULL(new_frag);
    [all...]

Completed in 24 milliseconds