Searched refs:abbrev_sec (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 169 enum dwarf_section_display_enum abbrev_sec; member
|
D | dwarf.c | 2241 enum dwarf_section_display_enum abbrev_sec, in process_debug_info() argument 2320 load_debug_section (abbrev_sec, file); in process_debug_info() 2321 if (debug_displays [abbrev_sec].section.start == NULL) in process_debug_info() 2324 debug_displays [abbrev_sec].section.name); in process_debug_info() 2371 abbrev_size = debug_displays [abbrev_sec].section.size; in process_debug_info() 2489 (((unsigned char *) debug_displays [abbrev_sec].section.start in process_debug_info() 2491 ((unsigned char *) debug_displays [abbrev_sec].section.start in process_debug_info() 5052 return process_debug_info (section, file, section->abbrev_sec, 0, 0); in display_debug_info() 5058 return process_debug_info (section, file, section->abbrev_sec, 0, 1); in display_debug_types() 5064 return process_debug_info (section, file, section->abbrev_sec, 0, 0); in display_trace_info()
|
D | ChangeLog-2010 | 654 (process_debug_info): Add abbrev_sec argument and replace 655 abbrev with abbrev_sec.
|
D | ChangeLog-2012 | 440 (struct dwarf_section): Add abbrev_sec field.
|