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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c1364 struct internal_syment *isymp;
1394 isymp = finfo->internal_syms;
1426 bfd_coff_swap_sym_in (input_bfd, esym, isymp);
1428 /* Make a copy of *isymp so that the relocate_section function
1432 isym = *isymp;
1612 islp = isymp + 2;
1885 isymp += add;
1900 isymp = finfo->internal_syms;
1909 add = 1 + isymp->n_numaux;
1929 BFD_ASSERT (isymp
1363 struct internal_syment *isymp; local
[all...]
H A Dxcofflink.c4203 struct internal_syment *isymp;
4251 isymp = finfo->internal_syms;
4268 bfd_coff_swap_sym_in (input_bfd, (PTR) esym, (PTR) isymp);
4272 if (isymp->n_sclass == C_EXT || isymp->n_sclass == C_HIDEXT)
4274 BFD_ASSERT (isymp->n_numaux > 0);
4276 (PTR) (esym + isymesz * isymp->n_numaux),
4277 isymp->n_type, isymp->n_sclass,
4278 isymp
4197 struct internal_syment *isymp; local
[all...]
H A Dcoff-sh.c3011 struct internal_syment *isymp;
3036 isymp = internal_syms;
3042 bfd_coff_swap_sym_in (input_bfd, (PTR) esym, (PTR) isymp);
3044 if (isymp->n_scnum != 0)
3045 *secpp = coff_section_from_bfd_index (input_bfd, isymp->n_scnum);
3048 if (isymp->n_value == 0)
3054 esym += (isymp->n_numaux + 1) * symesz;
3055 secpp += isymp->n_numaux + 1;
3056 isymp += isymp
3008 struct internal_syment *isymp; local
[all...]
H A Delf64-sh64.c2193 Elf_Internal_Sym *isymp; local
2222 for (isymp = isymbuf; isymp < isymend; ++isymp, ++secpp)
2226 if (isymp->st_shndx == SHN_UNDEF)
2228 else if (isymp->st_shndx > 0 && isymp->st_shndx < SHN_LORESERVE)
2229 isec = bfd_section_from_elf_index (input_bfd, isymp->st_shndx);
2230 else if (isymp->st_shndx == SHN_ABS)
2232 else if (isymp
[all...]
H A Delf32-m32r.c4086 Elf_Internal_Sym *isymp;

Completed in 84 milliseconds