| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DwarfLib.h | 164 Dwarf_Small opcode_base; member in class:DwrLineRegs
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DwarfLib.h | 164 Dwarf_Small opcode_base; member in class:DwrLineRegs
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| dwarf.c | 202 unsigned int opcode_base; member in struct:line_header 2696 hdr->opcode_base = read_byte (&hdr_buf); 2698 if (!advance (&hdr_buf, hdr->opcode_base - 1)) 2751 if (op >= hdr->opcode_base) 2756 op -= hdr->opcode_base; 2893 op = 255 - hdr->opcode_base;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| dwarf.c | 202 unsigned int opcode_base; member in struct:line_header 2696 hdr->opcode_base = read_byte (&hdr_buf); 2698 if (!advance (&hdr_buf, hdr->opcode_base - 1)) 2751 if (op >= hdr->opcode_base) 2756 op -= hdr->opcode_base; 2893 op = 255 - hdr->opcode_base;
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| dwarf.c | 202 unsigned int opcode_base; member in struct:line_header 2696 hdr->opcode_base = read_byte (&hdr_buf); 2698 if (!advance (&hdr_buf, hdr->opcode_base - 1)) 2751 if (op >= hdr->opcode_base) 2756 op -= hdr->opcode_base; 2893 op = 255 - hdr->opcode_base;
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| dwarf.c | 202 unsigned int opcode_base; member in struct:line_header 2696 hdr->opcode_base = read_byte (&hdr_buf); 2698 if (!advance (&hdr_buf, hdr->opcode_base - 1)) 2751 if (op >= hdr->opcode_base) 2756 op -= hdr->opcode_base; 2893 op = 255 - hdr->opcode_base;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 54 unsigned char opcode_base; member in struct:line_head 2831 lh.opcode_base = read_1_byte (abfd, &line_ptr, line_end); 2833 if (line_ptr + (lh.opcode_base - 1) >= line_end) 2840 amt = lh.opcode_base * sizeof (unsigned char); 2845 for (i = 1; i < lh.opcode_base; ++i) 2936 if (op_code >= lh.opcode_base) 2939 adj_opcode = op_code - lh.opcode_base; 3073 * ((255 - lh.opcode_base) / lh.line_range)); 3076 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf2.c | 54 unsigned char opcode_base; member in struct:line_head 2831 lh.opcode_base = read_1_byte (abfd, &line_ptr, line_end); 2833 if (line_ptr + (lh.opcode_base - 1) >= line_end) 2840 amt = lh.opcode_base * sizeof (unsigned char); 2845 for (i = 1; i < lh.opcode_base; ++i) 2936 if (op_code >= lh.opcode_base) 2939 adj_opcode = op_code - lh.opcode_base; 3073 * ((255 - lh.opcode_base) / lh.line_range)); 3076 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf2.c | 54 unsigned char opcode_base; member in struct:line_head 2831 lh.opcode_base = read_1_byte (abfd, &line_ptr, line_end); 2833 if (line_ptr + (lh.opcode_base - 1) >= line_end) 2840 amt = lh.opcode_base * sizeof (unsigned char); 2845 for (i = 1; i < lh.opcode_base; ++i) 2936 if (op_code >= lh.opcode_base) 2939 adj_opcode = op_code - lh.opcode_base; 3073 * ((255 - lh.opcode_base) / lh.line_range)); 3076 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf2.c | 54 unsigned char opcode_base; member in struct:line_head 2831 lh.opcode_base = read_1_byte (abfd, &line_ptr, line_end); 2833 if (line_ptr + (lh.opcode_base - 1) >= line_end) 2840 amt = lh.opcode_base * sizeof (unsigned char); 2845 for (i = 1; i < lh.opcode_base; ++i) 2936 if (op_code >= lh.opcode_base) 2939 adj_opcode = op_code - lh.opcode_base; 3073 * ((255 - lh.opcode_base) / lh.line_range)); 3076 bfd_vma adjust = ((255 - lh.opcode_base) / lh.line_range);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 6289 unsigned int version, opcode_base; local 6325 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); 6326 if (opcode_base == 0 6327 || opcode_base - 1 >= (size_t) (end - hdrptr)) 6330 hdrptr += opcode_base - 1;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 6219 unsigned int version, opcode_base; local 6255 SAFE_BYTE_GET_AND_INC (opcode_base, hdrptr, 1, end); 6256 if (opcode_base == 0 6257 || opcode_base - 1 >= (size_t) (end - hdrptr)) 6260 hdrptr += opcode_base - 1;
|