Searched refs:read_ehdr32 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 58 static int read_ehdr32(struct ps_prochandle *, Elf32_Ehdr *, uint_t *, 108 if (read_ehdr32(P, &ehdr, &phnum, ehdr_start) != 0) in get_saddrs() 1017 read_ehdr32(struct ps_prochandle *P, Elf32_Ehdr *ehdr, uint_t *phnum, in read_ehdr32() function 1228 if (read_ehdr32(P, &ehdr, &phnum, addr) != 0 || in file_differs() 1322 if ((read_ehdr32(P, &ehdr, &phnum, addr) != 0) || in fake_elf()
|