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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c868 static Word phdr_types[] = { PT_SUNW_UNWIND, PT_SUNW_EH_FRAME }; local
898 uphdr = getphdr(phnum, phdr_types,
899 sizeof (phdr_types) / sizeof (*phdr_types), file, elf);
1780 static Word phdr_types[] = { PT_INTERP }; local
1795 phdr = getphdr(phnum, phdr_types,
1796 sizeof (phdr_types) / sizeof (*phdr_types), file, elf);

Completed in 56 milliseconds