/toolchain/binutils/binutils-2.25/libiberty/ |
D | cplus-dem.c | 2639 string *declp, const char *scan) in iterate_demangle_function() argument 2646 if (*(scan + 2) == '\0') in iterate_demangle_function() 2652 || strstr (scan + 2, "__") == NULL) in iterate_demangle_function() 2653 return demangle_function_name (work, mangled, declp, scan); in iterate_demangle_function() 2668 while (scan[2]) in iterate_demangle_function() 2670 if (demangle_function_name (work, mangled, declp, scan)) in iterate_demangle_function() 2684 scan += 2; in iterate_demangle_function() 2687 while (*scan && (scan[0] != '_' || scan[1] != '_')) in iterate_demangle_function() 2688 scan++; in iterate_demangle_function() 2691 while (*scan && *scan == '_') in iterate_demangle_function() [all …]
|
D | argv.c | 103 register char **scan; in freeargv() local 107 for (scan = vector; *scan != NULL; scan++) in freeargv() 109 free (*scan); in freeargv()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
D | splet.s | 59 scan %l1, 0xffffffff, %l3 61 ! test scan: find first 1 63 scan %l1, 0, %l3 65 ! test scan: find first bit != bit-0 67 scan %l1, %l1, %l3
|
D | splet.d | 44 68: a7 64 7f ff scan %l1, -1, %l3 45 6c: a7 64 60 00 scan %l1, 0, %l3 46 70: a7 64 40 11 scan %l1, %l1, %l3
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-aarch64.c | 78 scan (const struct bfd_arch_info *info, const char *string) in scan() function 105 "aarch64", PRINT, 4, DEFAULT, compatible, scan, \
|
D | cpu-arm.c | 100 scan (const struct bfd_arch_info *info, const char *string) in scan() function 127 scan, bfd_arch_default_fill, next }
|
D | archures.c | 759 if (ap->scan (ap, string)) in bfd_scan_arch()
|
D | archive.c | 478 int scan; in _bfd_generic_read_ar_hdr_mag() local 497 scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size); in _bfd_generic_read_ar_hdr_mag() 499 if (scan != 1) in _bfd_generic_read_ar_hdr_mag()
|
D | ChangeLog | 40 (elfNN_aarch64_size_stubs): Add scan for 843419. 565 New. Decode and scan functions for erratum 835769. 1186 checkfn. Rewrite using a straight-forward scan over archive map. 1194 scan symbols, simply add archive element whenever h is undefined. 1199 scan symbols, simply add based on h. Use ecoff_link_add_object_symbols. 2280 * peXXigen.c (rsrc_process_section): Add code to scan input
|
D | elf.c | 1900 unsigned int scan; in bfd_section_from_shdr() local 1904 for (scan = 1; scan < num_sec; scan++) in bfd_section_from_shdr() 1906 if (elf_elfsections (abfd)[scan]->sh_type == SHT_SYMTAB in bfd_section_from_shdr() 1907 || elf_elfsections (abfd)[scan]->sh_type == SHT_DYNSYM) in bfd_section_from_shdr() 1914 found = scan; in bfd_section_from_shdr()
|
D | ChangeLog-2010 | 3114 apuinfo sections, only scan input sections once and reuse the 3207 second pass toc scan. 3417 * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for 3420 (arch_info_struct): Use the new scan function.
|
D | ChangeLog-9697 | 659 cases. Each implements their own scan function. 720 * cpu-arc.c (arc_get_mach): Properly scan defined mach entries. 741 (scan): Use strcasecmp. 780 * cpu-v850.c (scan): New function. 1346 * cpu-arm.c: Add prototypes for compatible and scan. 2010 (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding 5430 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
|
/toolchain/binutils/binutils-2.25/gold/ |
D | target-reloc.h | 61 Scan scan; in scan_relocs() local 101 scan.local(symtab, layout, target, object, data_shndx, in scan_relocs() 111 scan.global(symtab, layout, target, object, data_shndx, in scan_relocs() 554 Scan_relocatable_reloc scan; in scan_relocatable_relocs() local 574 strategy = scan.global_strategy(r_type, object, r_sym); in scan_relocatable_relocs() 593 strategy = scan.local_non_section_strategy(r_type, object, in scan_relocatable_relocs() 597 strategy = scan.local_section_strategy(r_type, object); in scan_relocatable_relocs()
|
D | gc.h | 187 Scan scan; in gc_process_relocs() local 273 && scan.local_reloc_may_be_function_pointer(symtab, NULL, NULL, in gc_process_relocs() 307 || scan.global_reloc_may_be_function_pointer( in gc_process_relocs()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | stabs.c | 3794 const char *scan; in stab_demangle_prefix() local 3801 scan = *pp + physname_len; in stab_demangle_prefix() 3805 scan = *pp; in stab_demangle_prefix() 3807 scan = strchr (scan, '_'); in stab_demangle_prefix() 3808 while (scan != NULL && *++scan != '_'); in stab_demangle_prefix() 3810 if (scan == NULL) in stab_demangle_prefix() 3816 --scan; in stab_demangle_prefix() 3819 i = strspn (scan, "_"); in stab_demangle_prefix() 3821 scan += i - 2; in stab_demangle_prefix() 3824 if (scan == *pp in stab_demangle_prefix() [all …]
|
D | ChangeLog-2012 | 681 headers do not scan for section groups.
|
D | NEWS | 143 revealed by static analysis donated by Coverity, Inc. (http://scan.coverity.com).
|
/toolchain/binutils/binutils-2.25/gas/ |
D | macro.c | 1073 size_t scan; in macro_expand() local 1076 scan = idx; in macro_expand() 1077 while (scan < in->len in macro_expand() 1078 && !ISSEP (in->ptr[scan]) in macro_expand() 1079 && !(macro_mri && in->ptr[scan] == '\'') in macro_expand() 1080 && (!macro_alternate && in->ptr[scan] != '=')) in macro_expand() 1081 scan++; in macro_expand() 1082 if (scan < in->len && !macro_alternate && in->ptr[scan] == '=') in macro_expand()
|
D | read.c | 4612 unsigned int scan; in parse_mri_cons() local 4627 for (scan = 0; scan < nbytes; scan++) in parse_mri_cons() 4642 while (scan < nbytes) in parse_mri_cons() 4645 scan++; in parse_mri_cons()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | xstormy16.opc | 122 /* Literal scan be either a normal literal, a @hi() or @lo relocation. */
|
D | frv.opc | 303 /* SCAN */ UNIT_I0, /* scan only in I0 unit. */ 338 /* SCAN */ UNIT_I0, /* scan only in I0 unit. */ 370 /* SCAN */ UNIT_I01, /* scan in I0 or I1 unit. */ 402 /* SCAN */ UNIT_IALL, /* scan in any integer unit. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/ |
D | allinsn.s | 66 .global scan symbol 67 scan: label 68 scan sp,sp,sp
|
D | allinsn.d | 54 0000003c <scan>: 55 3c: 82 2c 10 01 scan sp,sp,sp
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-ibld.in | 269 /* ??? It would be better to scan the format's fields.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2012 | 973 * pe-dll.c (auto_export): Use bsearch to speed up scan of exports
|