Home
last modified time | relevance | path

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

/titanic_44/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
/titanic_44/usr/src/uts/common/sys/
H A Delf.h369 #define PF_SUNW_FAILURE 0x00100000 /* mapping absent due to failure */ macro
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c2074 v[i].p_flags |= PF_SUNW_FAILURE; in elfcore()
2127 v[i].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED | in elfcore()
2136 v[j].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED; in elfcore()
/titanic_44/usr/src/lib/libproc/common/
H A DPgcore.c922 phdr.p_flags |= PF_SUNW_FAILURE; in dump_map()
H A DPcore.c1269 if (php->p_flags & PF_SUNW_FAILURE) { in core_add_mapping()