/toolchain/binutils/binutils-2.25/bfd/ |
D | xsym.h | 572 (FILE *, bfd_sym_table_info *, const char *); 574 (FILE *, bfd_sym_header_block *); 630 (bfd *, FILE *, bfd_sym_file_reference *); 632 (bfd *, FILE *, bfd_sym_resources_table_entry *); 634 (bfd *, FILE *, bfd_sym_modules_table_entry *); 636 (bfd *, FILE *, bfd_sym_file_references_table_entry *); 638 (bfd *, FILE *, bfd_sym_contained_modules_table_entry *); 640 (bfd *, FILE *f, bfd_sym_contained_variables_table_entry *); 642 (bfd *, FILE *, bfd_sym_contained_statements_table_entry *); 644 (bfd *, FILE *, bfd_sym_contained_labels_table_entry *); [all …]
|
D | cache.c | 151 if (fclose ((FILE *) abfd->iostream) == 0) in bfd_cache_delete() 197 to_kill->where = real_ftell ((FILE *) to_kill->iostream); in close_one() 209 ? (FILE *) (bfd_last_cache->iostream) \ 219 static FILE * 237 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() 246 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0 in bfd_cache_lookup_worker() 250 return (FILE *) abfd->iostream; in bfd_cache_lookup_worker() 260 FILE *f = bfd_cache_lookup (abfd, CACHE_NO_OPEN); in cache_btell() 269 FILE *f = bfd_cache_lookup (abfd, whence != SEEK_CUR ? CACHE_NO_SEEK : CACHE_NORMAL); in cache_bseek() 285 FILE *f; in cache_bread_1() [all …]
|
D | elf32-nds32.h | 110 int, int, FILE *, int, 111 int, int, int, FILE *, 112 FILE *, int, int, 142 FILE *sym_ld_script; /* --mgen-symbol-ld-script=<file> */ 148 FILE *ex9_export_file; /* --mexport-ex9=<file> */ 149 FILE *ex9_import_file; /* --mimport-ex9=<file> */
|
D | sysdep.h | 151 extern off_t ftello (FILE *stream); 157 extern off64_t ftello64 (FILE *stream); 163 extern int fseeko (FILE *stream, off_t offset, int whence); 169 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fopen_unlocked.c | 85 unlock_1 (FILE *const fp ATTRIBUTE_UNUSED) in unlock_1() 94 unlock_stream (FILE *fp) in unlock_stream() 107 FILE * 110 FILE *const fp = fopen (path, mode); in fopen_unlocked() 115 FILE * 118 FILE *const fp = fdopen (fildes, mode); in fdopen_unlocked() 123 FILE * 124 freopen_unlocked (const char *path, const char *mode, FILE *stream) in freopen_unlocked() 126 FILE *const fp = freopen (path, mode, stream); in freopen_unlocked()
|
D | pex-common.h | 81 FILE *input_file; 83 FILE *read_output; 85 FILE *read_err; 139 FILE * (*fdopenr) (struct pex_obj *, int /* fd */, int /* binary */); 144 FILE * (*fdopenw) (struct pex_obj *, int /* fd */, int /* binary */);
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gmon_io.h | 32 extern int gmon_io_read_vma (FILE *ifp, bfd_vma *valp); 33 extern int gmon_io_read_32 (FILE *ifp, unsigned int *valp); 34 extern int gmon_io_read (FILE *ifp, char *buf, size_t n); 35 extern int gmon_io_write_vma (FILE *ifp, bfd_vma val); 36 extern int gmon_io_write_32 (FILE *ifp, unsigned int val); 37 extern int gmon_io_write_8 (FILE *ifp, unsigned int val); 38 extern int gmon_io_write (FILE *ifp, char *buf, size_t n);
|
D | gmon_io.c | 52 static int gmon_io_read_64 (FILE *, BFD_HOST_U_64_BIT *); 53 static int gmon_io_write_64 (FILE *, BFD_HOST_U_64_BIT); 56 (FILE *, bfd_vma *, bfd_vma *, unsigned long *); 58 (FILE *, bfd_vma, bfd_vma, unsigned long); 102 gmon_io_read_32 (FILE *ifp, unsigned int *valp) in gmon_io_read_32() 114 gmon_io_read_64 (FILE *ifp, BFD_HOST_U_64_BIT *valp) in gmon_io_read_64() 126 gmon_io_read_vma (FILE *ifp, bfd_vma *valp) in gmon_io_read_vma() 161 gmon_io_read (FILE *ifp, char *buf, size_t n) in gmon_io_read() 169 gmon_io_write_32 (FILE *ofp, unsigned int val) in gmon_io_write_32() 181 gmon_io_write_64 (FILE *ofp, BFD_HOST_U_64_BIT val) in gmon_io_write_64() [all …]
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 56 extern void unlock_stream (FILE *); 68 extern FILE *fopen_unlocked (const char *, const char *); 69 extern FILE *fdopen_unlocked (int, const char *); 70 extern FILE *freopen_unlocked (const char *, const char *, FILE *); 92 extern int writeargv (char **, FILE *); 530 extern FILE *pex_input_file (struct pex_obj *obj, int flags, 538 extern FILE *pex_input_pipe (struct pex_obj *obj, int binary); 546 extern FILE *pex_read_output (struct pex_obj *, int binary); 554 extern FILE *pex_read_err (struct pex_obj *, int binary);
|
D | dis-asm.h | 312 extern void print_aarch64_disassembler_options (FILE *); 313 extern void print_i386_disassembler_options (FILE *); 314 extern void print_mips_disassembler_options (FILE *); 315 extern void print_ppc_disassembler_options (FILE *); 316 extern void print_arm_disassembler_options (FILE *); 318 extern void print_s390_disassembler_options (FILE *); 334 extern void disassembler_usage (FILE *);
|
/toolchain/binutils/binutils-2.25/gold/ |
D | cref.cc | 65 print_symbol_counts(const Symbol_table*, FILE*) const; 69 print_cref(const Symbol_table*, FILE*) const; 105 print_objects_symbol_counts(const Symbol_table*, FILE*, const Objects*) const; 109 print_object_symbol_counts(const Symbol_table*, FILE*, const Object*) const; 161 FILE* f, in print_object_symbol_counts() 173 FILE* f, in print_objects_symbol_counts() 201 Cref_inputs::print_symbol_counts(const Symbol_table* symtab, FILE* f) const in print_symbol_counts() 287 Cref_inputs::print_cref(const Symbol_table*, FILE* f) const in print_cref() 377 FILE* f; in print_symbol_counts() 396 Cref::print_cref(const Symbol_table* symtab, FILE* f) const in print_cref()
|
D | expression.cc | 168 print(FILE* f) const in print() 194 print(FILE* f) const in print() 242 print(FILE* f) const in print() 302 arg_print(FILE* f) const in arg_print() 332 print(FILE* f) const \ 403 left_print(FILE* f) const in left_print() 407 right_print(FILE* f) const in right_print() 413 print_function(FILE* f, const char* function_name) const in print_function() 487 print(FILE* f) const \ 593 arg1_print(FILE* f) const in arg1_print() [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldemul.h | 48 (FILE *); 50 (FILE *); 98 (bfd *, struct bfd_link_info *, FILE *); 180 void (* list_options) (FILE *); 202 (bfd *, struct bfd_link_info *, FILE *);
|
/toolchain/binutils/binutils-2.25/gas/ |
D | depend.c | 39 static int quote_string_for_make (FILE *, char *); 40 static void wrap_output (FILE *, char *, int); 83 quote_string_for_make (FILE *file, char *src) in quote_string_for_make() 145 wrap_output (FILE *f, char *string, int spacer) in wrap_output() 185 FILE *f; in print_dependencies()
|
D | input-file.c | 44 static FILE *f_in; 50 FILE * f_in; 61 f_in = (FILE *) 0; in input_file_begin() 234 if (f_in == (FILE *) 0) in input_file_give_next_buffer() 252 f_in = (FILE *) 0; in input_file_give_next_buffer()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | windres.h | 46 extern FILE *open_file_search (const char *, const char *, const char *, char **); 54 extern void res_id_print (FILE *, rc_res_id, int); 55 extern void res_ids_print (FILE *, int, const rc_res_id *); 120 extern int wr_printcomment (FILE *, const char *, ...); 121 extern int wr_print (FILE *, const char *, ...);
|
D | bfdtest2.c | 41 FILE* file = (FILE*) stream; in iovec_read() 53 return fstat (fileno ((FILE*) stream), sb); in iovec_stat() 77 FILE* file; in main()
|
D | resrc.c | 124 FILE *cpp_pipe; 184 static FILE *open_input_stream (char *); 185 static FILE *look_for_default 189 static int get_word (FILE *, const char *); 190 static unsigned long get_long (FILE *, const char *); 191 static void get_data (FILE *, bfd_byte *, rc_uint_type, const char *); 310 static FILE * 376 static FILE * 640 get_word (FILE *e, const char *msg) in get_word() 655 get_long (FILE *e, const char *msg) in get_long() [all …]
|
D | bucomm.h | 46 void list_supported_targets (const char *, FILE *); 48 void list_supported_architectures (const char *, FILE *); 52 void print_arelt_descr (FILE *, bfd *, bfd_boolean);
|
D | strings.c | 144 static void print_strings (const char *, FILE *, file_ptr, int, int, char *); 145 static void usage (FILE *, int); 146 static long get_char (FILE *, file_ptr *, int *, char **); 445 FILE *stream; in strings_file() 479 get_char (FILE *stream, file_ptr *address, int *magiccount, char **magic) in get_char() 542 print_strings (const char *filename, FILE *stream, file_ptr address, in print_strings() 658 usage (FILE *stream, int status) in usage()
|
D | binemul.h | 29 extern void ar_emul_usage (FILE *); 30 extern void ar_emul_default_usage (FILE *); 63 void (* ar_usage) (FILE *fp);
|
D | winduni.h | 73 extern void unicode_print (FILE *, const unichar *, rc_uint_type); 76 extern void ascii_print (FILE *, const char *, rc_uint_type); 79 extern void unicode_print_quoted (FILE *, const unichar *, rc_uint_type);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-gen.c | 602 process_copyright (FILE *fp) in process_copyright() 732 output_cpu_flags (FILE *table, bitfield *flags, unsigned int size, in output_cpu_flags() 759 process_i386_cpu_flag (FILE *table, char *flag, int macro, in process_i386_cpu_flag() 824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size) in output_opcode_modifier() 844 process_i386_opcode_modifier (FILE *table, char *mod, int lineno) in process_i386_opcode_modifier() 867 output_operand_type (FILE *table, bitfield *types, unsigned int size, in output_operand_type() 894 process_i386_operand_type (FILE *table, char *op, int macro, in process_i386_operand_type() 918 output_i386_opcode (FILE *table, const char *name, char *str, in output_i386_opcode() 1042 process_i386_opcodes (FILE *table) in process_i386_opcodes() 1044 FILE *fp; in process_i386_opcodes() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xgate.h | 113 #define tc_print_statistics(FILE) xgate_print_statistics (FILE) 114 extern void xgate_print_statistics (FILE *);
|
D | tc-m68hc11.h | 107 #define tc_print_statistics(FILE) m68hc11_print_statistics (FILE) argument 108 extern void m68hc11_print_statistics (FILE *);
|