Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/linker/
H A Dlinker_main.cpp67 static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf);
182 vdso->load_bias = get_elf_exec_load_bias(ehdr_vdso); in add_vdso()
513 static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf) { in get_elf_exec_load_bias() function
738 tmp_linker_so.load_bias = get_elf_exec_load_bias(elf_hdr); in __linker_init()