Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlibc_init_dynamic.cpp169 exit(slingshot(args.argc - __libc_shared_globals()->initial_linker_arg_count, in __libc_init()
170 args.argv + __libc_shared_globals()->initial_linker_arg_count, in __libc_init()
/bionic/libc/private/
Dbionic_globals.h103 int initial_linker_arg_count = 0; member
/bionic/linker/
Dlinker_main.cpp828 __libc_shared_globals()->initial_linker_arg_count = 1; in __linker_init_post_relocation()
833 g_argc = args.argc - __libc_shared_globals()->initial_linker_arg_count; in __linker_init_post_relocation()
834 g_argv = args.argv + __libc_shared_globals()->initial_linker_arg_count; in __linker_init_post_relocation()