HomeSort by: relevance | last modified time | path
    Searched defs:_rtld_install_plt (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 229 void _rtld_install_plt(Elf_Word *, Elf_Addr);
234 _rtld_install_plt(Elf_Word *pltgot, Elf_Addr proc) function in typeref:typename:void
270 _rtld_install_plt(&entry[0], (Elf_Addr) &_rtld_bind_start_0);
271 _rtld_install_plt(&entry[8], (Elf_Addr) &_rtld_bind_start_1);
mdreloc.c 229 void _rtld_install_plt(Elf_Word *, Elf_Addr);
234 _rtld_install_plt(Elf_Word *pltgot, Elf_Addr proc) function in typeref:typename:void
270 _rtld_install_plt(&entry[0], (Elf_Addr) &_rtld_bind_start_0);
271 _rtld_install_plt(&entry[8], (Elf_Addr) &_rtld_bind_start_1);

Completed in 52 milliseconds