Searched refs:isymbuf (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-cr16.c931 Elf_Internal_Sym *isymbuf = NULL; local
962 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
963 if (isymbuf == NULL)
964 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
967 if (isymbuf == NULL)
977 isymend = isymbuf + symtab_hdr->sh_info;
978 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
996 isymbuf, sections))
1001 if (isymbuf != NULL
1002 && symtab_hdr->contents != (unsigned char *) isymbuf)
1040 Elf_Internal_Sym *isymbuf = NULL; local
[all...]
H A Delfcode.h1119 Elf_Internal_Sym *isymbuf = NULL;
1163 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, symcount, 0,
1165 if (isymbuf == NULL)
1206 isymend = isymbuf + symcount;
1207 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1335 if (isymbuf != NULL && hdr->contents != (unsigned char *) isymbuf)
1336 free (isymbuf);
1342 if (isymbuf != NULL && hdr->contents != (unsigned char *) isymbuf)
1116 Elf_Internal_Sym *isymbuf = NULL; local
[all...]
H A Delf64-alpha.c3609 Elf_Internal_Sym *isymbuf = NULL;
3711 if (isymbuf == NULL)
3713 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
3714 if (isymbuf == NULL)
3715 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
3718 if (isymbuf == NULL)
3722 isym = isymbuf + r_symndx;
3847 if (isymbuf != NULL
3848 && symtab_hdr->contents != (unsigned char *) isymbuf)
3851 free (isymbuf);
3600 Elf_Internal_Sym *isymbuf = NULL; local
[all...]
H A Delflink.c2917 Elf_Internal_Sym *isymbuf;
2961 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff,
2963 if (isymbuf == NULL)
2968 for (isym = isymbuf, isymend = isymbuf + extsymcount; isym < isymend; isym++)
2984 free (isymbuf);
3305 Elf_Internal_Sym *isymbuf = NULL;
3660 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff,
3662 if (isymbuf == NULL)
3773 for (isym = isymbuf, isymen
2910 Elf_Internal_Sym *isymbuf; local
3296 Elf_Internal_Sym *isymbuf = NULL; local
7778 Elf_Internal_Sym *isymbuf; local
8334 Elf_Internal_Sym *isymbuf; local
[all...]
H A Delf32-ppc.c5286 Elf_Internal_Sym *isymbuf = NULL;
5357 if (isymbuf == NULL)
5359 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
5360 if (isymbuf == NULL)
5361 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
5364 if (isymbuf == 0)
5367 isym = isymbuf + ELF32_R_SYM (irel->r_info);
5636 if (isymbuf != NULL
5637 && symtab_hdr->contents != (unsigned char *) isymbuf)
5640 free (isymbuf);
5273 Elf_Internal_Sym *isymbuf = NULL; local
[all...]
H A Delfxx-ia64.c909 Elf_Internal_Sym *isymbuf = NULL;
1014 if (isymbuf == NULL)
1016 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1017 if (isymbuf == NULL)
1018 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
1021 if (isymbuf == 0)
1025 isym = isymbuf + ELFNN_R_SYM (irel->r_info);
1329 if (isymbuf != NULL
1330 && symtab_hdr->contents != (unsigned char *) isymbuf)
1333 free (isymbuf);
906 Elf_Internal_Sym *isymbuf = NULL; local
[all...]
H A Delfxx-mips.c6792 Elf_Internal_Sym *isymbuf = NULL;
6860 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
6862 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
6863 if (isymbuf == NULL)
6864 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
6867 if (isymbuf == NULL)
6871 isym = isymbuf + r_symndx;
6763 Elf_Internal_Sym *isymbuf = NULL; local
H A Delf32-arm.c3272 Elf_Internal_Sym *isymbuf; local
3288 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, localsyms, 0, NULL, NULL,
3292 if (isymbuf == NULL)
3297 Elf_Internal_Sym *isym = &isymbuf[i];
H A Delf.c8922 elf_create_symbuf (bfd_size_type symcount, Elf_Internal_Sym *isymbuf)
8934 if (isymbuf[i].st_shndx != SHN_UNDEF)
8935 *ind++ = &isymbuf[i];
8911 elf_create_symbuf(bfd_size_type symcount, Elf_Internal_Sym *isymbuf) argument

Completed in 381 milliseconds