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

/macosx-10.10/cxxfilt-11/cxxfilt/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-crx.c740 asection **secpp; local
767 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
780 *secpp = isec;
H A Delf32-h8300.c1417 asection **secpp;
1445 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1458 *secpp = isec;
1416 asection **secpp; local
H A Delf-m10200.c1318 asection **secpp;
1345 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1358 *secpp = isec;
1317 asection **secpp; local
H A Dcoff-sh.c2956 asection **secpp;
2981 secpp = sections;
2989 *secpp = coff_section_from_bfd_index (input_bfd, isymp->n_scnum);
2993 *secpp = bfd_und_section_ptr;
2995 *secpp = bfd_com_section_ptr;
2999 secpp += isymp->n_numaux + 1;
2953 asection **secpp; local
H A Delf32-avr.c2235 asection **secpp;
2262 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
2275 *secpp = isec;
2234 asection **secpp; local
H A Delf64-sh64.c2140 asection **secpp; local
2165 secpp = sections;
2167 for (isymp = isymbuf; isymp < isymend; ++isymp, ++secpp)
2185 *secpp = isec;
H A Delf-m10300.c3641 asection **secpp;
3669 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
3682 *secpp = isec;
3640 asection **secpp; local
H A Delf.c4292 asection **secpp;
4362 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
4366 secalign = bfd_get_section_alignment (abfd, *secpp);
4487 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++)
4493 sec = *secpp;
4287 asection **secpp; local
H A Delf32-sh.c4431 asection **secpp;
4459 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
4472 *secpp = isec;
4425 asection **secpp; local

Completed in 302 milliseconds