Lines Matching defs:m_line_header
18298 return m_line_header->file_name_at (m_file);
18401 line_header *m_line_header;
18448 / m_line_header->maximum_ops_per_instruction)
18449 * m_line_header->minimum_instruction_length);
18453 % m_line_header->maximum_ops_per_instruction);
18459 unsigned char adj_opcode = op_code - m_line_header->opcode_base;
18460 unsigned char adj_opcode_d = adj_opcode / m_line_header->line_range;
18461 unsigned char adj_opcode_r = adj_opcode % m_line_header->line_range;
18463 / m_line_header->maximum_ops_per_instruction)
18464 * m_line_header->minimum_instruction_length);
18468 % m_line_header->maximum_ops_per_instruction);
18470 int line_delta = m_line_header->line_base + adj_opcode_r;
18490 dwarf2_start_subfile (m_cu, *fe, *m_line_header);
18498 = (255 - m_line_header->opcode_base) / m_line_header->line_range;
18502 / m_line_header->maximum_ops_per_instruction)
18503 * m_line_header->minimum_instruction_length);
18508 % m_line_header->maximum_ops_per_instruction);
18698 m_line_header (lh),