Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/bionic/libc/tools/
Dgensyscalls.py277 def add_footer(pointer_length, stub, syscall): argument
279 aliases = syscall["aliases"]
281 stub += "\nALIAS_SYMBOL(%s, %s)\n" % (alias, syscall["func"])
285 …if (pointer_length == 64 and syscall["func"].startswith("__")) or syscall["func"].startswith("___"…
286 stub += '.hidden ' + syscall["func"] + '\n'
291 def arm_eabi_genstub(syscall): argument
292 num_regs = count_arm_param_registers(syscall["params"])
294 return arm_eabi_call_long % syscall
295 return arm_eabi_call_default % syscall
298 def arm64_genstub(syscall): argument
[all …]
/bionic/libc/arch-x86_64/bionic/
Dsyscall.S43 ENTRY(syscall)
45 # (Not all will be valid, depending on the syscall.)
55 syscall
63 END(syscall)
D_exit_with_stack_teardown.S34 syscall
39 syscall
/bionic/tests/
Dsys_syscall_test.cpp21 TEST(unistd, syscall) { in TEST() argument
22 ASSERT_EQ(getpid(), syscall(SYS_getpid)); in TEST()
/bionic/libc/arch-mips64/bionic/
Dsyscall.S38 LEAF(syscall,FRAMESZ)
40 SETUP_GP64(FRAME_GP,syscall)
42 move v0, a0 # syscall number to v0
57 syscall
68 END(syscall)
D_exit_with_stack_teardown.S34 syscall
39 syscall
/bionic/libc/arch-mips/bionic/
D_exit_with_stack_teardown.S34 syscall
39 syscall
Dsyscall.S37 ENTRY(syscall)
50 syscall
61 END(syscall)
/bionic/libc/arch-arm64/bionic/
Dsyscall.S31 ENTRY(syscall)
49 END(syscall)
/bionic/libc/bionic/
Dfork.cpp45 int result = syscall(__NR_clone, FORK_FLAGS, NULL, NULL, &(self->tid), NULL); in fork()
47 int result = syscall(__NR_clone, FORK_FLAGS, NULL, NULL, NULL, &(self->tid)); in fork()
/bionic/benchmarks/
Dunistd_benchmark.cpp38 syscall(__NR_getpid); in Run()
67 syscall(__NR_gettid); in Run()
Dtime_benchmark.cpp41 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &t); in Run()
65 syscall(__NR_gettimeofday, &tv, NULL); in Run()
/bionic/libc/arch-arm/bionic/
Dsyscall.S31 ENTRY(syscall)
51 END(syscall)
/bionic/libc/arch-x86/bionic/
Dsyscall.S15 ENTRY(syscall)
31 # (Not all will be valid, depending on the syscall.)
66 END(syscall)
/bionic/libc/arch-x86_64/syscalls/
Deventfd.S7 syscall
Dsetgid.S7 syscall
Duname.S7 syscall
Dumount2.S7 syscall
Dsched_get_priority_min.S7 syscall
Dlremovexattr.S7 syscall
Depoll_create1.S7 syscall
Dmkdirat.S7 syscall
Dsetresuid.S7 syscall
Dgetresgid.S7 syscall
Dmlock.S7 syscall

12345678910>>...25