Home | History | Annotate | Download | only in bfd

Lines Matching refs:isymbuf

699   Elf_Internal_Sym *isymbuf = NULL;
775 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
777 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
778 if (isymbuf == NULL)
779 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
782 if (isymbuf == NULL)
793 isym = isymbuf + ELF32_R_SYM (irel->r_info);
859 symtab_hdr->contents = (unsigned char *) isymbuf;
901 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info);
995 symtab_hdr->contents = (unsigned char *) isymbuf;
1063 symtab_hdr->contents = (unsigned char *) isymbuf;
1151 symtab_hdr->contents = (unsigned char *) isymbuf;
1241 symtab_hdr->contents = (unsigned char *) isymbuf;
1387 symtab_hdr->contents = (unsigned char *) isymbuf;
1449 if (isymbuf != NULL
1450 && symtab_hdr->contents != (unsigned char *) isymbuf)
1453 free (isymbuf);
1455 symtab_hdr->contents = (unsigned char *) isymbuf;
1476 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1477 free (isymbuf);
1615 Elf_Internal_Sym *isymbuf = NULL;
1653 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1654 if (isymbuf == NULL)
1655 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
1658 if (isymbuf == NULL)
1668 isymend = isymbuf + symtab_hdr->sh_info;
1669 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1687 isymbuf, sections))
1691 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1692 free (isymbuf);
1701 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1702 free (isymbuf);