Home
last modified time | relevance | path

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

12345678910>>...182

/toolchain/binutils/binutils-2.25/bfd/
Dpei-x86_64.c141 pex64_xdata_print_uwd_codes (FILE *file, bfd *abfd, in pex64_xdata_print_uwd_codes() argument
168 fprintf (file, "\tv2 epilog (length: %02x) at pc+:", in pex64_xdata_print_uwd_codes()
171 fprintf (file, " 0x%x", func_size - ui->rawUnwindCodes[0]); in pex64_xdata_print_uwd_codes()
182 fprintf (file, " [pad]"); in pex64_xdata_print_uwd_codes()
184 fprintf (file, " 0x%x", func_size - off); in pex64_xdata_print_uwd_codes()
186 fputc ('\n', file); in pex64_xdata_print_uwd_codes()
195 fprintf (file, "\t pc+0x%02x: ", (unsigned int) dta[0]); in pex64_xdata_print_uwd_codes()
199 fprintf (file, "push %s", pex_regs[info]); in pex64_xdata_print_uwd_codes()
212 fprintf (file, "alloc large area: rsp = rsp - 0x%x", tmp); in pex64_xdata_print_uwd_codes()
215 fprintf (file, "alloc small area: rsp = rsp - 0x%x", (info + 1) * 8); in pex64_xdata_print_uwd_codes()
[all …]
Dvms-alpha.c4512 const char **file, const char **func, in module_find_nearest_line() argument
4556 *file = module->file_table[srecinfo->sfile].name; in module_find_nearest_line()
4561 *file = module->name; in module_find_nearest_line()
4582 const char **file, in _bfd_vms_find_nearest_line() argument
4592 *file = NULL; in _bfd_vms_find_nearest_line()
4612 return module_find_nearest_line (abfd, module, addr, file, func, line); in _bfd_vms_find_nearest_line()
5536 evax_bfd_print_emh (FILE *file, unsigned char *rec, unsigned int rec_len) in evax_bfd_print_emh() argument
5543 fprintf (file, _(" EMH %u (len=%u): "), subtype, rec_len); in evax_bfd_print_emh()
5552 fprintf (file, _("Module header\n")); in evax_bfd_print_emh()
5553 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); in evax_bfd_print_emh()
[all …]
DpeXXigen.c1253 FILE *file = (FILE *) vfile; in pe_print_idata() local
1298 fprintf (file, in pe_print_idata()
1304 fprintf (file, in pe_print_idata()
1311 fprintf (file, _("\nThere is an import table in %s at 0x%lx\n"), in pe_print_idata()
1352 fprintf (file, in pe_print_idata()
1355 fprintf (file, in pe_print_idata()
1363 fprintf (file, in pe_print_idata()
1368 fprintf (file, in pe_print_idata()
1371 fprintf (file, in pe_print_idata()
1399 fprintf (file, " %08lx\t", (unsigned long) (i + adj)); in pe_print_idata()
[all …]
Dconfigure.com2 $! This file configures the bfd library for use with openVMS.
179 WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
192 ! Copy file, changing lines with macros (@@)
208 file := CREATE_BUFFER("file", GET_INFO(COMMAND_LINE, "file_name"));
209 rang := CREATE_RANGE(BEGINNING_OF(file), END_OF(file));
237 WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
291 /* Define if you have the <fcntl.h> header file. */
293 /* Define if you have the <stddef.h> header file. */
295 /* Define if you have the <stdlib.h> header file. */
297 /* Define if you have the <string.h> header file. */
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dmessages.c64 identify (char *file) in identify() argument
72 if (!file) in identify()
75 as_where (&file, &x); in identify()
78 if (file) in identify()
79 fprintf (stderr, "%s: ", file); in identify()
108 char *file; in as_show_where() local
111 as_where (&file, &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, 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
299 char *file; in listing_newline() local
329 as_where (&file, &line); in listing_newline()
333 && !(last_file && file && filename_cmp (file, last_file))) in listing_newline()
349 if (strcmp (file, _("{standard input}")) == 0 in listing_newline()
403 last_file = file; in listing_newline()
416 new_i->file = file_info (file); in listing_newline()
476 buffer_line (file_info_type *file, char *line, unsigned int size) in buffer_line() argument
483 if (file->at_end) in buffer_line()
487 if (!last_open_file_info || file != last_open_file_info) in buffer_line()
[all …]
Dsymbols.c975 char *file; in report_op_error() local
1011 if (expr_symbol_where (symp, &file, &line)) in report_op_error()
1014 as_bad_where (file, line, in report_op_error()
1018 as_bad_where (file, line, in report_op_error()
1382 char *file; in resolve_symbol_value() local
1385 if (expr_symbol_where (symp, &file, &line)) in resolve_symbol_value()
1386 as_bad_where (file, line, _("division by zero")); in resolve_symbol_value()
2225 char * file; in S_SET_EXTERNAL() local
2229 as_where (& file, & line); in S_SET_EXTERNAL()
2230 as_warn_where (file, line, in S_SET_EXTERNAL()
[all …]
Dstabs.c491 char *file; in stabs_generate_asm_file() local
494 as_where (&file, &lineno); in stabs_generate_asm_file()
506 generate_asm_file (N_SO, file); in stabs_generate_asm_file()
513 generate_asm_file (int type, char *file) in generate_asm_file() argument
520 char *tmp = file; in generate_asm_file()
521 char *file_endp = file + strlen (file); in generate_asm_file()
525 && filename_cmp (last_file, file) == 0) in generate_asm_file()
540 bufp = buf = (char *) xmalloc (2 * strlen (file) + strlen (sym) + 12); in generate_asm_file()
569 last_file = xstrdup (file); in generate_asm_file()
584 char *file; in stabs_generate_asm_lineno() local
[all …]
/toolchain/binutils/binutils-2.25/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.25/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 …]
Dconfig.in49 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
53 /* Define to 1 if you have the <dlfcn.h> header file. */
56 /* Define to 1 if you have the <elf-hints.h> header file. */
59 /* Define to 1 if you have the <fcntl.h> header file. */
68 /* Define to 1 if you have the <inttypes.h> header file. */
71 /* Define if your <locale.h> file defines LC_MESSAGES. */
74 /* Define to 1 if you have the <limits.h> header file. */
77 /* Define to 1 if you have the <locale.h> header file. */
83 /* Define to 1 if you have the <memory.h> header file. */
89 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
[all …]
/toolchain/binutils/binutils-2.25/
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.25/binutils/
Dsize.c71 static void print_sizes (bfd * file);
345 display_archive (bfd *file) in display_archive() argument
354 arfile = bfd_openr_next_archived_file (file, arfile); in display_archive()
359 bfd_nonfatal (bfd_get_filename (file)); in display_archive()
379 bfd *file; in display_file() local
387 file = bfd_openr (filename, target); in display_file()
388 if (file == NULL) in display_file()
395 if (bfd_check_format (file, bfd_archive)) in display_file()
396 display_archive (file); in display_file()
398 display_bfd (file); in display_file()
[all …]
Delfedit.c60 update_elf_header (const char *file_name, FILE *file) in update_elf_header() argument
146 status = fwrite (&ehdr32, sizeof (ehdr32), 1, file) == 1; in update_elf_header()
155 status = fwrite (&ehdr64, sizeof (ehdr64), 1, file) == 1; in update_elf_header()
167 get_file_header (FILE * file) in get_file_header() argument
170 if (fread (elf_header.e_ident, EI_NIDENT, 1, file) != 1) in get_file_header()
199 1, file) != 1) in get_file_header()
232 1, file) != 1) in get_file_header()
260 process_object (const char *file_name, FILE *file) in process_object() argument
263 long offset = ftell (file); in process_object()
265 if (! get_file_header (file)) in process_object()
[all …]
Ddllwrap.c474 usage (FILE *file, int status) in usage() argument
476 fprintf (file, _("Usage %s <option(s)> <object-file(s)>\n"), prog_name); in usage()
477 fprintf (file, _(" Generic options:\n")); in usage()
478 fprintf (file, _(" @<file> Read options from <file>\n")); in usage()
479 fprintf (file, _(" --quiet, -q Work quietly\n")); in usage()
480 fprintf (file, _(" --verbose, -v Verbose\n")); in usage()
481 fprintf (file, _(" --version Print dllwrap version\n")); in usage()
482 fprintf (file, _(" --implib <outname> Synonym for --output-lib\n")); in usage()
483 fprintf (file, _(" Options for %s:\n"), prog_name); in usage()
484 fprintf (file, _(" --driver-name <driver> Defaults to \"gcc\"\n")); in usage()
[all …]
/toolchain/binutils/binutils-2.25/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.25/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 …]
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dplugin_test.c77 enum ld_plugin_status claim_file_hook(const struct ld_plugin_input_file *file,
250 claim_file_hook (const struct ld_plugin_input_file* file, int* claimed) in claim_file_hook() argument
271 file->name, (long)file->offset, (long)file->filesize); in claim_file_hook()
274 if (file->offset == 0) in claim_file_hook()
275 snprintf(syms_name, sizeof(syms_name), "%s.syms", file->name); in claim_file_hook()
278 file->name, (int)file->offset); in claim_file_hook()
289 irfile = fdopen(file->fd, "r"); in claim_file_hook()
290 (void)fseek(irfile, file->offset, SEEK_SET); in claim_file_hook()
291 end_offset = file->offset + file->filesize; in claim_file_hook()
383 claimed_file->name = file->name; in claim_file_hook()
[all …]
/toolchain/binutils/binutils-2.25/gprof/po/
Dit.po3 # This file is distributed under the same license as the binutils package.
41 msgid "%s: %s: unexpected end of file\n"
42 msgstr "%s: %s: fine del file inattesa\n"
89 msgid "%9ld Executable lines in this file\n"
90 msgstr "%9ld Righe eseguibili in questo file\n"
99 msgid "%9.2f Percent of the file executed\n"
100 msgstr "%9.2f Percentuale eseguita del file\n"
239 msgid "%s: unable to parse mapping file %s.\n"
240 msgstr "%s: impossibile analizzare il file di mappatura %s.\n"
274 msgid "%s: file `%s' has no symbols\n"
[all …]
Did.po3 # This file is distributed under the same license as the binutils package.
40 msgid "%s: %s: unexpected end of file\n"
41 msgstr "%s: %s: akhir file tidak diharapkan\n"
88 msgid "%9ld Executable lines in this file\n"
89 msgstr "%9ld baris eksekutabel dalam file ini\n"
98 msgid "%9.2f Percent of the file executed\n"
99 msgstr "%9.2f Persen file dieksekusi\n"
238 msgid "%s: unable to parse mapping file %s.\n"
239 msgstr "%s: tidak dapat memparsing file mapping %s.\n"
273 msgid "%s: file `%s' has no symbols\n"
[all …]
/toolchain/binutils/binutils-2.25/bfd/doc/
Dbfdint.texi15 This file documents the internals of the BFD library.
73 * BFD view:: The BFD view of a file
86 particular object file format. Many of these generic functions are
87 actually defined as macros in @file{bfd.h}. These functions comprise
92 of function pointers specific to a particular object file format. The
100 specific to a particular object file format, are not generic functions,
102 by the linker and the assembler when a particular object file format
104 These functions are typically declared in @file{bfd.h}, but in many
106 particular object file format. These functions live in a grey area, and
111 allocation, error handling, file access, hash tables, swapping, and the
[all …]
/toolchain/binutils/binutils-2.25/gprof/
Dsym_ids.c131 sym->file = source_file_lookup_name (spec); in parse_spec()
133 if (!sym->file) in parse_spec()
134 sym->file = &non_existent_file; in parse_spec()
152 sym->file = source_file_lookup_name (spec); in parse_spec()
154 if (!sym->file) in parse_spec()
155 sym->file = &non_existent_file; in parse_spec()
191 printf ("%s:", id->left.sym.file ? id->left.sym.file->name : "*"); in parse_id()
203 id->right.sym.file ? id->right.sym.file->name : "*"); in parse_id()
224 if (pattern->file && pattern->file != sym->file) in match()
342 left->file ? left->file->name : "*", in sym_id_parse()
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Dat-file.texi1 @c This file is designed to be included in manuals that use
4 @item @@@var{file}
5 Read command-line options from @var{file}. The options read are
6 inserted in place of the original @@@var{file} option. If @var{file}
10 Options in @var{file} are separated by whitespace. A whitespace
14 with a backslash. The @var{file} may itself contain additional
15 @@@var{file} options; any such options will be processed recursively.

12345678910>>...182