/sysdeps/i386/ |
A D | stpncpy.S | 51 movb %dl, (%eax) /* and store it */ 52 testb %dl, %dl /* was it NUL? */ 56 movb %dl, 1(%eax) /* and store it */ 57 testb %dl, %dl /* was it NUL? */ 62 testb %dl, %dl /* was it NUL? */ 67 testb %dl, %dl /* was it NUL? */ 81 movb %dl, (%eax) /* and store it */ 82 testb %dl, %dl /* was it NUL? */ 90 movb %dl, (%eax) /* and store it */ 91 testb %dl, %dl /* was it NUL? */ [all …]
|
A D | stpcpy.S | 57 movb (%eax,%ecx), %dl /* load current char */ 58 movb %dl, (%eax) /* and store it */ 59 testb %dl, %dl /* was it NUL? */ 62 movb 1(%eax,%ecx), %dl /* load current char */ 63 movb %dl, 1(%eax) /* and store it */ 64 testb %dl, %dl /* was it NUL? */ 67 movb 2(%eax,%ecx), %dl /* load current char */ 68 movb %dl, 2(%eax) /* and store it */ 69 testb %dl, %dl /* was it NUL? */ 73 movb %dl, 3(%eax) /* and store it */ [all …]
|
A D | strrchr.S | 64 movb (%esi), %dl /* load byte in question (we need it twice) */ 65 cmpb %dl, %cl /* compare byte */ 68 L(11): orb %dl, %dl /* is NUL? */ 75 cmpb %dl, %cl /* compare byte */ 78 L(12): orb %dl, %dl /* is NUL? */ 85 cmpb %dl, %cl /* compare byte */ 88 L(13): orb %dl, %dl /* is NUL? */ 298 L(20): cmpb %cl, %dl /* is first byte == C? */ 301 L(24): testb %dl, %dl /* is first byte == NUL? */ 311 cmpb %cl, %dl /* is third byte == C */ [all …]
|
A D | Makefile | 22 CFLAGS-dl-load.c += -Wno-unused 23 CFLAGS-dl-reloc.c += -Wno-unused 33 sysdep-dl-routines += tlsdesc dl-tlsdesc
|
A D | strchr.S | 41 movb %dl, %dh /* now it is 0|0|c|c */ 60 cmpb %cl, %dl /* compare byte */ 69 cmpb %cl, %dl /* compare byte */ 78 cmpb %cl, %dl /* compare byte */ 260 cmpb %dl, %cl /* is first byte NUL? */ 266 cmpb %dl, %ch /* is second byte NUL? */ 273 cmpb %dl, %cl /* is third byte NUL? */
|
A D | strchrnul.S | 43 movb %dl, %dh /* now it is 0|0|c|c */ 62 cmpb %cl, %dl /* compare byte */ 71 cmpb %cl, %dl /* compare byte */ 80 cmpb %cl, %dl /* compare byte */ 250 cmpb %dl, %cl /* is first byte NUL? */ 256 cmpb %dl, %ch /* is second byte NUL? */ 263 cmpb %dl, %cl /* is third byte NUL? */
|
A D | memchr.S | 54 movb %dl, %dh /* Now it is 0|0|c|c */ 66 cmpb %dl, (%eax) /* compare byte */ 74 cmpb %dl, (%eax) /* compare byte */ 82 cmpb %dl, (%eax) /* compare byte */ 262 cmpb %dl, (%eax) /* compare byte with CHR */ 268 cmpb %dl, (%eax) /* compare byte with CHR */ 274 cmpb %dl, (%eax) /* compare byte with CHR */
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | rtld_static_init.h | 20 __rtld_static_init_arch (struct link_map *map, struct rtld_global_ro *dl) in __rtld_static_init_arch() argument 24 extern __typeof (dl->_dl_cache_line_size) _dl_cache_line_size in __rtld_static_init_arch() 26 dl->_dl_cache_line_size = _dl_cache_line_size; in __rtld_static_init_arch()
|
/sysdeps/hppa/ |
A D | Makefile | 25 sysdep-dl-routines += dl-symaddr dl-fptr 27 CFLAGS-dl-fptr.c = -Wno-error
|
/sysdeps/s390/ |
A D | Makefile | 47 tests += tst-dl-runtime-resolve-noaudit tst-dl-runtime-resolve-audit \ 48 tst-dl-runtime-profile-noaudit 51 modules-names += tst-dl-runtime-mod 52 $(objpfx)tst-dl-runtime-resolve-noaudit: $(objpfx)tst-dl-runtime-mod.so 53 $(objpfx)tst-dl-runtime-resolve-audit: $(objpfx)tst-dl-runtime-mod.so 54 $(objpfx)tst-dl-runtime-profile-noaudit: $(objpfx)tst-dl-runtime-mod.so 55 $(objpfx)tst-dl-runtime-profile-audit: $(objpfx)tst-dl-runtime-mod.so 59 env-profile = LD_PROFILE=$(objpfx)tst-dl-runtime-mod.so \ 62 tst-dl-runtime-resolve-audit-ENV = $(env-audit) 63 tst-dl-runtime-profile-noaudit-ENV = $(env-profile) [all …]
|
/sysdeps/ia64/ |
A D | Makefile | 24 sysdep-dl-routines += dl-symaddr dl-fptr
|
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|
/sysdeps/aarch64/ |
A D | Makefile | 12 sysdep-dl-routines += dl-bti 16 sysdep-dl-routines += tlsdesc dl-tlsdesc 17 gen-as-const-headers += dl-link.sym
|
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|
/sysdeps/s390/s390-32/ |
A D | Makefile | 7 CFLAGS-dl-load.c += -Wno-unused 8 CFLAGS-dl-reloc.c += -Wno-unused
|
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|
/sysdeps/i386/i586/ |
A D | strchr.S | 65 movb %dl, %dh /* now it is 0|0|c|c */ 66 movb %dl, %cl /* we construct the lower half in %ecx */ 76 movb %dl, %cl /* 0 is needed below */ 82 xorb %dl, %cl /* load single byte and test for NUL */ 88 cmpb %cl, %dl /* is byte == C? */ 101 cmpb %cl, %dl /* is byte == C? */ 311 cmpb %dl, %cl /* first byte == C? */ 320 cmpb %dl, %ch /* second byte == C? */ 329 cmpb %dl, %cl /* third byte == C? */ 338 cmpb %dl, %ch /* fourth byte == C? */
|
/sysdeps/x86_64/multiarch/ |
A D | strstr-sse2-unaligned.S | 26 testb %dl, %dl 68 testb %dl, %dl 70 cmpb 2(%rax), %dl 132 testb %dl, %dl 134 cmpb 2(%rax), %dl 236 testb %dl, %dl 238 cmpb 1(%rcx), %dl 245 cmpb 1(%rcx,%rax), %dl 249 testb %dl, %dl 336 testb %dl, %dl [all …]
|
A D | memset-avx512-no-vzeroupper.S | 65 cmp $128, %dl 74 cmp $64, %dl 81 cmp $32, %dl 93 cmp $8, %dl 101 cmp $4, %dl 108 cmp $2, %dl 115 cmp $1, %dl
|
A D | strchr-sse2-no-bsf.S | 86 mov %dl, %ch 92 test $0x10, %dl 96 test $0x20, %dl 100 test $0x40, %dl 109 test $0x01, %dl 113 test $0x02, %dl 117 test $0x04, %dl 124 test %dl, %dl
|
/sysdeps/sparc/ |
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|
/sysdeps/alpha/ |
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|
/sysdeps/csky/ |
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|
/sysdeps/generic/ |
A D | rtld_static_init.h | 20 __rtld_static_init_arch (struct link_map *map, struct rtld_global_ro *dl) in __rtld_static_init_arch() argument
|
/sysdeps/nios2/ |
A D | dl-sysdep.h | 19 #include_next <dl-sysdep.h>
|