Searched refs:standard_opcode_lengths (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c51 unsigned char *standard_opcode_lengths; member in struct:line_head
1038 lh.standard_opcode_lengths = bfd_alloc (abfd, amt);
1040 lh.standard_opcode_lengths[0] = 1;
1044 lh.standard_opcode_lengths[i] = read_1_byte (abfd, line_ptr);
1268 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c52 unsigned char *standard_opcode_lengths; member in struct:line_head
1862 lh.standard_opcode_lengths = (unsigned char *) bfd_alloc (abfd, amt);
1864 lh.standard_opcode_lengths[0] = 1;
1868 lh.standard_opcode_lengths[i] = read_1_byte (abfd, line_ptr, line_end);
2123 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++)

Completed in 330 milliseconds