Lines Matching refs:isymbuf
2116 Elf_Internal_Sym *isymbuf = NULL; in sh_elf64_get_relocated_section_contents() local
2142 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in sh_elf64_get_relocated_section_contents()
2143 if (isymbuf == NULL) in sh_elf64_get_relocated_section_contents()
2144 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in sh_elf64_get_relocated_section_contents()
2147 if (isymbuf == NULL) in sh_elf64_get_relocated_section_contents()
2163 isymend = isymbuf + symtab_hdr->sh_info; in sh_elf64_get_relocated_section_contents()
2164 for (isymp = isymbuf; isymp < isymend; ++isymp, ++secpp) in sh_elf64_get_relocated_section_contents()
2182 isymbuf, sections)) in sh_elf64_get_relocated_section_contents()
2189 if (isymbuf != NULL in sh_elf64_get_relocated_section_contents()
2190 && (unsigned char *) isymbuf != symtab_hdr->contents) in sh_elf64_get_relocated_section_contents()
2191 free (isymbuf); in sh_elf64_get_relocated_section_contents()
2202 if (isymbuf != NULL in sh_elf64_get_relocated_section_contents()
2203 && (unsigned char *) isymbuf != symtab_hdr->contents) in sh_elf64_get_relocated_section_contents()
2204 free (isymbuf); in sh_elf64_get_relocated_section_contents()