Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp300 static ElfW(Addr) linker_main(KernelArgumentBlock& args, const char* exe_to_load) { in linker_main() argument
346 const ExecutableInfo exe_info = exe_to_load ? load_executable(exe_to_load) : in linker_main()
704 const char* exe_to_load = nullptr; in __linker_init_post_relocation() local
709 exe_to_load = args.argv[2]; in __linker_init_post_relocation()
726 exe_to_load = args.argv[1]; in __linker_init_post_relocation()
743 ElfW(Addr) start_address = linker_main(args, exe_to_load); in __linker_init_post_relocation()