Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dtic80.h260 struct predefined_symbol struct
270 extern const struct predefined_symbol tic80_predefined_symbols[]; argument
280 const struct predefined_symbol *tic80_next_predefined_symbol
281 (const struct predefined_symbol *);
/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-opc.c52 const struct predefined_symbol tic80_predefined_symbols[] =
216 …c80_num_predefined_symbols = sizeof (tic80_predefined_symbols) / sizeof (struct predefined_symbol);
238 const struct predefined_symbol *pdsp; in tic80_symbol_to_value()
278 const struct predefined_symbol *pdsp; in tic80_value_to_symbol()
308 const struct predefined_symbol *
309 tic80_next_predefined_symbol (const struct predefined_symbol *pdsp) in tic80_next_predefined_symbol()