Home | History | Annotate | Download | only in bfd

Lines Matching defs:isym

1454       struct internal_syment isym;
1456 bfd_coff_swap_sym_in (abfd, esym, &isym);
1458 if (isym.n_scnum == sec->target_index
1459 && (bfd_vma) isym.n_value > addr
1460 && (bfd_vma) isym.n_value < toaddr)
1462 isym.n_value -= count;
1464 bfd_coff_swap_sym_out (abfd, &isym, esym);
1476 esym += (isym.n_numaux + 1) * symesz;
1477 sym_hash += isym.n_numaux + 1;