• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/

Lines Matching defs:section

80   asection *section;
92 /* The next unread compilation unit within the .debug_info section.
93 Zero indicates that the .debug_info section has not been loaded
97 /* Pointer to the end of the .debug_info section memory buffer. */
100 /* Pointer to the bfd, section and address of the beginning of the
101 section. The bfd might be different than expected because of
110 /* Pointer to the .debug_abbrev section loaded into memory. */
113 /* Length of the loaded .debug_abbrev section. */
119 /* Length of the loaded .debug_line section. */
122 /* Pointer to the .debug_str section loaded into memory. */
125 /* Length of the loaded .debug_str section. */
128 /* Pointer to the .debug_ranges section loaded into memory. */
131 /* Length of the loaded .debug_ranges section. */
481 (_("Dwarf Error: Can't find .debug_str section."));
571 stored in a separate .debug_abbrev section. Before we read any
572 dies from a section we read in all abbreviations and install them
592 (*_bfd_error_handler) (_("Dwarf Error: Can't find .debug_abbrev section."));
1036 (_("Dwarf Error: mangled line number section (bad file number)."));
1148 (*_bfd_error_handler) (_("Dwarf Error: Can't find .debug_line section."));
1391 (*_bfd_error_handler) (_("Dwarf Error: mangled line number section."));
1565 /* Read in the .debug_ranges section for future reference */
1579 (*_bfd_error_handler) (_("Dwarf Error: Can't find .debug_ranges section."));
2454 /* Locate a section in a BFD containing debugging info. The search starts
2455 from the section after AFTER_SEC, or from the first section in the BFD if
2459 This is a variation on the .debug_info section which has a checksum
2498 p->section->vma = 0;
2515 p->section->vma = p->adj_vma;
2558 p->section = sect;
2561 /* Align the new address to the current section
2816 asection *section,
2826 /* Read each compilation unit from the section .debug_info, and check
2853 We change the section vma so that they won't overlap. */
2860 do_line = (section == NULL
2867 section = bfd_get_section (symbol);
2869 else if (section != NULL
2876 if (section->output_section)
2877 addr += section->output_section->vma + section->output_offset;
2879 addr += section->vma;
2919 /* There can be more than one DWARF2 info section in a BFD these days.
2921 passes - in the first pass we just accumulate the section sizes.
2922 In the second pass we read in the section's contents. The allows
3129 asection *section,
3138 return find_line (abfd, section, offset, NULL, symbols, filename_ptr,