Searched refs:opcode_base (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/ddb/ |
| H A D | db_dwarf.c | 172 const char **outbasename, uint8_t opcode_base, uint64_t file) in read_filename() argument 179 for (i = 1; i < opcode_base; i++) { in read_filename() 243 uint8_t min_insn_length, default_is_stmt, line_range, opcode_base; in db_dwarf_line_at_pc() local 249 !read_u8(&unit, &opcode_base)) in db_dwarf_line_at_pc() 276 if (opcode >= opcode_base) { in db_dwarf_line_at_pc() 278 uint8_t diff = opcode - opcode_base; in db_dwarf_line_at_pc() 356 address += (255 - opcode_base) / line_range; in db_dwarf_line_at_pc() 380 outbasename, opcode_base, last_file)); in db_dwarf_line_at_pc()
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | sh64-dis.c | 234 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base); 409 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC 440 if (op->opcode_base == SHMEDIA_MOVI_OPC)
|
| H A D | sh64-opc.h | 112 unsigned long opcode_base; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | sh64-dis.c | 220 && ((instruction & shmedia_opcode_mask_table[n]) != op->opcode_base); in print_insn_shmedia() 396 if (op->opcode_base == (unsigned long) SHMEDIA_SHORI_OPC in print_insn_shmedia() 427 if (op->opcode_base == SHMEDIA_MOVI_OPC) in print_insn_shmedia()
|
| H A D | sh64-opc.h | 112 unsigned long opcode_base; member
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | dwarf2.c | 50 unsigned char opcode_base; member 992 lh.opcode_base = read_1_byte (abfd, line_ptr); in decode_line_info() 994 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info() 999 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info() 1078 if (op_code >= lh.opcode_base) in decode_line_info() 1081 adj_opcode = op_code - lh.opcode_base; in decode_line_info() 1188 * ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | dwarf2.c | 50 unsigned char opcode_base; member 1035 lh.opcode_base = read_1_byte (abfd, line_ptr); in decode_line_info() 1037 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info() 1042 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info() 1136 if (op_code >= lh.opcode_base) in decode_line_info() 1139 adj_opcode = op_code - lh.opcode_base; in decode_line_info() 1257 * ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2read.c | 141 unsigned char opcode_base; /* number assigned to first special member 398 unsigned char opcode_base; member 6312 lh->opcode_base = read_1_byte (abfd, line_ptr); in dwarf_decode_line_header() 6315 = (unsigned char *) xmalloc (lh->opcode_base * sizeof (unsigned char)); in dwarf_decode_line_header() 6318 for (i = 1; i < lh->opcode_base; ++i) in dwarf_decode_line_header() 6474 if (op_code >= lh->opcode_base) in dwarf_decode_lines() 6477 adj_opcode = op_code - lh->opcode_base; in dwarf_decode_lines() 6587 * ((255 - lh->opcode_base) / lh->line_range)); in dwarf_decode_lines()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-sh64.c | 2485 unsigned long insn = opcode->opcode_base; in shmedia_build_Mytes() 2610 && opcode->opcode_base == SHMEDIA_MOVI_OPC in shmedia_build_Mytes()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-sh64.c | 2490 unsigned long insn = opcode->opcode_base; in shmedia_build_Mytes() 2615 && opcode->opcode_base == SHMEDIA_MOVI_OPC in shmedia_build_Mytes()
|