Searched refs:sectp (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmipsread.c171 alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) argument
177 if (DEPRECATED_STREQ (sectp->name, ".dynsym"))
179 si->sym_sect = sectp;
181 else if (DEPRECATED_STREQ (sectp->name, ".dynstr"))
183 si->str_sect = sectp;
185 else if (DEPRECATED_STREQ (sectp->name, ".dynamic"))
187 si->dyninfo_sect = sectp;
189 else if (DEPRECATED_STREQ (sectp->name, ".got"))
191 si->got_sect = sectp;
H A Delfread.c78 elf_locate_sections (bfd *ignore_abfd, asection *sectp, void *eip) argument
83 if (strcmp (sectp->name, ".debug") == 0)
85 ei->dboffset = sectp->filepos;
86 ei->dbsize = bfd_get_section_size (sectp);
88 else if (strcmp (sectp->name, ".line") == 0)
90 ei->lnoffset = sectp->filepos;
91 ei->lnsize = bfd_get_section_size (sectp);
93 else if (strcmp (sectp->name, ".stab") == 0)
95 ei->stabsect = sectp;
97 else if (strcmp (sectp
[all...]
H A Dcoff-pe-read.c85 get_section_vmas (bfd *abfd, asection *sectp, void *context)
88 int sectix = read_pe_section_index (sectp->name);
96 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
84 get_section_vmas(bfd *abfd, asection *sectp, void *context) argument
H A Dsymfile.h317 extern bfd_byte *symfile_relocate_debug_section (bfd *abfd, asection *sectp,
H A Ddwarf2read.c1103 dwarf2_locate_sections (bfd *ignore_abfd, asection *sectp, void *ignore_ptr) argument
1105 if (strcmp (sectp->name, INFO_SECTION) == 0)
1107 dwarf2_per_objfile->info_size = bfd_get_section_size (sectp);
1108 dwarf_info_section = sectp;
1110 else if (strcmp (sectp->name, ABBREV_SECTION) == 0)
1112 dwarf2_per_objfile->abbrev_size = bfd_get_section_size (sectp);
1113 dwarf_abbrev_section = sectp;
1115 else if (strcmp (sectp->name, LINE_SECTION) == 0)
1117 dwarf2_per_objfile->line_size = bfd_get_section_size (sectp);
1118 dwarf_line_section = sectp;
4921 dwarf2_read_section(struct objfile *objfile, asection *sectp) argument
[all...]
H A Dcoffread.c197 coff_locate_sections (bfd *abfd, asection *sectp, void *csip)
203 name = bfd_get_section_name (abfd, sectp);
206 csi->textaddr = bfd_section_vma (abfd, sectp);
207 csi->textsize += bfd_section_size (abfd, sectp);
211 csi->textsize += bfd_section_size (abfd, sectp);
215 csi->stabstrsect = sectp;
232 n->section = sectp;
196 coff_locate_sections(bfd *abfd, asection *sectp, void *csip) argument
H A Dsymfile.c3517 symfile_dummy_outputs (bfd *abfd, asection *sectp, void *dummy)
3519 sectp->output_section = sectp;
3520 sectp->output_offset = 0;
3535 symfile_relocate_debug_section (bfd *abfd, asection *sectp, bfd_byte *buf)
3539 if ((sectp->flags & SEC_RELOC) == 0)
3541 if ((sectp->flags & SEC_DEBUGGING) == 0)
3548 return bfd_simple_get_relocated_section_contents (abfd, sectp, buf, NULL);
3508 symfile_dummy_outputs(bfd *abfd, asection *sectp, void *dummy) argument
3526 symfile_relocate_debug_section(bfd *abfd, asection *sectp, bfd_byte *buf) argument
H A Ddwarf2-frame.c1581 extern char *dwarf2_read_section (struct objfile *objfile, asection *sectp);
/openbsd-current/regress/usr.bin/mandoc/db/dbm_dump/
H A Ddbm_dump.c79 const char *namep, *sectp, *archp, *descp, *filep; local
87 sectp = sect0 = dbm_get(p.i[1]);
96 pchk(dbm_get(*p.i++), &sectp, "sect", 0);
98 dump_lst(&sectp);
133 pchk(arch0, &sectp, "arch0", 0);
136 pchk(desc0, &sectp, "desc0", 0);

Completed in 110 milliseconds