Searched refs:numbytes (Results 1 – 1 of 1) sorted by relevance
2175 bfd_size_type numbytes; in gen_exp_file() local2184 numbytes = ftell (base_file); in gen_exp_file()2186 copy = xmalloc (numbytes); in gen_exp_file()2187 if (fread (copy, 1, numbytes, base_file) < numbytes) in gen_exp_file()2189 num_entries = numbytes / sizeof (bfd_vma); in gen_exp_file()