Home | History | Annotate | Download | only in bfd

Lines Matching full:secpp

1396   asection **secpp;
1426 secpp = flaginfo->sec_ptrs;
1473 *secpp = coff_section_from_bfd_index (input_bfd, isym.n_scnum);
1476 *secpp = bfd_com_section_ptr;
1479 *secpp = bfd_und_section_ptr;
1543 && ((*secpp)->output_section == bfd_abs_section_ptr
1545 (*secpp)->output_section)))
1812 isym.n_scnum = (*secpp)->output_section->target_index;
1829 isym.n_scnum = (*secpp)->output_section->target_index;
1830 isym.n_value += (*secpp)->output_offset;
1832 isym.n_value -= (*secpp)->vma;
1834 isym.n_value += (*secpp)->output_section->vma;
1920 ++secpp;
1924 *secpp++ = NULL;