Searched refs:pr_sighold (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | elfcore-compat.h | 24 compat_ulong_t pr_sighold; member in struct:compat_elf_prstatus |
/linux-4.1.27/include/uapi/linux/ | ||
H A D | elfcore.h | 46 unsigned long pr_sighold; /* Set of held signals */ member in struct:elf_prstatus |
/linux-4.1.27/arch/mips/kernel/ | ||
H A D | binfmt_elfn32.c | 65 unsigned int pr_sighold; /* Set of held signals */ member in struct:elf_prstatus32 |
H A D | binfmt_elfo32.c | 86 unsigned int pr_sighold; /* Set of held signals */ member in struct:elf_prstatus32 |
/linux-4.1.27/arch/parisc/kernel/ | ||
H A D | binfmt_elf32.c | 49 unsigned int pr_sighold; /* Set of held signals */ member in struct:elf_prstatus32 |
/linux-4.1.27/fs/ | ||
H A D | binfmt_elf_fdpic.c | 1331 prstatus->pr_sighold = p->blocked.sig[0]; fill_prstatus() |
H A D | binfmt_elf.c | 1398 prstatus->pr_sighold = p->blocked.sig[0]; fill_prstatus() |
Completed in 73 milliseconds