Searched refs:get_file_size (Results 1 – 14 of 14) sorted by relevance
59 off_t get_file_size (const char *);
208 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size213 * objdump.c (display_file): Set exit_status to 1 if get_file_size215 * size.c (display_file): Set return_code to 1 if get_file_size
359 if (get_file_size (file_name) < 1) in process_file()
381 if (get_file_size (filename) < 1) in display_file()
1423 if (get_file_size (archname) < 1) in ranlib_only()1446 if (get_file_size (archname) < 1) in ranlib_touch()
570 get_file_size (const char * file_name) in get_file_size() function
86 flen = (rc_uint_type) get_file_size (filename); in read_res_file()
289 (strings_object_file): Avoid using get_file_size, instead do the364 * ar.c (replace_members): Do not use get_file_size as
859 size = get_file_size (filename); in add_specific_symbols()2472 off_t size = get_file_size (input_filename); in copy_file()3373 if (get_file_size (argv[i]) < 1) in strip_main()
1203 if (get_file_size (filename) < 1) in display_file()
160 * bucomm.c (get_file_size): Update comment for the error return value.693 * bucomm.c (get_file_size): Return -1 on error.
142 * bucomm,c (get_file_size): New function. Returns the size of a144 * bucomm.h: Add prototype for get_file_size.153 * readelf.c (process_file): Use similar code to get_file_size.
916 * bucomm.c (get_file_size): Check for negative sizes and issue a
3412 if (get_file_size (filename) < 1) in display_file()