Lines Matching refs:isymbuf
687 Elf_Internal_Sym *isymbuf = NULL; in m68hc11_elf_relax_section() local
803 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in m68hc11_elf_relax_section()
805 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in m68hc11_elf_relax_section()
806 if (isymbuf == NULL) in m68hc11_elf_relax_section()
807 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in m68hc11_elf_relax_section()
810 if (isymbuf == NULL) in m68hc11_elf_relax_section()
818 isym = isymbuf + ELF32_R_SYM (irel->r_info); in m68hc11_elf_relax_section()
971 symtab_hdr->contents = (bfd_byte *) isymbuf; in m68hc11_elf_relax_section()
1002 symtab_hdr->contents = (bfd_byte *) isymbuf; in m68hc11_elf_relax_section()
1047 symtab_hdr->contents = (bfd_byte *) isymbuf; in m68hc11_elf_relax_section()
1094 symtab_hdr->contents = (unsigned char *) isymbuf; in m68hc11_elf_relax_section()
1122 Elf_Internal_Sym *isymbuf, *isym, *isymend; in m68hc11_elf_relax_delete_bytes() local
1128 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in m68hc11_elf_relax_delete_bytes()
1243 isymend = isymbuf + symtab_hdr->sh_info; in m68hc11_elf_relax_delete_bytes()
1244 for (isym = isymbuf; isym < isymend; isym++) in m68hc11_elf_relax_delete_bytes()