Searched refs:FOPEN_RT (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | fopen-bin.h | 22 #define FOPEN_RT "r" macro
|
| D | fopen-vms.h | 19 #define FOPEN_RT "r" macro
|
| D | fopen-same.h | 22 #define FOPEN_RT "r" macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | input-file.c | 133 f_in = fopen (filename, FOPEN_RT); in input_file_open()
|
| D | itbl-ops.c | 186 yyin = fopen (insntbl, FOPEN_RT); in itbl_parse()
|
| D | listing.c | 472 last_open_file = fopen (file->filename, FOPEN_RT); in buffer_line()
|
| D | read.c | 5068 if (0 != (try = fopen (path, FOPEN_RT))) in s_include()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-cmds.c | 442 stream = fopen (file, FOPEN_RT); in source_command()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | aix.em | 535 e = fopen (entry->filename, FOPEN_RT); 929 f = fopen (filename, FOPEN_RT);
|
| D | elf32.em | 843 FILE *f = fopen (filename, FOPEN_RT);
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | resrc.c | 311 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);; in open_input_stream() 323 cpp_pipe = popen (cmd, FOPEN_RT); in open_input_stream()
|
| D | objcopy.c | 647 f = fopen (filename, FOPEN_RT); in add_specific_symbols()
|
| D | dlltool.c | 861 FILE *f = fopen (name, FOPEN_RT); in process_def_file()
|