Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c2175 bfd_size_type numbytes; in gen_exp_file() local
2184 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()