Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_main.cpp310 static ElfW(Addr) linker_main(KernelArgumentBlock& args, const char* exe_to_load) { in linker_main() argument
359 const ExecutableInfo exe_info = exe_to_load ? load_executable(exe_to_load) : in linker_main()
398 if (exe_to_load == nullptr) { in linker_main()
740 const char* exe_to_load = nullptr; in __linker_init_post_relocation() local
745 exe_to_load = args.argv[2]; in __linker_init_post_relocation()
762 exe_to_load = args.argv[1]; in __linker_init_post_relocation()
779 ElfW(Addr) start_address = linker_main(args, exe_to_load); in __linker_init_post_relocation()