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.cpp151 exit(slingshot(args.argc - __libc_shared_globals()->initial_linker_arg_count, in __libc_init()
152 args.argv + __libc_shared_globals()->initial_linker_arg_count, in __libc_init()
/bionic/libc/private/
Dbionic_globals.h85 int initial_linker_arg_count = 0; member
/bionic/linker/
Dlinker_main.cpp727 __libc_shared_globals()->initial_linker_arg_count = 1; in __linker_init_post_relocation()
732 g_argc = args.argc - __libc_shared_globals()->initial_linker_arg_count; in __linker_init_post_relocation()
733 g_argv = args.argv + __libc_shared_globals()->initial_linker_arg_count; in __linker_init_post_relocation()