Lines Matching defs:line_header
452 struct line_header *line_header; member
861 struct line_header struct
863 unsigned int total_length;
864 unsigned short version;
865 unsigned int header_length;
866 unsigned char minimum_instruction_length;
867 unsigned char maximum_ops_per_instruction;
868 unsigned char default_is_stmt;
869 int line_base;
870 unsigned char line_range;
871 unsigned char opcode_base;
877 unsigned char *standard_opcode_lengths;
883 unsigned int num_include_dirs, include_dirs_size;
884 char **include_dirs;
889 unsigned int num_file_names, file_names_size;
890 struct file_entry
898 } *file_names;
902 gdb_byte *statement_program_start, *statement_program_end;
7941 struct line_header *line_header in handle_DW_AT_stmt_list() local