Searched defs:read_ehdr32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c58 static int read_ehdr32(struct ps_prochandle *, Elf32_Ehdr *, uint_t *,
108 if (read_ehdr32(P, &ehdr, &phnum, ehdr_start) != 0)
1017 read_ehdr32(struct ps_prochandle *P, Elf32_Ehdr *ehdr, uint_t *phnum, function
1228 if (read_ehdr32(P, &ehdr, &phnum, addr) != 0 ||
1322 if ((read_ehdr32(P, &ehdr, &phnum, addr) != 0) ||

Completed in 51 milliseconds