Home
last modified time | relevance | path

Searched defs:dwarf1_unit (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf1.c58 struct dwarf1_unit { struct
60 struct dwarf1_unit* prev; argument
63 char* name;
66 unsigned long low_pc;
67 unsigned long high_pc;
70 int has_stmt_list;
73 unsigned long stmt_list_offset;
76 char* first_child;
79 unsigned long line_count;
82 struct linenumber* linenumber_table;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf1.c59 struct dwarf1_unit struct
62 struct dwarf1_unit* prev; argument
65 char* name;
68 unsigned long low_pc;
69 unsigned long high_pc;
72 int has_stmt_list;
75 unsigned long stmt_list_offset;
78 char* first_child;
81 unsigned long line_count;
84 struct linenumber* linenumber_table;
[all …]