Home
last modified time | relevance | path

Searched refs:opcode_base (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dline-header.c379 lh->opcode_base = read_1_byte (abfd, line_ptr); in dwarf_decode_line_header()
381 lh->standard_opcode_lengths.reset (new unsigned char[lh->opcode_base]); in dwarf_decode_line_header()
384 for (i = 1; i < lh->opcode_base; ++i) in dwarf_decode_line_header()
H A Dline-header.h150 unsigned char opcode_base {};
H A Dread.c20641 unsigned char adj_opcode = op_code - m_line_header->opcode_base;
20679 = (255 - m_line_header->opcode_base) / m_line_header->line_range;
20968 if (op_code >= lh->opcode_base)
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dline-header.c379 lh->opcode_base = read_1_byte (abfd, line_ptr); in dwarf_decode_line_header()
381 lh->standard_opcode_lengths.reset (new unsigned char[lh->opcode_base]); in dwarf_decode_line_header()
384 for (i = 1; i < lh->opcode_base; ++i) in dwarf_decode_line_header()
H A Dline-header.h150 unsigned char opcode_base {};
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.cc1290 opcode_base = debug_lineSec->Get_8 (); in DwrLineRegs()
1291 standard_opcode_length = (Dwarf_Small*) debug_lineSec->GetData (opcode_base - 1); in DwrLineRegs()
1306 (int) line_base, (int) line_range, (int) opcode_base); in DwrLineRegs()
1309 for (int i = 0, sz = standard_opcode_length ? opcode_base - 1 : 0; in DwrLineRegs()
1437 address += ((255 - opcode_base) / line_range) * minimum_instruction_length; in DoStandardOpcode()
1510 else if (opcode < opcode_base) in get_lines()
1517 DoSpecialOpcode (opcode - opcode_base); in get_lines()
1519 special_opcode2str (opcode - opcode_base)); in get_lines()
H A DDwarfLib.h164 Dwarf_Small opcode_base; variable
/netbsd/external/gpl3/gdb/dist/gold/
H A Ddwarf_reader.cc1690 header_.opcode_base = *lineptr; in read_header_prolog()
1693 header_.std_opcode_lengths.resize(header_.opcode_base + 1); in read_header_prolog()
1695 for (int i = 1; i < header_.opcode_base; i++) in read_header_prolog()
1789 if (opcode >= header_.opcode_base) in process_one_opcode()
1791 opcode -= header_.opcode_base; in process_one_opcode()
1865 * ((255 - header_.opcode_base) in process_one_opcode()
H A Ddwarf_reader.h1078 unsigned char opcode_base; member
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.cc1690 header_.opcode_base = *lineptr; in read_header_prolog()
1693 header_.std_opcode_lengths.resize(header_.opcode_base + 1); in read_header_prolog()
1695 for (int i = 1; i < header_.opcode_base; i++) in read_header_prolog()
1789 if (opcode >= header_.opcode_base) in process_one_opcode()
1791 opcode -= header_.opcode_base; in process_one_opcode()
1865 * ((255 - header_.opcode_base) in process_one_opcode()
H A Ddwarf_reader.h1078 unsigned char opcode_base; member
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Ddwarf_reader.cc1690 header_.opcode_base = *lineptr; in read_header_prolog()
1693 header_.std_opcode_lengths.resize(header_.opcode_base + 1); in read_header_prolog()
1695 for (int i = 1; i < header_.opcode_base; i++) in read_header_prolog()
1789 if (opcode >= header_.opcode_base) in process_one_opcode()
1791 opcode -= header_.opcode_base; in process_one_opcode()
1865 * ((255 - header_.opcode_base) in process_one_opcode()
H A Ddwarf_reader.h1078 unsigned char opcode_base; member
/netbsd/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc1959 this->header_.opcode_base = *lineptr; in read_header_prolog()
1962 this->header_.std_opcode_lengths.resize(this->header_.opcode_base + 1); in read_header_prolog()
1964 for (int i = 1; i < this->header_.opcode_base; i++) in read_header_prolog()
2222 if (opcode >= this->header_.opcode_base) in process_one_opcode()
2224 opcode -= this->header_.opcode_base; in process_one_opcode()
2298 * ((255 - this->header_.opcode_base) in process_one_opcode()
H A Ddwarf_reader.h1121 unsigned char opcode_base; member
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c52 unsigned char opcode_base; member
2219 lh.opcode_base = read_1_byte (abfd, line_ptr, line_end); in decode_line_info()
2222 if (line_ptr + (lh.opcode_base - 1) >= line_end) in decode_line_info()
2229 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
2234 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info()
2331 if (op_code >= lh.opcode_base) in decode_line_info()
2334 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
2484 * ((255 - lh.opcode_base) / lh.line_range)); in decode_line_info()
2487 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c52 unsigned char opcode_base; member
2249 lh.opcode_base = read_1_byte (abfd, line_ptr, line_end); in decode_line_info()
2252 if (line_ptr + (lh.opcode_base - 1) >= line_end) in decode_line_info()
2259 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
2264 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info()
2361 if (op_code >= lh.opcode_base) in decode_line_info()
2364 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
2512 * ((255 - lh.opcode_base) / lh.line_range)); in decode_line_info()
2515 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf2.c52 unsigned char opcode_base; member
2249 lh.opcode_base = read_1_byte (abfd, line_ptr, line_end); in decode_line_info()
2252 if (line_ptr + (lh.opcode_base - 1) >= line_end) in decode_line_info()
2259 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
2264 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info()
2361 if (op_code >= lh.opcode_base) in decode_line_info()
2364 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
2512 * ((255 - lh.opcode_base) / lh.line_range)); in decode_line_info()
2515 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
/netbsd/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c202 unsigned int opcode_base; member
2658 hdr->opcode_base = read_byte (&hdr_buf); in read_line_header()
2660 if (!advance (&hdr_buf, hdr->opcode_base - 1)) in read_line_header()
2713 if (op >= hdr->opcode_base) in read_line_program()
2718 op -= hdr->opcode_base; in read_line_program()
2860 op = 255 - hdr->opcode_base; in read_line_program()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c52 unsigned char opcode_base; member
2720 lh.opcode_base = read_1_byte (abfd, &line_ptr, line_end); in decode_line_info()
2722 if (line_ptr + (lh.opcode_base - 1) >= line_end) in decode_line_info()
2729 amt = lh.opcode_base * sizeof (unsigned char); in decode_line_info()
2734 for (i = 1; i < lh.opcode_base; ++i) in decode_line_info()
2816 if (op_code >= lh.opcode_base) in decode_line_info()
2819 adj_opcode = op_code - lh.opcode_base; in decode_line_info()
2953 * ((255 - lh.opcode_base) / lh.line_range)); in decode_line_info()
2956 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range); in decode_line_info()
/netbsd/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c202 unsigned int opcode_base; member
2696 hdr->opcode_base = read_byte (&hdr_buf); in read_line_header()
2698 if (!advance (&hdr_buf, hdr->opcode_base - 1)) in read_line_header()
2751 if (op >= hdr->opcode_base) in read_line_program()
2756 op -= hdr->opcode_base; in read_line_program()
2893 op = 255 - hdr->opcode_base; in read_line_program()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c5970 unsigned int version, opcode_base; in get_line_filename_and_dirname() local
6006 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); in get_line_filename_and_dirname()
6007 if (opcode_base == 0 in get_line_filename_and_dirname()
6008 || opcode_base - 1 >= (size_t) (end - hdrptr)) in get_line_filename_and_dirname()
6011 hdrptr += opcode_base - 1; in get_line_filename_and_dirname()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c5282 unsigned int version, opcode_base; in get_line_filename_and_dirname() local
5320 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); in get_line_filename_and_dirname()
5321 if (opcode_base == 0) in get_line_filename_and_dirname()
5324 hdrptr += opcode_base - 1; in get_line_filename_and_dirname()
/netbsd/external/gpl3/gdb/dist/binutils/
H A Ddwarf.c5395 unsigned int version, opcode_base; in get_line_filename_and_dirname() local
5433 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); in get_line_filename_and_dirname()
5434 if (opcode_base == 0) in get_line_filename_and_dirname()
5437 hdrptr += opcode_base - 1; in get_line_filename_and_dirname()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c5395 unsigned int version, opcode_base; in get_line_filename_and_dirname() local
5433 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); in get_line_filename_and_dirname()
5434 if (opcode_base == 0) in get_line_filename_and_dirname()
5437 hdrptr += opcode_base - 1; in get_line_filename_and_dirname()

12