Searched refs:MAX_MNEM_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Di386.h112 #define MAX_MNEM_SIZE 16 macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c110 bfd_byte the_buffer[MAX_MNEM_SIZE];
179 if (addr <= priv->the_buffer + MAX_MNEM_SIZE)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1708 char mnemonic[MAX_MNEM_SIZE];
1959 if (mnem_p >= mnemonic + MAX_MNEM_SIZE)

Completed in 59 milliseconds