Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcris-dis.c293 int max_level_of_match = -1; in get_opcode_entry() local
372 > max_level_of_match)) in get_opcode_entry()
375 max_level_of_match = level_of_match; in get_opcode_entry()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcris-dis.c293 int max_level_of_match = -1; in get_opcode_entry() local
372 > max_level_of_match)) in get_opcode_entry()
375 max_level_of_match = level_of_match; in get_opcode_entry()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcris-tdep.c1922 int max_level_of_match = -1; in find_cris_op() local
1938 if (level_of_match > max_level_of_match) in find_cris_op()
1941 max_level_of_match = level_of_match; in find_cris_op()