Home | History | Annotate | Download | only in bfd

Lines Matching defs:isymbuf

572   Elf_Internal_Sym *isymbuf = NULL;
624 if (isymbuf == NULL && symtab_hdr->sh_info != 0)
626 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
627 if (isymbuf == NULL)
628 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr,
631 if (isymbuf == NULL)
642 isymbuf + ELF32_R_SYM (irel->r_info);
713 symtab_hdr->contents = (unsigned char *) isymbuf;
766 symtab_hdr->contents = (unsigned char *) isymbuf;
845 if (mn10200_elf_symbol_address_p (abfd, sec, isymbuf,
852 symtab_hdr->contents = (unsigned char *) isymbuf;
971 symtab_hdr->contents = (unsigned char *) isymbuf;
1010 symtab_hdr->contents = (unsigned char *) isymbuf;
1093 symtab_hdr->contents = (unsigned char *) isymbuf;
1152 symtab_hdr->contents = (unsigned char *) isymbuf;
1182 if (isymbuf != NULL
1183 && symtab_hdr->contents != (unsigned char *) isymbuf)
1186 free (isymbuf);
1190 symtab_hdr->contents = (unsigned char *) isymbuf;
1212 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1213 free (isymbuf);
1281 Elf_Internal_Sym *isymbuf = NULL;
1320 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1321 if (isymbuf == NULL)
1322 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
1325 if (isymbuf == NULL)
1335 isymend = isymbuf + symtab_hdr->sh_info;
1336 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp)
1354 isymbuf, sections))
1358 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1359 free (isymbuf);
1368 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1369 free (isymbuf);