Home
last modified time | relevance | path

Searched refs:elf_prstatus (Results 1 – 4 of 4) sorted by relevance

/fs/proc/
Dkcore.c93 roundup(sizeof(struct elf_prstatus), 4) + in get_kcore_size()
322 struct elf_prstatus prstatus; /* NT_PRSTATUS */ in elf_kcore_store_hdr()
391 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr()
394 memset(&prstatus, 0, sizeof(struct elf_prstatus)); in elf_kcore_store_hdr()
/fs/
Dcompat_binfmt_elf.c51 #define elf_prstatus compat_elf_prstatus macro
Dbinfmt_elf.c1424 static void fill_prstatus(struct elf_prstatus *prstatus, in fill_prstatus()
1613 struct elf_prstatus prstatus;
1875 struct elf_prstatus prstatus; /* NT_PRSTATUS */
1925 struct elf_prstatus *prstatus; /* NT_PRSTATUS */
Dbinfmt_elf_fdpic.c1352 static void fill_prstatus(struct elf_prstatus *prstatus, in fill_prstatus()
1435 struct elf_prstatus prstatus; /* NT_PRSTATUS */
1595 struct elf_prstatus *prstatus = NULL; /* NT_PRSTATUS */ in elf_fdpic_core_dump()