Searched refs:isymend (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-cr16.c681 Elf_Internal_Sym *isymend; local
713 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
951 Elf_Internal_Sym *isymend; local
977 isymend = isymbuf + symtab_hdr->sh_info;
978 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
H A Delfcode.h1118 Elf_Internal_Sym *isymend;
1206 isymend = isymbuf + symcount;
1207 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1115 Elf_Internal_Sym *isymend; local
H A Delflink.c2919 Elf_Internal_Sym *isymend;
2968 for (isym = isymbuf, isymend = isymbuf + extsymcount; isym < isymend; isym++)
3307 Elf_Internal_Sym *isymend;
3773 for (isym = isymbuf, isymend = isymbuf + extsymcount;
3774 isym < isymend;
4321 amt = ((isymend - isym + 1)
7787 Elf_Internal_Sym *isymend;
7839 isymend = isymbuf + extsymcount;
7840 for (isym = isymbuf; isym < isymend; isy
2912 Elf_Internal_Sym *isymend; local
3298 Elf_Internal_Sym *isymend; local
7777 Elf_Internal_Sym *isymend; local
8336 Elf_Internal_Sym *isymend; local
[all...]
H A Delf.c345 Elf_Internal_Sym *isymend; local
408 isymend = intsym_buf + symcount;
410 isym < isymend;
8992 Elf_Internal_Sym *isym, *isymend;
9167 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++)
9172 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8981 Elf_Internal_Sym *isym, *isymend; local

Completed in 134 milliseconds