HomeSort by: relevance | last modified time | path
    Searched defs:scripts_sect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
auto-load.c 1121 asection *scripts_sect; local
1123 scripts_sect = bfd_get_section_by_name (abfd, section_name);
1124 if (scripts_sect == NULL
1125 || (bfd_section_flags (scripts_sect) & SEC_HAS_CONTENTS) == 0)
1129 if (!gdb_bfd_get_full_section_contents (abfd, scripts_sect, &data))
  /src/external/gpl3/gdb.old/dist/gdb/
auto-load.c 1116 asection *scripts_sect; local
1119 scripts_sect = bfd_get_section_by_name (abfd, section_name);
1120 if (scripts_sect == NULL
1121 || (bfd_section_flags (scripts_sect) & SEC_HAS_CONTENTS) == 0)
1124 if (!bfd_get_full_section_contents (abfd, scripts_sect, &data))
1135 p + bfd_section_size (scripts_sect));

Completed in 26 milliseconds