Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c124 static Elf64_Addr iload64(char *, Elf64_Phdr *, Elf64_Phdr *, auxv64_t **);
907 if ((entrypt = iload64(dlname, thdr, dhdr, &av)) == in read_elf64()
1125 iload64(char *rtld, Elf64_Phdr *thdr, Elf64_Phdr *dhdr, auxv64_t **avp) in iload64() function