Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c236 bfd_size_type readsize; /* Length of file_info. */ in coff_real_object_p() local
270 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()
/toolchain/binutils/binutils-2.25/gold/
Dobject.cc821 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols() local
823 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()