Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c9091 char *nop_buf = fragP->fr_literal + fragP->fr_fix; in relax_frag_add_nop() local
9093 assemble_nop (length, nop_buf); in relax_frag_add_nop()
9973 char *nop_buf; /* Location for Writing. */ in convert_frag_align_next_opcode() local
9983 nop_buf = fragp->fr_literal + fragp->fr_fix; in convert_frag_align_next_opcode()
9990 assemble_nop (nop_size, nop_buf); in convert_frag_align_next_opcode()
9991 nop_buf += nop_size; in convert_frag_align_next_opcode()