Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 235) sorted by relevance

12345678910

/toolchain/binutils/binutils-2.27/binutils/
Dmakefile.vms49 STRINGSOBJS = $(ADDL_DEPS),strings.obj
59 all: config.h size.exe strings.exe objdump.exe nm.exe addr2line.exe
64 strings.exe: $(STRINGSOBJS)
65 link/exe=$@ strings.obj,$(ADDL_LIBS)
Drddbg.c127 bfd_byte *stabs, *strings; in read_section_stabs_debugging_info() local
142 strings = (bfd_byte *) xmalloc (strsize + 1); in read_section_stabs_debugging_info()
143 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize)) in read_section_stabs_debugging_info()
151 strings [strsize] = 0; in read_section_stabs_debugging_info()
200 s = (char *) strings + stroff + strx; in read_section_stabs_debugging_info()
224 s = concat (s, (char *) strings + strx, in read_section_stabs_debugging_info()
Dconfigure.com108 $ ALL_FILES="nm,strings,addr2line,size,objdump,prdbg" +-
130 $ write sys$output "Building strings.exe"
131 $ STRINGS_OBJS="strings.obj" + BULIBS_FILES + BFDLIB + LIBIBERTY
D.gitignore17 /strings
55 /doc/strings.1
Drclex.c68 static struct alloc_string *strings; variable
254 as->next = strings; in get_string()
255 strings = as; in get_string()
585 as = strings; in rcparse_discard_strings()
596 strings = NULL; in rcparse_discard_strings()
Dod-xcoff.c393 char *strings; member
659 data->strings = xmalloc (data->strings_size); in xcoff32_read_symbols()
661 memcpy (data->strings, stsz_arr, sizeof (stsz_arr)); in xcoff32_read_symbols()
662 if (bfd_bread (data->strings + sizeof (stsz_arr), remsz, abfd) in xcoff32_read_symbols()
709 s->sym.name = data->strings + soff; in xcoff32_read_symbols()
732 free (data->strings); in xcoff32_read_symbols()
733 data->strings = NULL; in xcoff32_read_symbols()
891 if (data->strings != NULL && off < data->strings_size) in dump_xcoff32_symbols()
892 printf (" %s", data->strings + off); in dump_xcoff32_symbols()
1576 data.strings = NULL; in dump_xcoff32()
[all …]
DChangeLog-200866 * strings.c (main): New variable `s'. Have string_min parsing
67 call fatal for invalid input strings.
194 * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings
270 * strings.c: Likewise.
389 * dwarf.c (debug_displays): Add .zdebug_* strings.
484 * doc/binutils.texi (strings): Add "unicode" to the documentation
485 of strings in order to make explicit that it supports this
501 * strings.c: Likewise.
698 * strings.c (integer_arg): Delete function.
717 * strings.c (main): Set string_min to 4 if it is <= 0.
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Dstabs.c193 sinfo->strings = _bfd_stringtab_init (); in _bfd_link_section_stabs()
194 if (sinfo->strings == NULL) in _bfd_link_section_stabs()
197 (void) _bfd_stringtab_add (sinfo->strings, "", TRUE, TRUE); in _bfd_link_section_stabs()
284 *pstridx = _bfd_stringtab_add (sinfo->strings, string, TRUE, TRUE); in _bfd_link_section_stabs()
464 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings); in _bfd_link_section_stabs()
709 bfd_put_32 (output_bfd, _bfd_stringtab_size (sinfo->strings), in _bfd_write_section_stabs()
737 + _bfd_stringtab_size (sinfo->strings)) in _bfd_write_stab_strings()
746 if (! _bfd_stringtab_emit (output_bfd, sinfo->strings)) in _bfd_write_stab_strings()
750 _bfd_stringtab_free (sinfo->strings); in _bfd_write_stab_strings()
Dhp300hpux.c530 char *strings; in MY() local
541 strings = (char *) bfd_alloc (abfd, amt); in MY()
542 if (!strings) in MY()
544 syms = (struct external_nlist *) (strings + SYM_EXTRA_BYTES); in MY()
607 cache_ptr->symbol.name = strings; in MY()
608 memcpy (strings, sym_pointer + 1, length); in MY()
609 strings[length] = '\0'; in MY()
610 strings += length + 1; in MY()
Dmerge.c72 bfd_boolean strings; member
149 if (table->strings) in sec_merge_hash_lookup()
235 sec_merge_init (unsigned int entsize, bfd_boolean strings) in sec_merge_init() argument
254 table->strings = strings; in sec_merge_init()
759 if (sinfo->htab->strings) in _bfd_merge_sections()
870 if (secinfo->htab->strings) in _bfd_merged_section_offset()
904 if (! secinfo->htab->strings) in _bfd_merged_section_offset()
Dversados.c70 char *strings; /* Strings of all the above. */ member
230 char *n = VDATA (abfd)->strings; in new_symbol_string()
232 strcpy (VDATA (abfd)->strings, name); in new_symbol_string()
233 VDATA (abfd)->strings += strlen (VDATA (abfd)->strings) + 1; in new_symbol_string()
562 VDATA (abfd)->strings = bfd_alloc (abfd, amt); in versados_scan()
565 || (VDATA (abfd)->strings == NULL && VDATA (abfd)->stringlen > 0)) in versados_scan()
Dcoffgen.c72 const char *strings; in make_a_section_from_file() local
84 strings = _bfd_coff_read_string_table (abfd); in make_a_section_from_file()
85 if (strings == NULL) in make_a_section_from_file()
89 strings += strindex; in make_a_section_from_file()
91 (bfd_size_type) strlen (strings) + 1 + 1); in make_a_section_from_file()
94 strcpy (name, strings); in make_a_section_from_file()
464 const char *strings; in _bfd_coff_internal_syment_name() local
467 strings = obj_coff_strings (abfd); in _bfd_coff_internal_syment_name()
468 if (strings == NULL) in _bfd_coff_internal_syment_name()
470 strings = _bfd_coff_read_string_table (abfd); in _bfd_coff_internal_syment_name()
[all …]
Daoutx.h1343 char *strings; in aout_get_external_symbols() local
1356 strings = (char *) obj_aout_string_window (abfd).data; in aout_get_external_symbols()
1358 strings = (char *) bfd_malloc (stringsize + 1); in aout_get_external_symbols()
1359 if (strings == NULL) in aout_get_external_symbols()
1365 if (bfd_bread (strings + BYTES_IN_WORD, amt, abfd) != amt) in aout_get_external_symbols()
1367 free (strings); in aout_get_external_symbols()
1373 strings[0] = '\0'; in aout_get_external_symbols()
1375 strings[stringsize - 1] = 0; in aout_get_external_symbols()
1377 obj_aout_external_strings (abfd) = strings; in aout_get_external_symbols()
2957 char *strings; in aout_link_add_symbols() local
[all …]
Dpdp11.c1227 char *strings; in aout_get_external_symbols() local
1240 strings = (char *) obj_aout_string_window (abfd).data; in aout_get_external_symbols()
1242 strings = bfd_malloc (stringsize + 1); in aout_get_external_symbols()
1243 if (strings == NULL) in aout_get_external_symbols()
1248 if (bfd_bread (strings + 4, stringsize - 4, abfd) != stringsize - 4) in aout_get_external_symbols()
1250 free (strings); in aout_get_external_symbols()
1255 strings[0] = '\0'; in aout_get_external_symbols()
1257 strings[stringsize - 1] = 0; in aout_get_external_symbols()
1259 obj_aout_external_strings (abfd) = strings; in aout_get_external_symbols()
2558 char *strings; in aout_link_check_ar_symbols() local
[all …]
/toolchain/binutils/binutils-2.27/binutils/doc/
DMakefile.am45 strings.1 \
131 strings.1: $(binutils_TEXI) $(binutils_TEXINFOS)
133 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
134 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
136 rm -f strings.pod
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dip2k.sc115 .strings __strings_begin :
117 * (strings);
120 __strings_end = __strings_begin + SIZEOF (.strings);
/toolchain/binutils/binutils-2.27/etc/
DChangeLog324 * subst-strings: Remove a lot of unused code
371 * Install.in, subst-strings: add case for DG Aviion
372 * subst-strings: fix typo in INSTALLdir var setting
374 * Install.in, subst-strings: add case for solaris2.5
444 * subst-strings: change du commands to $BINDIR/. & $SRCDIR/. just
471 * subst-strings (mips-sgi-irix5): New entry in table.
592 * subst-strings: output TEXBUNDLE for more install notes matching
597 * subst-strings: match solaris*. Also, add default case to catch
611 * subst-strings: changed HOST to recognize Solaris for install notes
630 * subst-strings: added data for OS_STRING
[all …]
/toolchain/binutils/binutils-2.27/binutils/testsuite/lib/
Dutils-lib.exp297 set opts(strings) {}
369 strings { set program strings }
/toolchain/binutils/binutils-2.27/zlib/doc/
Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
21 Duplicated strings are found using a hash table. All input strings of
24 strings in the chain are compared with the current input string, and
27 The hash chains are searched starting with the most recent strings, to
52 modes (level parameter 1 to 3). For these fast modes, new strings
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
Dstrings.d2 #name: strings
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
Dreloc.ld8 *(.strings)
Drelocseg.ld8 *(.strings)
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
Dquotes.s1 ;; test the parsing of strings and character constants
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
Dstring.d2 #name : .strings tests
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Dstring-2.s1 ; Test that strings are evaluated as in the manual (slightly modified).

12345678910