Home
last modified time | relevance | path

Searched refs:abbrev_sec (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.h169 enum dwarf_section_display_enum abbrev_sec; member
Ddwarf.c2241 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()
DChangeLog-2010654 (process_debug_info): Add abbrev_sec argument and replace
655 abbrev with abbrev_sec.
DChangeLog-2012440 (struct dwarf_section): Add abbrev_sec field.