Searched refs:phdr_types (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 913 static Word phdr_types[] = { PT_SUNW_UNWIND, PT_SUNW_EH_FRAME }; in unwind() local 944 uphdr = getphdr(phnum, phdr_types, in unwind() 945 sizeof (phdr_types) / sizeof (*phdr_types), file, elf, in unwind() 1837 static Word phdr_types[] = { PT_INTERP }; in interp() local 1850 iphdr = getphdr(phnum, phdr_types, in interp() 1851 sizeof (phdr_types) / sizeof (*phdr_types), file, elf, in interp()
|