Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Darc-dis.c411 if (state->commentBuffer != 0) in write_comments_()
425 strcpy (state->commentBuffer, comment_prefix); in write_comments_()
427 strcat (state->commentBuffer, ", "); in write_comments_()
428 strcat (state->commentBuffer, state->comm[i]); in write_comments_()
569 if (state->commentBuffer) in dsmOneArcInst()
570 state->commentBuffer[0] = '\0'; in dsmOneArcInst()
Darc-dis.h67 char *commentBuffer; member
DChangeLog-2012148 size of state->commentBuffer pointer isn't predictable.