Home
last modified time | relevance | path

Searched refs:bogus_entry (Results 1 – 3 of 3) sorted by relevance

/external/strace/tests-m32/
Dkexec_load.c67 static const kernel_ulong_t bogus_entry = in main() local
97 rc = syscall(__NR_kexec_load, bogus_entry, bogus_nsegs, in main()
100 (unsigned long) bogus_entry, (unsigned long) bogus_nsegs, in main()
103 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS, in main()
106 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS, in main()
109 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
114 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT, in main()
122 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
127 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT); in main()
137 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_UNCUT, in main()
[all …]
/external/strace/tests-mx32/
Dkexec_load.c67 static const kernel_ulong_t bogus_entry = in main() local
97 rc = syscall(__NR_kexec_load, bogus_entry, bogus_nsegs, in main()
100 (unsigned long) bogus_entry, (unsigned long) bogus_nsegs, in main()
103 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS, in main()
106 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS, in main()
109 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
114 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT, in main()
122 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
127 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT); in main()
137 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_UNCUT, in main()
[all …]
/external/strace/tests/
Dkexec_load.c67 static const kernel_ulong_t bogus_entry = in main() local
97 rc = syscall(__NR_kexec_load, bogus_entry, bogus_nsegs, in main()
100 (unsigned long) bogus_entry, (unsigned long) bogus_nsegs, in main()
103 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS, in main()
106 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS, in main()
109 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
114 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT, in main()
122 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
127 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT); in main()
137 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_UNCUT, in main()
[all …]