Searched refs:fill_elf_note_phdr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 1510 static void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr() function 2239 fill_elf_note_phdr(phdr4note, sz, offset); in elf_core_dump()
|
H A D | binfmt_elf_fdpic.c | 1277 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr() function 1564 fill_elf_note_phdr(phdr4note, thread_status_size, offset); in elf_fdpic_core_dump()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 1258 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr() function 1546 fill_elf_note_phdr(phdr4note, thread_status_size, offset); in elf_fdpic_core_dump()
|
H A D | binfmt_elf.c | 1511 static void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr() function 2075 fill_elf_note_phdr(phdr4note, sz, offset); in elf_core_dump()
|
Completed in 10 milliseconds