Searched refs:secpp (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c1365 asection **secpp;
1395 secpp = finfo->sec_ptrs;
1442 *secpp = coff_section_from_bfd_index (input_bfd, isym.n_scnum);
1445 *secpp = bfd_com_section_ptr;
1448 *secpp = bfd_und_section_ptr;
1512 && (*secpp)->output_section == bfd_abs_section_ptr)
1778 isym.n_scnum = (*secpp)->output_section->target_index;
1795 isym.n_scnum = (*secpp)->output_section->target_index;
1796 isym.n_value += (*secpp)->output_offset;
1798 isym.n_value -= (*secpp)
1364 asection **secpp; local
[all...]
H A Delf32-crx.c720 asection **secpp; local
747 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
760 *secpp = isec;
H A Delf64-mmix.c2257 asection **secpp;
2268 for (secpp = &abfd->sections;
2269 *secpp != reg_section;
2270 secpp = &(*secpp)->next)
2272 bfd_section_list_remove (abfd, secpp);
2252 asection **secpp; local
H A Delfxx-mips.c8125 asection **secpp;
8203 for (secpp = &abfd->sections; *secpp != NULL; secpp = &(*secpp)->next)
8205 if (strcmp ((*secpp)->name, MIPS_ELF_OPTIONS_SECTION_NAME (abfd)) == 0)
8207 for (p = (*secpp)->link_order_head; p != NULL; p = p->next)
8210 (*secpp)->link_order_head = NULL;
8211 bfd_section_list_remove (abfd, secpp);
8221 for (secpp
8087 asection **secpp; local
[all...]
H A Delf-m10200.c1317 asection **secpp;
1344 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1357 *secpp = isec;
1316 asection **secpp; local
H A Delf32-h8300.c1421 asection **secpp;
1449 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1462 *secpp = isec;
1420 asection **secpp; local
H A Dcoff-sh.c3012 asection **secpp;
3037 secpp = sections;
3045 *secpp = coff_section_from_bfd_index (input_bfd, isymp->n_scnum);
3049 *secpp = bfd_und_section_ptr;
3051 *secpp = bfd_com_section_ptr;
3055 secpp += isymp->n_numaux + 1;
3009 asection **secpp; local
H A Delf64-sh64.c2195 asection **secpp; local
2220 secpp = sections;
2222 for (isymp = isymbuf; isymp < isymend; ++isymp, ++secpp)
2240 *secpp = isec;
H A Delf-m10300.c3591 asection **secpp;
3619 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
3632 *secpp = isec;
3590 asection **secpp; local
H A Delf32-m32r.c4087 asection **secpp;
4114 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
4129 *secpp = isec;
H A Delf.c3915 asection **secpp;
3950 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
3954 secalign = bfd_get_section_alignment (abfd, *secpp);
4108 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
4114 sec = *secpp;
3910 asection **secpp; local
H A Delf32-sh.c5913 asection **secpp;
5941 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
5954 *secpp = isec;
5909 asection **secpp; local

Completed in 185 milliseconds