Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c137 static Elf64_Addr iload64(char *, Elf64_Phdr *, Elf64_Phdr *, auxv64_t **);
1011 if ((entrypt = iload64(dlname, thdr, dhdr, &av)) == in read_elf64()
1253 iload64(char *rtld, Elf64_Phdr *thdr, Elf64_Phdr *dhdr, auxv64_t **avp) function