Home
last modified time | relevance | path

Searched refs:nop_buf (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c6617 char *nop_buf = fragP->fr_literal + fragP->fr_fix; local
6633 xtensa_insnbuf_to_chars (xtensa_default_isa, insnbuf, nop_buf);
6954 char *nop_buf; /* Location for Writing. */ local
6965 nop_buf = fragp->fr_literal + fragp->fr_fix;
6972 assemble_nop (nop_size, nop_buf);
6973 nop_buf += nop_size;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-xtensa.c8310 char *nop_buf = fragP->fr_literal + fragP->fr_fix; in relax_frag_add_nop() local
8312 assemble_nop (length, nop_buf); in relax_frag_add_nop()
9017 char *nop_buf; /* Location for Writing. */ in convert_frag_align_next_opcode() local
9027 nop_buf = fragp->fr_literal + fragp->fr_fix; in convert_frag_align_next_opcode()
9034 assemble_nop (nop_size, nop_buf); in convert_frag_align_next_opcode()
9035 nop_buf += nop_size; in convert_frag_align_next_opcode()