
Go to the source code of this file.
Data Types | |
| type | Dwarf_P_Inc_Dir_s |
| type | Dwarf_P_F_Entry_s |
| type | Dwarf_P_Line_s |
Defines | |
| #define | VERSION 2 |
| #define | MIN_INST_LENGTH 4 |
| #define | DEFAULT_IS_STMT false |
| #define | LINE_BASE -1 |
| #define | LINE_RANGE 4 |
| #define | OPCODE_BASE 10 |
| #define | MAX_OPCODE 255 |
Functions/Subroutines | |
| void | _dwarf_pro_reg_init (Dwarf_P_Line) |
| #define DEFAULT_IS_STMT false |
Definition at line 44 of file pro_line.h.
Referenced by _dwarf_pro_generate_debugline(), and _dwarf_pro_reg_init().
| #define LINE_BASE -1 |
Definition at line 47 of file pro_line.h.
Referenced by _dwarf_pro_generate_debugline(), and _dwarf_pro_get_opc().
| #define LINE_RANGE 4 |
Definition at line 48 of file pro_line.h.
Referenced by _dwarf_pro_generate_debugline(), and _dwarf_pro_get_opc().
| #define MAX_OPCODE 255 |
Definition at line 51 of file pro_line.h.
| #define MIN_INST_LENGTH 4 |
Definition at line 43 of file pro_line.h.
Referenced by _dwarf_pro_generate_debugline(), and _dwarf_pro_get_opc().
| #define OPCODE_BASE 10 |
Definition at line 50 of file pro_line.h.
Referenced by _dwarf_pro_generate_debugline(), and _dwarf_pro_get_opc().
| #define VERSION 2 |
Definition at line 42 of file pro_line.h.
| void _dwarf_pro_reg_init | ( | Dwarf_P_Line | ) |
Definition at line 295 of file pro_line.c.
References DEFAULT_IS_STMT, Dwarf_P_Line_s::dpl_address, Dwarf_P_Line_s::dpl_basic_block, Dwarf_P_Line_s::dpl_column, Dwarf_P_Line_s::dpl_file, Dwarf_P_Line_s::dpl_is_stmt, Dwarf_P_Line_s::dpl_line, Dwarf_P_Line_s::dpl_next, and NULL.
Referenced by _dwarf_pro_add_line_entry(), and _dwarf_pro_generate_debugline().
1.5.6