Lines Matching defs:sectp
75 asection *sectp = get_bfd_section ();
77 gdb_assert (sectp != NULL);
78 return bfd_section_name (sectp);
93 asection *sectp = get_bfd_section ();
95 if (sectp == NULL)
97 return sectp->id;
103 asection *sectp = get_bfd_section ();
105 gdb_assert (sectp != NULL);
106 return bfd_section_flags (sectp);
120 asection *sectp;
132 sectp = get_bfd_section ();
140 gdb_assert (sectp != NULL);
141 if ((sectp->flags & SEC_RELOC) != 0)
160 if ((sectp->flags & SEC_RELOC) == 0)
162 buffer = gdb_bfd_map_section (sectp, &size);
173 retbuf = symfile_relocate_debug_section (objfile, sectp, buf);
183 if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0
188 bfd_section_name (sectp), bfd_get_filename (abfd));