Searched refs:tmp_linker_so (Results 1 – 1 of 1) sorted by relevance
688 soinfo tmp_linker_so(nullptr, nullptr, nullptr, 0, 0); in __linker_init() local690 tmp_linker_so.base = linker_addr; in __linker_init()692 tmp_linker_so.load_bias = load_bias; in __linker_init()693 tmp_linker_so.dynamic = nullptr; in __linker_init()694 tmp_linker_so.phdr = phdr; in __linker_init()695 tmp_linker_so.phnum = elf_hdr->e_phnum; in __linker_init()696 tmp_linker_so.set_linker_flag(); in __linker_init()700 …if (!tmp_linker_so.link_image(SymbolLookupList(&tmp_linker_so), &tmp_linker_so, nullptr, nullptr))… in __linker_init()721 set_bss_vma_name(&tmp_linker_so); in __linker_init_post_relocation()727 tmp_linker_so.call_constructors(); in __linker_init_post_relocation()[all …]