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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c1360 asection **secpp;
1390 secpp = finfo->sec_ptrs;
1437 *secpp = coff_section_from_bfd_index (input_bfd, isym.n_scnum);
1440 *secpp = bfd_com_section_ptr;
1443 *secpp = bfd_und_section_ptr;
1507 && (*secpp)->output_section == bfd_abs_section_ptr)
1773 isym.n_scnum = (*secpp)->output_section->target_index;
1790 isym.n_scnum = (*secpp)->output_section->target_index;
1791 isym.n_value += (*secpp)->output_offset;
1793 isym.n_value -= (*secpp)
1359 asection **secpp; local
[all...]
H A Delf32-cr16.c952 asection **secpp; local
978 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
991 *secpp = isec;
H A Delf.c4351 asection **secpp;
4426 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
4430 secalign = bfd_get_section_alignment (abfd, *secpp);
4564 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
4570 sec = *secpp;
4674 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
4679 sec = *secpp;
4346 asection **secpp; local
[all...]

Completed in 77 milliseconds