Searched refs:readsize (Results 1 – 2 of 2) sorted by relevance
236 bfd_size_type readsize; /* Length of file_info. */ in coff_real_object_p() local270 readsize = (bfd_size_type) nscns * scnhsz; in coff_real_object_p()271 external_sections = (char *) bfd_alloc (abfd, readsize); in coff_real_object_p()275 if (bfd_bread ((void *) external_sections, readsize, abfd) != readsize) in coff_real_object_p()
821 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols() local823 if (readsize == 0) in base_read_symbols()829 File_view* fvsymtab = this->get_lasting_view(readoff, readsize, true, false); in base_read_symbols()852 sd->symbols_size = readsize; in base_read_symbols()