OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_size
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
nlmconv.c
186
size_t
custom_size
= 0;
716
custom_size
= st.st_size;
720
|| ! bfd_set_section_size (outbfd, custom_section,
custom_size
))
900
data = xmalloc (
custom_size
);
901
if (fread (data, 1,
custom_size
, custom_data) !=
custom_size
)
906
(file_ptr) 0,
custom_size
))
910
nlm_fixed_header (outbfd)->customDataSize =
custom_size
;
184
size_t
custom_size
= 0;
local
[
all
...]
Completed in 3190 milliseconds