Searched refs:read_ehdr32 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 60 static int read_ehdr32(struct ps_prochandle *, Elf32_Ehdr *, uint_t *, 127 if (read_ehdr32(P, &ehdr, &phnum, ehdr_start) != 0) in get_saddrs() 1051 read_ehdr32(struct ps_prochandle *P, Elf32_Ehdr *ehdr, uint_t *phnum, in read_ehdr32() function 1262 if (read_ehdr32(P, &ehdr, &phnum, addr) != 0 || in file_differs() 1356 if ((read_ehdr32(P, &ehdr, &phnum, addr) != 0) || in fake_elf()
|