Lines Matching refs:isymbuf

700   Elf_Internal_Sym *isymbuf = NULL;  in elf32_h8_relax_section()  local
774 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in elf32_h8_relax_section()
776 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_h8_relax_section()
777 if (isymbuf == NULL) in elf32_h8_relax_section()
778 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elf32_h8_relax_section()
781 if (isymbuf == NULL) in elf32_h8_relax_section()
792 isym = isymbuf + ELF32_R_SYM (irel->r_info); in elf32_h8_relax_section()
858 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
900 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info); in elf32_h8_relax_section()
994 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
1062 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
1150 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
1240 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
1384 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
1446 if (isymbuf != NULL in elf32_h8_relax_section()
1447 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_h8_relax_section()
1450 free (isymbuf); in elf32_h8_relax_section()
1452 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_h8_relax_section()
1474 if (isymbuf != NULL in elf32_h8_relax_section()
1475 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_h8_relax_section()
1476 free (isymbuf); in elf32_h8_relax_section()
1616 Elf_Internal_Sym *isymbuf = NULL; in elf32_h8_get_relocated_section_contents() local
1647 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_h8_get_relocated_section_contents()
1648 if (isymbuf == NULL) in elf32_h8_get_relocated_section_contents()
1649 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_h8_get_relocated_section_contents()
1652 if (isymbuf == NULL) in elf32_h8_get_relocated_section_contents()
1662 isymend = isymbuf + symtab_hdr->sh_info; in elf32_h8_get_relocated_section_contents()
1663 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_h8_get_relocated_section_contents()
1681 isymbuf, sections)) in elf32_h8_get_relocated_section_contents()
1686 if (isymbuf != NULL in elf32_h8_get_relocated_section_contents()
1687 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_h8_get_relocated_section_contents()
1688 free (isymbuf); in elf32_h8_get_relocated_section_contents()
1698 if (isymbuf != NULL in elf32_h8_get_relocated_section_contents()
1699 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_h8_get_relocated_section_contents()
1700 free (isymbuf); in elf32_h8_get_relocated_section_contents()