Searched refs:pr_sigpend (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | elfcore-compat.h | 23 compat_ulong_t pr_sigpend; member in struct:compat_elf_prstatus |
/linux-4.1.27/include/uapi/linux/ | ||
H A D | elfcore.h | 45 unsigned long pr_sigpend; /* Set of pending signals */ member in struct:elf_prstatus |
/linux-4.1.27/arch/mips/kernel/ | ||
H A D | binfmt_elfn32.c | 64 unsigned int pr_sigpend; /* Set of pending signals */ member in struct:elf_prstatus32 |
H A D | binfmt_elfo32.c | 85 unsigned int pr_sigpend; /* Set of pending signals */ member in struct:elf_prstatus32 |
/linux-4.1.27/arch/parisc/kernel/ | ||
H A D | binfmt_elf32.c | 48 unsigned int pr_sigpend; /* Set of pending signals */ member in struct:elf_prstatus32 |
/linux-4.1.27/fs/ | ||
H A D | binfmt_elf_fdpic.c | 1330 prstatus->pr_sigpend = p->pending.signal.sig[0]; fill_prstatus() |
H A D | binfmt_elf.c | 1397 prstatus->pr_sigpend = p->pending.signal.sig[0]; fill_prstatus() |
Completed in 85 milliseconds