Searched refs:linker_base (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp1613 static Elf32_Addr __linker_init_post_relocation(KernelArgumentBlock& args, Elf32_Addr linker_base) { argument
1685 linker_soinfo.base = linker_base;
1693 Elf32_Ehdr *elf_hdr = (Elf32_Ehdr *) linker_base;
1694 Elf32_Phdr *phdr = (Elf32_Phdr*)((unsigned char*) linker_base + elf_hdr->e_phoff);
1695 phdr_table_get_dynamic_section(phdr, elf_hdr->e_phnum, linker_base,

Completed in 1324 milliseconds