Home
last modified time | relevance | path

Searched refs:fill_elf_header (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/
H A Dbinfmt_elf.c1491 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() function
1895 fill_elf_header(elf, phdrs, in fill_note_info()
1900 fill_elf_header(elf, phdrs, ELF_ARCH, ELF_CORE_EFLAGS); in fill_note_info()
/openbmc/qemu/linux-user/
H A Delfload.c4098 static void fill_elf_header(struct elfhdr *elf, int segs, uint16_t machine, in fill_elf_header() function
4431 fill_elf_header(hptr, css.count + 1, ELF_MACHINE, 0); in elf_core_dump()