Searched refs:line_header (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarf2read.c | 389 struct line_header struct 829 static void free_line_header (struct line_header *lh); 831 static void add_file_name (struct line_header *, char *, unsigned int, 834 static struct line_header *(dwarf_decode_line_header 838 static void dwarf_decode_lines (struct line_header *, char *, bfd *, 1015 static void dwarf_decode_macros (struct line_header *, unsigned int, 1371 struct line_header *lh; in dwarf2_build_include_psymtabs() 2733 struct line_header *line_header = 0; in read_file_scope() local 2812 line_header = dwarf_decode_line_header (line_offset, abfd, cu); in read_file_scope() 2813 if (line_header) in read_file_scope() [all …]
|
| D | ChangeLog-2002 | 4911 (read_file_scope): Check that line_header is nonzero before 10083 (struct line_header): New structure, containing the full 10088 dwarf_decode_line_header first to get a `struct line_header' 10091 left off. Be sure to clean up the `struct line_header' object. 10098 line_header' type instead of the old structures. No need to do
|
| D | ChangeLog | 6926 * dwarf2read.c (line_header): Add new included_p field in
|