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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 9760 char *nop_buf = fragP->fr_literal + fragP->fr_fix;
9762 assemble_nop (length, nop_buf);
10606 char *nop_buf; /* Location for Writing. */
10616 nop_buf = fragp->fr_literal + fragp->fr_fix;
10623 assemble_nop (nop_size, nop_buf);
10624 nop_buf += nop_size;
9746 char *nop_buf = fragP->fr_literal + fragP->fr_fix; local
10591 char *nop_buf; \/* Location for Writing. *\/ local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 9760 char *nop_buf = fragP->fr_literal + fragP->fr_fix;
9762 assemble_nop (length, nop_buf);
10606 char *nop_buf; /* Location for Writing. */
10616 nop_buf = fragp->fr_literal + fragp->fr_fix;
10623 assemble_nop (nop_size, nop_buf);
10624 nop_buf += nop_size;
9746 char *nop_buf = fragP->fr_literal + fragP->fr_fix; local
10591 char *nop_buf; \/* Location for Writing. *\/ local

Completed in 41 milliseconds