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);
967 Elf_Internal_Sym *isymbuf = NULL;
1017 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
1019 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1020 if (isymbuf == NULL)
1021 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
1024 if (isymbuf == NULL)
1035 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1110 symtab_hdr->contents = (unsigned char *) isymbuf;
1155 symtab_hdr->contents = (unsigned char *) isymbuf;
1204 symtab_hdr->contents = (unsigned char *) isymbuf;
1245 symtab_hdr->contents = (unsigned char *) isymbuf;
1266 if (isymbuf != NULL
1267 && symtab_hdr->contents != (unsigned char *) isymbuf)
1270 free (isymbuf);
1274 symtab_hdr->contents = (unsigned char *) isymbuf;
1296 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1297 free (isymbuf);