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

/bionic/linker/
H A Dlinker.cpp2068 static void init_linker_info_for_gdb(ElfW(Addr) linker_base) {
2075 linker_soinfo_for_gdb.base = linker_base;
2083 ElfW(Ehdr)* elf_hdr = reinterpret_cast<ElfW(Ehdr)*>(linker_base);
2084 ElfW(Phdr)* phdr = reinterpret_cast<ElfW(Phdr)*>(linker_base + elf_hdr->e_phoff);
2085 phdr_table_get_dynamic_section(phdr, elf_hdr->e_phnum, linker_base,
2095 static ElfW(Addr) __linker_init_post_relocation(KernelArgumentBlock& args, ElfW(Addr) linker_base) { argument
2156 init_linker_info_for_gdb(linker_base);

Completed in 363 milliseconds