read_ehdr32
if (read_ehdr32(P, &ehdr, &phnum, addr) != 0 ||
if (read_ehdr32(P, &ehdr, &phnum, ehdr_start) != 0)
if ((read_ehdr32(P, &ehdr, &phnum, addr) != 0) ||
static int read_ehdr32(struct ps_prochandle *, Elf32_Ehdr *, uint_t *,