Home
last modified time | relevance | path

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 Dprocfs.h84 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 Dprocfs.h84 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 Delfcore.h77 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 Delfcore.h77 struct elf_prpsinfo struct
93 typedef struct elf_prpsinfo prpsinfo_t; argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbinfmt_elfn32.c65 #define elf_prpsinfo elf_prpsinfo32 macro
H A Dbinfmt_elfo32.c70 #define elf_prpsinfo elf_prpsinfo32 macro
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c53 #define elf_prpsinfo compat_elf_prpsinfo macro
H A Dbinfmt_elf.c1545 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 Dbinfmt_elf_fdpic.c1340 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 Delfcore.h52 struct elf_prpsinfo struct
/OK3568_Linux_fs/kernel/fs/proc/
H A Dkcore.c112 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 Dcrash_dump.c418 struct elf_prpsinfo prpsinfo; in nt_prpsinfo()
611 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()