Home | History | Annotate | Download | only in bfd

Lines Matching defs:isymbuf

732   Elf_Internal_Sym *isymbuf = NULL;
771 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
772 if (isymbuf == NULL)
773 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
776 if (isymbuf == NULL)
786 isymend = isymbuf + symtab_hdr->sh_info;
787 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
805 isymbuf, sections))
809 if (symtab_hdr->contents != (unsigned char *) isymbuf)
810 free (isymbuf);
819 if (symtab_hdr->contents != (unsigned char *) isymbuf)
820 free (isymbuf);
968 Elf_Internal_Sym *isymbuf = NULL;
1018 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
1020 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1021 if (isymbuf == NULL)
1022 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
1025 if (isymbuf == NULL)
1036 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1111 symtab_hdr->contents = (unsigned char *) isymbuf;
1156 symtab_hdr->contents = (unsigned char *) isymbuf;
1205 symtab_hdr->contents = (unsigned char *) isymbuf;
1246 symtab_hdr->contents = (unsigned char *) isymbuf;
1267 if (isymbuf != NULL
1268 && symtab_hdr->contents != (unsigned char *) isymbuf)
1271 free (isymbuf);
1275 symtab_hdr->contents = (unsigned char *) isymbuf;
1297 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1298 free (isymbuf);