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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c407 * phdr_ret - NULL, or address of variable to receive pointer
410 * On success: If zero_bytes is non-NULL, it is updated. If phdr_ret
420 Phdr **phdr_ret)
456 if (phdr_ret != NULL)
457 *phdr_ret = phdr;
480 Phdr **phdr_ret)
515 if (phdr_ret != NULL)
516 *phdr_ret = phdr;
419 map_addr_to_offset(FSTATE *fstate, Addr addr, size_t size, size_t *zero_bytes, Phdr **phdr_ret) argument
479 map_offset_to_addr(FSTATE *fstate, Off offset, size_t size, size_t *zero_bytes, Phdr **phdr_ret) argument

Completed in 73 milliseconds