Searched refs:sectsize (Results 1 – 1 of 1) sorted by relevance
334 bfd_size_type sectsize; in strings_a_section() local340 sectsize = bfd_get_section_size (sect); in strings_a_section()342 if (sectsize <= 0) in strings_a_section()363 if (sectsize >= *filesizep) in strings_a_section()366 mem = xmalloc (sectsize); in strings_a_section()368 if (bfd_get_section_contents (abfd, sect, mem, (file_ptr) 0, sectsize)) in strings_a_section()373 0, sectsize, (char *) mem); in strings_a_section()