Searched refs:shstrtabsize (Results 1 – 1 of 1) sorted by relevance
256 bfd_size_type shstrtabsize; in bfd_elf_get_str_section() local269 shstrtabsize = i_shdrp[shindex]->sh_size; in bfd_elf_get_str_section()273 if (shstrtabsize + 1 == 0 in bfd_elf_get_str_section()274 || (shstrtab = bfd_alloc (abfd, shstrtabsize + 1)) == NULL in bfd_elf_get_str_section()277 else if (bfd_bread (shstrtab, shstrtabsize, abfd) != shstrtabsize) in bfd_elf_get_str_section()284 shstrtab[shstrtabsize] = '\0'; in bfd_elf_get_str_section()