Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dbucomm.h59 off_t get_file_size (const char *);
DChangeLog-2006208 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
213 * objdump.c (display_file): Set exit_status to 1 if get_file_size
215 * size.c (display_file): Set return_code to 1 if get_file_size
Daddr2line.c359 if (get_file_size (file_name) < 1) in process_file()
Dsize.c381 if (get_file_size (filename) < 1) in display_file()
Dar.c1423 if (get_file_size (archname) < 1) in ranlib_only()
1446 if (get_file_size (archname) < 1) in ranlib_touch()
Dbucomm.c570 get_file_size (const char * file_name) in get_file_size() function
Dresres.c86 flen = (rc_uint_type) get_file_size (filename); in read_res_file()
DChangeLog-2004289 (strings_object_file): Avoid using get_file_size, instead do the
364 * ar.c (replace_members): Do not use get_file_size as
Dobjcopy.c859 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()
Dnm.c1203 if (get_file_size (filename) < 1) in display_file()
DChangeLog-2009160 * bucomm.c (get_file_size): Update comment for the error return value.
693 * bucomm.c (get_file_size): Return -1 on error.
DChangeLog-0203142 * bucomm,c (get_file_size): New function. Returns the size of a
144 * bucomm.h: Add prototype for get_file_size.
153 * readelf.c (process_file): Use similar code to get_file_size.
DChangeLog-2011916 * bucomm.c (get_file_size): Check for negative sizes and issue a
Dobjdump.c3412 if (get_file_size (filename) < 1) in display_file()