GDB (xrefs)
|
Classes | |
struct | file_entry |
Public Attributes | |
unsigned int | total_length |
unsigned short | version |
unsigned int | header_length |
unsigned char | minimum_instruction_length |
unsigned char | maximum_ops_per_instruction |
unsigned char | default_is_stmt |
int | line_base |
unsigned char | line_range |
unsigned char | opcode_base |
unsigned char * | standard_opcode_lengths |
unsigned int | num_include_dirs |
unsigned int | include_dirs_size |
const char ** | include_dirs |
unsigned int | num_file_names |
unsigned int | file_names_size |
struct line_header::file_entry * | file_names |
const gdb_byte * | statement_program_start |
const gdb_byte * | statement_program_end |
Definition at line 1029 of file dwarf2read.c.
unsigned char line_header::default_is_stmt |
Definition at line 1036 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned int line_header::file_names_size |
Definition at line 1057 of file dwarf2read.c.
Referenced by add_file_name().
unsigned int line_header::header_length |
Definition at line 1033 of file dwarf2read.c.
const char** line_header::include_dirs |
Definition at line 1052 of file dwarf2read.c.
Referenced by add_include_dir(), dwarf_decode_lines(), dwarf_decode_lines_1(), file_file_name(), free_line_header(), psymtab_include_file_name(), and setup_type_unit_groups().
unsigned int line_header::include_dirs_size |
Definition at line 1051 of file dwarf2read.c.
Referenced by add_include_dir().
Definition at line 1037 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned char line_header::line_range |
Definition at line 1038 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned char line_header::maximum_ops_per_instruction |
Definition at line 1035 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned char line_header::minimum_instruction_length |
Definition at line 1034 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned int line_header::num_file_names |
Definition at line 1057 of file dwarf2read.c.
Referenced by add_file_name(), dw2_get_file_names_reader(), dwarf_decode_lines(), dwarf_decode_lines_1(), new_symbol_full(), and setup_type_unit_groups().
unsigned int line_header::num_include_dirs |
Definition at line 1051 of file dwarf2read.c.
Referenced by add_include_dir().
unsigned char line_header::opcode_base |
Definition at line 1039 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned char* line_header::standard_opcode_lengths |
Definition at line 1045 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1(), and free_line_header().
Definition at line 1070 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
Definition at line 1070 of file dwarf2read.c.
Referenced by dwarf_decode_lines_1().
unsigned int line_header::total_length |
Definition at line 1031 of file dwarf2read.c.
unsigned short line_header::version |
Definition at line 1032 of file dwarf2read.c.