Searched refs:elf_prpsinfo (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | procfs.h | 84 struct elf_prpsinfo struct 118 typedef struct elf_prpsinfo prpsinfo_t; argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | procfs.h | 84 struct elf_prpsinfo struct 118 typedef struct elf_prpsinfo prpsinfo_t; argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | elfcore.h | 77 struct elf_prpsinfo struct 93 typedef struct elf_prpsinfo prpsinfo_t; argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | elfcore.h | 77 struct elf_prpsinfo struct 93 typedef struct elf_prpsinfo prpsinfo_t; argument
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | binfmt_elfn32.c | 65 #define elf_prpsinfo elf_prpsinfo32 macro
|
| H A D | binfmt_elfo32.c | 70 #define elf_prpsinfo elf_prpsinfo32 macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | compat_binfmt_elf.c | 53 #define elf_prpsinfo compat_elf_prpsinfo macro
|
| H A D | binfmt_elf.c | 1545 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1552 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1806 struct elf_prpsinfo *psinfo; in fill_note_info() 1999 struct elf_prpsinfo *psinfo; /* NT_PRPSINFO */
|
| H A D | binfmt_elf_fdpic.c | 1340 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1347 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1487 struct elf_prpsinfo *psinfo = NULL; /* NT_PRPSINFO */ in elf_fdpic_core_dump()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elfcore.h | 52 struct elf_prpsinfo struct
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | kcore.c | 112 ALIGN(sizeof(struct elf_prpsinfo), 4) + in get_kcore_size() 415 struct elf_prpsinfo prpsinfo = { in read_kcore()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | crash_dump.c | 418 struct elf_prpsinfo prpsinfo; in nt_prpsinfo() 611 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
|