Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 91) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/zlib/
Ddeflate.c1153 register Bytef *scan = s->window + s->strstart; /* current string */ local
1171 register ush scan_start = *(ushf*)scan;
1172 register ush scan_end = *(ushf*)(scan+best_len-1);
1175 register Byte scan_end1 = scan[best_len-1];
1176 register Byte scan_end = scan[best_len];
1223 Assert(scan[2] == match[2], "scan[2]?");
1224 scan++, match++;
1226 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1227 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1228 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
/toolchain/binutils/binutils-2.27/libiberty/
Dcplus-dem.c2639 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 …]
Dargv.c99 register char **scan; in freeargv() local
103 for (scan = vector; *scan != NULL; scan++) in freeargv()
105 free (*scan); in freeargv()
/toolchain/binutils/binutils-2.27/zlib/contrib/amd64/
Damd64-match.S29 #define scan r13 macro
195 lea (%limit, %window), %scan
200 mov %scan, %scanalign
226 movzwl (%scan), %scanstart
227 movzwl -1(%scan, %bestlen), %scanend
272 lea MAX_MATCH_8(%scan, %scanalign), %prev
393 sub %scan, %rax
421 movzwl -1(%scan, %rax), %scanend
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
Dsplet.s59 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
Dsplet.d44 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.27/zlib/contrib/asm686/
Dmatch.S44 #define scan 32 /* ptr to string wanting match */ macro
154 movl %edi, scan(%esp)
246 movl scan(%esp), %edi
289 movl scan(%esp), %edi
/toolchain/binutils/binutils-2.27/bfd/
Dcpu-aarch64.c78 scan (const struct bfd_arch_info *info, const char *string) in scan() function
105 "aarch64", PRINT, 4, DEFAULT, compatible, scan, \
Dcpu-arm.c101 scan (const struct bfd_arch_info *info, const char *string) in scan() function
128 scan, bfd_arch_default_fill, next }
Darchures.c793 if (ap->scan (ap, string)) in bfd_scan_arch()
Darchive.c497 int scan; in _bfd_generic_read_ar_hdr_mag() local
516 scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size); in _bfd_generic_read_ar_hdr_mag()
518 if (scan != 1) in _bfd_generic_read_ar_hdr_mag()
Delf.c2278 unsigned int scan; in bfd_section_from_shdr() local
2282 for (scan = 1; scan < num_sec; scan++) in bfd_section_from_shdr()
2284 if (elf_elfsections (abfd)[scan]->sh_type == SHT_SYMTAB in bfd_section_from_shdr()
2285 || elf_elfsections (abfd)[scan]->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
2292 found = scan; in bfd_section_from_shdr()
DChangeLog-20141125 New. Decode and scan functions for erratum 835769.
1746 checkfn. Rewrite using a straight-forward scan over archive map.
1754 scan symbols, simply add archive element whenever h is undefined.
1759 scan symbols, simply add based on h. Use ecoff_link_add_object_symbols.
2840 * peXXigen.c (rsrc_process_section): Add code to scan input
/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c3794 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 …]
/toolchain/binutils/binutils-2.27/gold/
Dtarget-reloc.h61 Scan scan; in scan_relocs() local
100 scan.local(symtab, layout, target, object, data_shndx, in scan_relocs()
110 scan.global(symtab, layout, target, object, data_shndx, in scan_relocs()
674 Scan_relocatable_reloc scan; in scan_relocatable_relocs() local
693 strategy = scan.global_strategy(r_type, object, r_sym); in scan_relocatable_relocs()
712 strategy = scan.local_non_section_strategy(r_type, object, in scan_relocatable_relocs()
716 strategy = scan.local_section_strategy(r_type, object); in scan_relocatable_relocs()
Dgc.h182 Scan scan; in gc_process_relocs() local
266 && scan.local_reloc_may_be_function_pointer(symtab, NULL, NULL, in gc_process_relocs()
302 || scan.global_reloc_may_be_function_pointer( in gc_process_relocs()
/toolchain/binutils/binutils-2.27/gas/
Dmacro.c1073 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()
Dread.c4720 unsigned int scan; in parse_mri_cons() local
4735 for (scan = 0; scan < nbytes; scan++) in parse_mri_cons()
4750 while (scan < nbytes) in parse_mri_cons()
4753 scan++; in parse_mri_cons()
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
Dgvmat64.asm78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
108 ; scan r13
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
Dmatch686.asm60 scan equ dword ptr [esp+NbStack-64] define
129 scan equ esp + 32 ; ptr to string wanting match define
/toolchain/binutils/binutils-2.27/cpu/
Dxstormy16.opc122 /* Literal scan be either a normal literal, a @hi() or @lo relocation. */
Dfrv.opc303 /* 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.27/gas/testsuite/gas/frv/
Dallinsn.s66 .global scan symbol
67 scan: label
68 scan sp,sp,sp
Dallinsn.d54 0000003c <scan>:
55 3c: 82 2c 10 01 scan sp,sp,sp
/toolchain/binutils/binutils-2.27/opcodes/
Dcgen-ibld.in276 /* ??? It would be better to scan the format's fields.

1234