/bionic/benchmarks/linker_relocation/include/ |
D | linker_reloc_bench_asm.h | 36 #define MAIN .globl main; main: mov r0, #0; bx lr 43 #define MAIN .globl main; main: mov w0, wzr; ret 50 #define MAIN .globl main; main: xorl %eax, %eax; retl 57 #define MAIN .globl main; main: xorl %eax, %eax; retq
|
/bionic/benchmarks/linker_relocation/ |
D | linker_reloc_bench.cpp | 40 std::string main = test_program("linker_reloc_bench_main"); in BM_linker_relocation() local 52 BM_spawn_test(state, (const char*[]) { main.c_str(), nullptr }); in BM_linker_relocation()
|
/bionic/tests/libs/ |
D | cfi_test_helper.cpp | 51 int main(void) { in main() function 53 __cfi_slowpath(42, reinterpret_cast<void*>(&main)); in main()
|
D | ld_preload_test_helper.cpp | 23 int main() { in main() function
|
D | elftls_dlopen_ie_error_helper.cpp | 37 int main() { in main() function
|
D | cfi_test_helper2.cpp | 22 int main(void) { in main() function
|
D | preinit_syscall_test_helper.cpp | 35 int main() { in main() function
|
D | exec_linker_helper.cpp | 40 int main(int argc, char* argv[]) { in main() function
|
D | preinit_getauxval_test_helper.cpp | 34 int main() { in main() function
|
D | ld_config_test_helper.cpp | 27 int main() { in main() function
|
D | ns_hidden_child_helper.cpp | 41 int main(int argc, char* argv[]) { in main() function
|
D | bionic_tests_zipalign.cpp | 119 int main(int argc, char* argv[]) { in main() function
|
/bionic/libc/tools/ |
D | ndk_missing_symbols.py | 30 def main(): function 48 main()
|
D | genfunctosyscallnrs.py | 31 def main(): function 60 main()
|
D | gensyscalls.py | 431 def main(arch, syscall_file): function 470 main(arch, syscall_file)
|
D | genseccomp.py | 262 def main(): function 307 main()
|
D | test_genseccomp.py | 221 unittest.main()
|
/bionic/benchmarks/spawn/ |
D | noop.cpp | 29 int main() { in main() function
|
D | Android.bp | 69 // Install these binaries in the same directory as the main benchmark binary.
|
/bionic/tests/ |
D | gtest_main.cpp | 38 int main(int argc, char** argv, char** envp) { in main() function
|
/bionic/libc/bionic/ |
D | libc_init_common.h | 41 extern int main(int argc, char** argv, char** env);
|
/bionic/libc/arch-common/bionic/ |
D | crtbegin.c | 45 __libc_init(raw_args, NULL, &main, &array); in _start_main()
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 232 def main() -> None: function 247 main()
|
D | gen_bench.py | 372 def main() -> None: function 404 main()
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | res_random.c | 259 main(int argc, char **argv)
|