Home
last modified time | relevance | path

Searched refs:PF_SUNW_FAILURE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c245 { PF_SUNW_FAILURE, SOL, MSG_PF_SUNW_FAILURE_CF }, in conv_phdr_flags_strings()
254 { PF_SUNW_FAILURE, SOL, MSG_PF_SUNW_FAILURE_NF }, in conv_phdr_flags_strings()
H A Dphdr.msg106 @ MSG_PF_SUNW_FAILURE_CF "PF_SUNW_FAILURE" # 0x00100000
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h522 #define PF_SUNW_FAILURE 0x00100000 /* mapping absent due to failure */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2452 phdr[i].p_flags |= PF_SUNW_FAILURE; in elfcore()
2505 phdr[i].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED | in elfcore()
2514 phdr[j].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED; in elfcore()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c968 phdr.p_flags |= PF_SUNW_FAILURE; in dump_map()
H A DPcore.c1422 if (php->p_flags & PF_SUNW_FAILURE) { in core_add_mapping()