Searched refs:isymp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c1359 struct internal_syment *isymp;
1389 isymp = finfo->internal_syms;
1421 bfd_coff_swap_sym_in (input_bfd, esym, isymp);
1423 /* Make a copy of *isymp so that the relocate_section function
1427 isym = *isymp;
1607 islp = isymp + 2;
1880 isymp += add;
1895 isymp = finfo->internal_syms;
1904 add = 1 + isymp->n_numaux;
1924 BFD_ASSERT (isymp
1358 struct internal_syment *isymp; local
[all...]
H A Dxcofflink.c3416 struct internal_syment *isymp;
3463 isymp = finfo->internal_syms;
3479 bfd_coff_swap_sym_in (input_bfd, (void *) esym, (void *) isymp);
3483 if (isymp->n_sclass == C_EXT || isymp->n_sclass == C_HIDEXT)
3485 BFD_ASSERT (isymp->n_numaux > 0);
3487 (void *) (esym + isymesz * isymp->n_numaux),
3488 isymp->n_type, isymp->n_sclass,
3489 isymp
3410 struct internal_syment *isymp; local
[all...]

Completed in 120 milliseconds