HomeSort by: relevance | last modified time | path
    Searched refs:new_frag (Results 1 - 5 of 5) 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...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 1129 xtensa_move_labels (fragS *new_frag, valueT new_offset)
1137 symbol_set_frag (lit_sym, new_frag);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 1129 xtensa_move_labels (fragS *new_frag, valueT new_offset)
1137 symbol_set_frag (lit_sym, new_frag);

Completed in 60 milliseconds