Searched refs:fill_elf_note_phdr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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 | 1512 static void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr() function 2076 fill_elf_note_phdr(phdr4note, sz, offset); in elf_core_dump()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 4120 static void fill_elf_note_phdr(struct elf_phdr *phdr, size_t sz, off_t offset) in fill_elf_note_phdr() function 4435 fill_elf_note_phdr(hptr, note_size, note_offset); in elf_core_dump()
|