Searched refs:elfsize (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 84 static size_t elfsize(Ehdr *, int, caddr_t, uintptr_t *); 208 if ((len = elfsize(ehdr, nphdrs, phdrbase, &lddata)) == 0) { in mapexec_brand() 534 len = elfsize(ehdrp, nphdrs, phdrbase, NULL); in elfexec() 697 if ((len = elfsize(ehdrp, nphdrs, phdrbase, &lddata)) == 0) { in elfexec() 943 elfsize(Ehdr *ehdrp, int nphdrs, caddr_t phdrbase, uintptr_t *lddata) in elfsize() function
|