Home
last modified time | relevance | path

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

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