Searched refs:sectsize (Results 1 – 1 of 1) sorted by relevance
348 bfd_size_type sectsize; in strings_a_section() local354 sectsize = bfd_get_section_size (sect); in strings_a_section()356 if (sectsize <= 0) in strings_a_section()377 if (sectsize >= *filesizep) in strings_a_section()380 mem = xmalloc (sectsize); in strings_a_section()382 if (bfd_get_section_contents (abfd, sect, mem, (file_ptr) 0, sectsize)) in strings_a_section()387 0, sectsize, (char *) mem); in strings_a_section()