Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 4627) sorted by relevance

12345678910>>...186

/toolchain/binutils/binutils-2.27/bfd/
Dpei-x86_64.c142 pex64_xdata_print_uwd_codes (FILE *file, bfd *abfd, in pex64_xdata_print_uwd_codes() argument
169 fprintf (file, "\tv2 epilog (length: %02x) at pc+:", in pex64_xdata_print_uwd_codes()
172 fprintf (file, " 0x%x", func_size - ui->rawUnwindCodes[0]); in pex64_xdata_print_uwd_codes()
183 fprintf (file, " [pad]"); in pex64_xdata_print_uwd_codes()
185 fprintf (file, " 0x%x", func_size - off); in pex64_xdata_print_uwd_codes()
187 fputc ('\n', file); in pex64_xdata_print_uwd_codes()
196 fprintf (file, "\t pc+0x%02x: ", (unsigned int) dta[0]); in pex64_xdata_print_uwd_codes()
200 fprintf (file, "push %s", pex_regs[info]); in pex64_xdata_print_uwd_codes()
213 fprintf (file, "alloc large area: rsp = rsp - 0x%x", tmp); in pex64_xdata_print_uwd_codes()
216 fprintf (file, "alloc small area: rsp = rsp - 0x%x", (info + 1) * 8); in pex64_xdata_print_uwd_codes()
[all …]
Dvms-alpha.c4537 const char **file, const char **func, in module_find_nearest_line() argument
4581 *file = module->file_table[srecinfo->sfile].name; in module_find_nearest_line()
4586 *file = module->name; in module_find_nearest_line()
4607 const char **file, in _bfd_vms_find_nearest_line() argument
4617 *file = NULL; in _bfd_vms_find_nearest_line()
4637 return module_find_nearest_line (abfd, module, addr, file, func, line); in _bfd_vms_find_nearest_line()
5561 evax_bfd_print_emh (FILE *file, unsigned char *rec, unsigned int rec_len) in evax_bfd_print_emh() argument
5568 fprintf (file, _(" EMH %u (len=%u): "), subtype, rec_len); in evax_bfd_print_emh()
5577 fprintf (file, _("Module header\n")); in evax_bfd_print_emh()
5578 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); in evax_bfd_print_emh()
[all …]
DpeXXigen.c1272 FILE *file = (FILE *) vfile; in pe_print_idata() local
1317 fprintf (file, in pe_print_idata()
1323 fprintf (file, in pe_print_idata()
1330 fprintf (file, _("\nThere is an import table in %s at 0x%lx\n"), in pe_print_idata()
1371 fprintf (file, in pe_print_idata()
1374 fprintf (file, in pe_print_idata()
1382 fprintf (file, in pe_print_idata()
1387 fprintf (file, in pe_print_idata()
1390 fprintf (file, in pe_print_idata()
1418 fprintf (file, " %08lx\t", (unsigned long) (i + adj)); in pe_print_idata()
[all …]
/toolchain/binutils/binutils-2.27/gas/
Dmessages.c64 identify (const char *file) in identify() argument
72 if (!file) in identify()
75 file = as_where (&x); in identify()
78 if (file) in identify()
79 fprintf (stderr, "%s: ", file); in identify()
108 const char *file; in as_show_where() local
111 file = as_where (&line); in as_show_where()
112 identify (file); in as_show_where()
113 if (file) in as_show_where()
116 fprintf (stderr, "%s:%u: ", file, line); in as_show_where()
[all …]
Ddepend.c29 char * file; member
66 if (!filename_cmp (filename, dep->file)) in register_dependency()
71 dep->file = xstrdup (filename); in register_dependency()
83 quote_string_for_make (FILE *file, const char *src) in quote_string_for_make() argument
108 if (file) in quote_string_for_make()
109 putc ('\\', file); in quote_string_for_make()
115 if (file) in quote_string_for_make()
116 putc ('\\', file); in quote_string_for_make()
121 if (file) in quote_string_for_make()
122 putc (c, file); in quote_string_for_make()
[all …]
Dlisting.c161 file_info_type *file; member
297 const char *file; in listing_newline() local
327 file = as_where (&line); in listing_newline()
331 && !(last_file && file && filename_cmp (file, last_file))) in listing_newline()
347 if (strcmp (file, _("{standard input}")) == 0 in listing_newline()
398 last_file = file; in listing_newline()
411 new_i->file = file_info (file); in listing_newline()
471 buffer_line (file_info_type *file, char *line, unsigned int size) in buffer_line() argument
478 if (file->at_end) in buffer_line()
482 if (!last_open_file_info || file != last_open_file_info) in buffer_line()
[all …]
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
Dunzip.h198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file,
216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
229 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
235 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
242 extern int ZEXPORT unzLocateFile OF((unzFile file,
265 unzFile file,
269 unzFile file,
279 unzFile file,
[all …]
Dunzip.c808 extern int ZEXPORT unzClose (unzFile file) in unzClose() argument
811 if (file==NULL) in unzClose()
813 s=(unz64_s*)file; in unzClose()
816 unzCloseCurrentFile(file); in unzClose()
828 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info) in unzGetGlobalInfo64() argument
831 if (file==NULL) in unzGetGlobalInfo64()
833 s=(unz64_s*)file; in unzGetGlobalInfo64()
838 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32) in unzGetGlobalInfo() argument
841 if (file==NULL) in unzGetGlobalInfo()
843 s=(unz64_s*)file; in unzGetGlobalInfo()
[all …]
/toolchain/binutils/binutils-2.27/zlib/
Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
40 # define SET_BINARY_MODE(file) argument
50 # define fileno(file) file->__file argument
149 void file_compress OF((char *file, char *mode));
150 void file_uncompress OF((char *file));
262 void file_compress(file, mode) in file_compress() argument
263 char *file; in file_compress()
270 if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) {
275 strcpy(outfile, file);
278 in = fopen(file, "rb");
[all …]
Dgzlib.c314 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
315 gzFile file; in gzbuffer()
321 if (file == NULL)
323 state = (gz_statep)file;
339 int ZEXPORT gzrewind(file) in gzrewind() argument
340 gzFile file; in gzrewind()
345 if (file == NULL)
347 state = (gz_statep)file;
362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
363 gzFile file; in gzseek64()
[all …]
Dgzwrite.c165 int ZEXPORT gzwrite(file, buf, len) in gzwrite() argument
166 gzFile file; in gzwrite()
175 if (file == NULL)
177 state = (gz_statep)file;
245 int ZEXPORT gzputc(file, c) in gzputc() argument
246 gzFile file; in gzputc()
255 if (file == NULL)
257 state = (gz_statep)file;
287 if (gzwrite(file, buf, 1) != 1)
293 int ZEXPORT gzputs(file, str) in gzputs() argument
[all …]
Dgzread.c288 int ZEXPORT gzread(file, buf, len) in gzread() argument
289 gzFile file; in gzread()
298 if (file == NULL)
300 state = (gz_statep)file;
387 int ZEXPORT gzgetc(file) in gzgetc() argument
388 gzFile file; in gzgetc()
395 if (file == NULL)
397 state = (gz_statep)file;
412 ret = gzread(file, buf, 1);
416 int ZEXPORT gzgetc_(file) in gzgetc_() argument
[all …]
/toolchain/binutils/binutils-2.27/zlib/test/
Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
40 # define SET_BINARY_MODE(file) argument
54 # define fileno(file) file->__file argument
171 FILE *file; member
222 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
224 if (gz->file == NULL) {
253 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
278 got = fread(in, 1, 1, gz->file);
313 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
319 fclose(gz->file);
[all …]
/toolchain/binutils/binutils-2.27/ld/
Dconfigure.host1 # This is the linker host specific file. This is invoked by the
3 # file lets us skip running autoconf when modifying host specific
8 # This file is free software; you can redistribute it and/or modify
19 # along with this program; see the file COPYING3. If not see
23 # This file sets the following shell variables:
25 # HOSTING_CRT0 crt0.o file used for bootstrapping
30file-name\`; fi; if [ -f ../gcc/libgcc_eh.a ]; then libgcc="$$libgcc ../gcc/libgcc_eh.a"; else lib…
39 …nt-prog-name=ld-elf.so.2` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC}…
40file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else…
44 …nt-prog-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC}…
[all …]
Dldint.texinfo13 This file documents the internals of the GNU linker ld.
73 This file documents the internals of the GNU linker @code{ld}. It is a
91 @chapter The @file{README} File
93 Check the @file{README} file; it often has useful information that does not
104 @file{genscripts.sh}.
106 The @file{genscripts.sh} script starts by reading a file in the
107 @file{emulparams} directory. This is a shell script which sets various
108 shell variables used by @file{genscripts.sh} and the other shell scripts
111 The @file{genscripts.sh} script will invoke a shell script in the
112 @file{scripttempl} directory in order to create default linker scripts
[all …]
Dtestplug2.c30 static enum ld_plugin_status onclaim_file (const struct ld_plugin_input_file *file,
42 struct ld_plugin_input_file file; member
147 record_claim_file (const char *file, off_t filesize) in record_claim_file() argument
156 newfile->file.name = file; in record_claim_file()
157 newfile->file.filesize = filesize; in record_claim_file()
168 record_add_file (const char *file, addfile_enum_t type) in record_add_file() argument
176 newfile->name = file; in record_add_file()
510 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) in onclaim_file() argument
514 size_t len = strlen (file->name); in onclaim_file()
515 char *name = xstrdup (file->name); in onclaim_file()
[all …]
Dtestplug4.c30 static enum ld_plugin_status onclaim_file (const struct ld_plugin_input_file *file,
42 struct ld_plugin_input_file file; member
147 record_claim_file (const char *file, off_t filesize) in record_claim_file() argument
156 newfile->file.name = file; in record_claim_file()
157 newfile->file.filesize = filesize; in record_claim_file()
168 record_add_file (const char *file, addfile_enum_t type) in record_add_file() argument
176 newfile->name = file; in record_add_file()
516 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) in onclaim_file() argument
520 size_t len = strlen (file->name); in onclaim_file()
521 char *name = xstrdup (file->name); in onclaim_file()
[all …]
Dtestplug3.c30 static enum ld_plugin_status onclaim_file (const struct ld_plugin_input_file *file,
42 struct ld_plugin_input_file file; member
146 record_claim_file (const char *file, off_t filesize) in record_claim_file() argument
155 newfile->file.name = file; in record_claim_file()
156 newfile->file.filesize = filesize; in record_claim_file()
167 record_add_file (const char *file, addfile_enum_t type) in record_add_file() argument
175 newfile->name = file; in record_add_file()
489 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) in onclaim_file() argument
493 size_t len = strlen (file->name); in onclaim_file()
494 char *name = xstrdup (file->name); in onclaim_file()
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
Dfile.s2 .file "~tilde"
5 .file "hash#"
11 .file "lower"
12 .file "UPPER"
15 .file ":colon"
19 .file "/dir/file.s"
22 .file "[brackets]"
23 .file "{braces}"
26 .file "slash/data"
28 # xtensa (through --rename-section file.s=file.c)
[all …]
/toolchain/binutils/binutils-2.27/
Dcompile47 file=$1
48 case $file in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
74 file=`winepath -w "$file" || echo "$file"`
87 lib_path=$file
89 lib_path="$lib_path;$file"
91 linker_opts="$linker_opts -LIBPATH:$file"
148 set x "$@" -Fo"$file"
153 set x "$@" -Fe"$file"
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dsize.c71 static void print_sizes (bfd * file);
346 display_archive (bfd *file) in display_archive() argument
355 arfile = bfd_openr_next_archived_file (file, arfile); in display_archive()
360 bfd_nonfatal (bfd_get_filename (file)); in display_archive()
387 bfd *file; in display_file() local
395 file = bfd_openr (filename, target); in display_file()
396 if (file == NULL) in display_file()
403 if (bfd_check_format (file, bfd_archive)) in display_file()
404 display_archive (file); in display_file()
406 display_bfd (file); in display_file()
[all …]
Delfedit.c90 update_elf_header (const char *file_name, FILE *file) in update_elf_header() argument
188 status = fwrite (&ehdr32, sizeof (ehdr32), 1, file) == 1; in update_elf_header()
197 status = fwrite (&ehdr64, sizeof (ehdr64), 1, file) == 1; in update_elf_header()
209 get_file_header (FILE * file) in get_file_header() argument
212 if (fread (elf_header.e_ident, EI_NIDENT, 1, file) != 1) in get_file_header()
241 1, file) != 1) in get_file_header()
274 1, file) != 1) in get_file_header()
302 process_object (const char *file_name, FILE *file) in process_object() argument
305 long offset = ftell (file); in process_object()
307 if (! get_file_header (file)) in process_object()
[all …]
Ddllwrap.c475 usage (FILE *file, int status) in usage() argument
477 fprintf (file, _("Usage %s <option(s)> <object-file(s)>\n"), prog_name); in usage()
478 fprintf (file, _(" Generic options:\n")); in usage()
479 fprintf (file, _(" @<file> Read options from <file>\n")); in usage()
480 fprintf (file, _(" --quiet, -q Work quietly\n")); in usage()
481 fprintf (file, _(" --verbose, -v Verbose\n")); in usage()
482 fprintf (file, _(" --version Print dllwrap version\n")); in usage()
483 fprintf (file, _(" --implib <outname> Synonym for --output-lib\n")); in usage()
484 fprintf (file, _(" Options for %s:\n"), prog_name); in usage()
485 fprintf (file, _(" --driver-name <driver> Defaults to \"gcc\"\n")); in usage()
[all …]
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_file.h122 Elf_file(File* file, const Ef_ehdr& ehdr) in Elf_file() argument
123 { this->construct(file, ehdr); } in Elf_file()
127 Elf_file(File* file);
241 construct(File* file, const Ef_ehdr& ehdr);
405 Elf_file<size, big_endian, File>::construct(File* file, const Ef_ehdr& ehdr) in construct() argument
407 this->file_ = file; in construct()
413 file->error(_("bad e_ehsize (%d != %d)"), in construct()
416 file->error(_("bad e_shentsize (%d != %d)"), in construct()
424 Elf_file<size, big_endian, File>::Elf_file(File* file) in Elf_file() argument
426 typename File::View v(file->view(file_header_offset, This::ehdr_size)); in Elf_file()
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dmips16-pic-3a.s6 # For symbols called by a .call stub in this file.
9 # For symbols called by a .call.fp stub in this file.
12 # For symbols called by a .call stub in another file.
15 # For symbols called by a .call.fp stub in another file.
19 # For symbols called by a .call stub in this file.
22 # For symbols called by a .call.fp stub in this file.
25 # For symbols called by a .call stub in this file.
28 # For symbols called by a .call.fp stub in this file.
31 # For symbols called by a .call stub in another file.
34 # For symbols called by a .call.fp stub in another file.
[all …]

12345678910>>...186