Home
last modified time | relevance | path

Searched refs:fill_elf_note_phdr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1258 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 Dbinfmt_elf.c1512 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 Delfload.c4120 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()