Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c87 static Obj_Entry *digest_phdr(const Elf_Phdr *, int, caddr_t, const char *);
492 if ((obj_main = digest_phdr(phdr, phnum, entry, argv0)) == NULL) in _rtld()
1330 digest_phdr(const Elf_Phdr *phdr, int phnum, caddr_t entry, const char *path) in digest_phdr() function