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

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c46 unsigned char minimum_instruction_length; member in struct:line_head
986 lh.minimum_instruction_length = read_1_byte (abfd, line_ptr);
1085 * lh.minimum_instruction_length;
1157 address += lh.minimum_instruction_length
1189 address += lh.minimum_instruction_length
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c134 unsigned char minimum_instruction_length; /* byte size of member in struct:statement_prologue
396 unsigned char minimum_instruction_length; member in struct:line_header
6304 lh->minimum_instruction_length = read_1_byte (abfd, line_ptr);
6477 * lh->minimum_instruction_length;
6541 address += lh->minimum_instruction_length
6583 address += (lh->minimum_instruction_length

Completed in 65 milliseconds