Home
last modified time | relevance | path

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

/bionic/linker/arch/x86_64/
Dbegin.S36 call __linker_init
/bionic/linker/arch/arm64/
Dbegin.S36 bl __linker_init
/bionic/linker/arch/arm/
Dbegin.S36 bl __linker_init
/bionic/linker/arch/x86/
Dbegin.S38 call __linker_init // %esp is aligned to 16 before the call.
/bionic/linker/
Dlinker_wrapper.cpp57 extern "C" ElfW(Addr) __linker_init(void* raw_args) { in __linker_init() function
Dlinker_main.cpp633 extern "C" ElfW(Addr) __linker_init(void* raw_args) { in __linker_init() function