Searched refs:scripts_sect (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dauto-load.c1125 asection *scripts_sect; local
1128 scripts_sect = bfd_get_section_by_name (abfd, section_name);
1129 if (scripts_sect == NULL
1130 || (bfd_section_flags (scripts_sect) & SEC_HAS_CONTENTS) == 0)
1133 if (!bfd_get_full_section_contents (abfd, scripts_sect, &data))
1144 p + bfd_section_size (scripts_sect));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauto-load.c1123 asection *scripts_sect; local
1126 scripts_sect = bfd_get_section_by_name (abfd, section_name);
1127 if (scripts_sect == NULL
1128 || (bfd_section_flags (scripts_sect) & SEC_HAS_CONTENTS) == 0)
1131 if (!bfd_get_full_section_contents (abfd, scripts_sect, &data))
1142 p + bfd_section_size (scripts_sect));

Completed in 187 milliseconds