Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c9501 char *nop_buf = fragP->fr_literal + fragP->fr_fix; in relax_frag_add_nop() local
9503 assemble_nop (length, nop_buf); in relax_frag_add_nop()
10383 char *nop_buf; /* Location for Writing. */ in convert_frag_align_next_opcode() local
10393 nop_buf = fragp->fr_literal + fragp->fr_fix; in convert_frag_align_next_opcode()
10400 assemble_nop (nop_size, nop_buf); in convert_frag_align_next_opcode()
10401 nop_buf += nop_size; in convert_frag_align_next_opcode()