HomeSort by relevance Sort by last modified time
    Searched defs:ill (Results 1 - 16 of 16) sorted by null

  /external/strace/tests/
umovestr-illptr.c 43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local
44 rc = syscall(__NR_chdir, ill);
46 (unsigned long long) ill, sprintrc(rc));
pipe2.c 55 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); local
56 rc = syscall(__NR_pipe2, ill, 0);
58 (unsigned long long) ill, sprintrc(rc));
umoven-illptr.c 47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local
48 rc = syscall(__NR_nanosleep, ill, NULL);
50 (unsigned long long) ill, sprintrc(rc));
sched_xetattr.c 230 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); local
232 sys_sched_getattr(0, ill, sizeof(*attr), 0);
234 (unsigned long long) ill, (unsigned) sizeof(*attr),
237 sys_sched_setattr(0, ill, 0);
239 (unsigned long long) ill, errstr);
  /external/strace/tests-m32/
umovestr-illptr.c 43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local
44 rc = syscall(__NR_chdir, ill);
46 (unsigned long long) ill, sprintrc(rc));
pipe2.c 55 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); local
56 rc = syscall(__NR_pipe2, ill, 0);
58 (unsigned long long) ill, sprintrc(rc));
umoven-illptr.c 47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local
48 rc = syscall(__NR_nanosleep, ill, NULL);
50 (unsigned long long) ill, sprintrc(rc));
sched_xetattr.c 230 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); local
232 sys_sched_getattr(0, ill, sizeof(*attr), 0);
234 (unsigned long long) ill, (unsigned) sizeof(*attr),
237 sys_sched_setattr(0, ill, 0);
239 (unsigned long long) ill, errstr);
  /external/strace/tests-mx32/
umovestr-illptr.c 43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local
44 rc = syscall(__NR_chdir, ill);
46 (unsigned long long) ill, sprintrc(rc));
pipe2.c 55 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); local
56 rc = syscall(__NR_pipe2, ill, 0);
58 (unsigned long long) ill, sprintrc(rc));
umoven-illptr.c 47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local
48 rc = syscall(__NR_nanosleep, ill, NULL);
50 (unsigned long long) ill, sprintrc(rc));
sched_xetattr.c 230 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); local
232 sys_sched_getattr(0, ill, sizeof(*attr), 0);
234 (unsigned long long) ill, (unsigned) sizeof(*attr),
237 sys_sched_setattr(0, ill, 0);
239 (unsigned long long) ill, errstr);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
reloc64.s 7 .macro ill args:vararg
23 ill mov $(xtrn - .), %eax label
56 ill movabs $_GLOBAL_OFFSET_TABLE_, %rax label
58 ill add $_GLOBAL_OFFSET_TABLE_, %eax label
59 ill add $_GLOBAL_OFFSET_TABLE_, %ax label
60 ill add $_GLOBAL_OFFSET_TABLE_, %al label
63 ill movabs $(_GLOBAL_OFFSET_TABLE_ - .), %rax label
65 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %eax label
66 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %ax label
67 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %a label
156 ill .word _GLOBAL_OFFSET_TABLE_ label
157 ill .word _GLOBAL_OFFSET_TABLE_ - . label
170 ill .byte _GLOBAL_OFFSET_TABLE_ label
171 ill .byte _GLOBAL_OFFSET_TABLE_ - . label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc32.s 7 .macro ill args:vararg
44 ill add $_GLOBAL_OFFSET_TABLE_, %ax label
45 ill add $_GLOBAL_OFFSET_TABLE_, %al label
47 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %ax label
48 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %al label
135 ill .word _GLOBAL_OFFSET_TABLE_ label
136 ill .word _GLOBAL_OFFSET_TABLE_ - . label
151 ill .byte _GLOBAL_OFFSET_TABLE_ label
152 ill .byte _GLOBAL_OFFSET_TABLE_ - . label
reloc64.s 7 .macro ill args:vararg
25 ill mov $(xtrn - .), %eax label
60 ill movabs $_GLOBAL_OFFSET_TABLE_, %rax label
62 ill add $_GLOBAL_OFFSET_TABLE_, %eax label
63 ill add $_GLOBAL_OFFSET_TABLE_, %ax label
64 ill add $_GLOBAL_OFFSET_TABLE_, %al label
67 ill movabs $(_GLOBAL_OFFSET_TABLE_ - .), %rax label
69 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %eax label
70 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %ax label
71 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %a label
134 ill .quad _GLOBAL_OFFSET_TABLE_ label
135 ill .quad _GLOBAL_OFFSET_TABLE_ - . label
176 ill .word _GLOBAL_OFFSET_TABLE_ label
177 ill .word _GLOBAL_OFFSET_TABLE_ - . label
190 ill .byte _GLOBAL_OFFSET_TABLE_ label
191 ill .byte _GLOBAL_OFFSET_TABLE_ - . label
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 713 static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456; local
801 NULL!=u_strchr32(s+1, ill) ||
802 NULL!=u_memchr32(s+1, ill, 9) ||
803 NULL!=u_strrchr32(s+1, ill) ||
804 NULL!=u_memrchr32(s+1, ill, 9)
    [all...]

Completed in 5195 milliseconds