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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmipsread.c146 asection *got_sect; /* Section pointer for .got section. */ member in struct:alphacoff_dynsecinfo
168 si->got_sect = sectp;
198 || si.dyninfo_sect == NULL || si.got_sect == NULL)
204 gdb::byte_vector got_sec (bfd_section_size (si.got_sect));
215 if (!bfd_get_section_contents (abfd, si.got_sect, got_sec.data (),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmipsread.c146 asection *got_sect; /* Section pointer for .got section. */ member in struct:alphacoff_dynsecinfo
168 si->got_sect = sectp;
198 || si.dyninfo_sect == NULL || si.got_sect == NULL)
204 gdb::byte_vector got_sec (bfd_section_size (si.got_sect));
215 if (!bfd_get_section_contents (abfd, si.got_sect, got_sec.data (),

Completed in 85 milliseconds