Home
last modified time | relevance | path

Searched refs:shstrtabsize (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c240 bfd_size_type shstrtabsize; in bfd_elf_get_str_section() local
251 shstrtabsize = i_shdrp[shindex]->sh_size; in bfd_elf_get_str_section()
255 if (shstrtabsize + 1 == 0 in bfd_elf_get_str_section()
256 || (shstrtab = bfd_alloc (abfd, shstrtabsize + 1)) == NULL in bfd_elf_get_str_section()
259 else if (bfd_bread (shstrtab, shstrtabsize, abfd) != shstrtabsize) in bfd_elf_get_str_section()
266 shstrtab[shstrtabsize] = '\0'; in bfd_elf_get_str_section()