Lines Matching refs:isymbuf

1062   Elf_Internal_Sym *isymbuf = NULL;  in elf32_avr_relax_delete_bytes()  local
1123 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in elf32_avr_relax_delete_bytes()
1125 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_avr_relax_delete_bytes()
1126 if (isymbuf == NULL) in elf32_avr_relax_delete_bytes()
1127 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elf32_avr_relax_delete_bytes()
1130 if (isymbuf == NULL) in elf32_avr_relax_delete_bytes()
1141 isym = isymbuf + ELF32_R_SYM (irel->r_info); in elf32_avr_relax_delete_bytes()
1251 Elf_Internal_Sym *isymbuf = NULL; in elf32_avr_relax_section() local
1311 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in elf32_avr_relax_section()
1313 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_avr_relax_section()
1314 if (isymbuf == NULL) in elf32_avr_relax_section()
1315 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elf32_avr_relax_section()
1318 if (isymbuf == NULL) in elf32_avr_relax_section()
1330 isym = isymbuf + ELF32_R_SYM (irel->r_info); in elf32_avr_relax_section()
1433 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_avr_relax_section()
1720 Elf_Internal_Sym *isymbuf = NULL; in elf32_avr_relax_section() local
1724 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in elf32_avr_relax_section()
1726 isymbuf = (Elf_Internal_Sym *) in elf32_avr_relax_section()
1728 if (isymbuf == NULL) in elf32_avr_relax_section()
1729 isymbuf = bfd_elf_get_elf_syms in elf32_avr_relax_section()
1734 if (isymbuf == NULL) in elf32_avr_relax_section()
1747 isym = isymbuf in elf32_avr_relax_section()
1831 if (isymbuf != NULL in elf32_avr_relax_section()
1832 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_avr_relax_section()
1833 free (isymbuf); in elf32_avr_relax_section()
1865 Elf_Internal_Sym *isymbuf = NULL; in elf32_avr_get_relocated_section_contents() local
1894 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_avr_get_relocated_section_contents()
1895 if (isymbuf == NULL) in elf32_avr_get_relocated_section_contents()
1896 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_avr_get_relocated_section_contents()
1899 if (isymbuf == NULL) in elf32_avr_get_relocated_section_contents()
1909 isymend = isymbuf + symtab_hdr->sh_info; in elf32_avr_get_relocated_section_contents()
1910 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_avr_get_relocated_section_contents()
1928 isymbuf, sections)) in elf32_avr_get_relocated_section_contents()
1933 if (isymbuf != NULL in elf32_avr_get_relocated_section_contents()
1934 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_avr_get_relocated_section_contents()
1935 free (isymbuf); in elf32_avr_get_relocated_section_contents()
1945 if (isymbuf != NULL in elf32_avr_get_relocated_section_contents()
1946 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_avr_get_relocated_section_contents()
1947 free (isymbuf); in elf32_avr_get_relocated_section_contents()