Searched defs:ehdr (Results 1 - 25 of 90) sorted by relevance

1234

/linux-master/arch/parisc/kernel/
H A Dkexec_file.c23 struct elfhdr ehdr; local
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h25 struct elf32_hdr *ehdr = (struct elf32_hdr *)fw->data; local
100 static inline unsigned int elf_strtbl_add(const char *name, void *ehdr, u8 class, size_t *index) argument
H A Dremoteproc_elf_loader.c46 struct elf32_hdr *ehdr; local
163 const void *ehdr, *phdr; local
257 const void *ehdr = elf_data; local
[all...]
H A Dremoteproc_coredump.c239 void *ehdr; local
349 void *ehdr; local
[all...]
/linux-master/tools/perf/util/
H A Dsymsrc.h22 GElf_Ehdr ehdr; member in struct:symsrc
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c20 const Elf_Ehdr *ehdr; local
73 const Elf_Ehdr *ehdr; local
114 const Elf_Ehdr *ehdr; local
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c24 static Elf64_Ehdr *ehdr; variable
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Drammap.c146 nvbios_rammapSe(struct nvkm_bios *bios, u32 data, u8 ever, u8 ehdr, u8 ecnt, u8 elen, int idx, u8 *ver, u8 *hdr) argument
190 nvbios_rammapSp(struct nvkm_bios *bios, u32 data, u8 ever, u8 ehdr, u8 ecnt, u8 elen, int idx, u8 *ver, u8 *hdr, struct nvbios_ramcfg *p) argument
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c90 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, argument
/linux-master/arch/powerpc/kexec/
H A Delf_64.c37 struct elfhdr ehdr; local
/linux-master/lib/
H A Dbuildid.c72 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; local
97 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)page_addr; local
129 Elf32_Ehdr *ehdr; local
[all...]
/linux-master/kernel/
H A Dkexec_elf.c24 static inline bool elf_is_elf_file(const struct elfhdr *ehdr) argument
29 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) argument
39 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) argument
49 static uint16_t elf16_to_cpu(const struct elfhdr *ehdr, uint16_t value) argument
63 elf_is_ehdr_sane(const struct elfhdr *ehdr, size_t buf_len) argument
119 elf_read_ehdr(const char *buf, size_t len, struct elfhdr *ehdr) argument
208 const struct elfhdr *ehdr = elf_info->ehdr; local
255 const struct elfhdr *ehdr = elf_info->ehdr; local
296 elf_read_from_buffer(const char *buf, size_t len, struct elfhdr *ehdr, struct kexec_elf_info *elf_info) argument
327 kexec_build_elf_info(const char *buf, size_t len, struct elfhdr *ehdr, struct kexec_elf_info *elf_info) argument
367 struct elfhdr ehdr; local
388 kexec_elf_load(struct kimage *image, struct elfhdr *ehdr, struct kexec_elf_info *elf_info, struct kexec_buf *kbuf, unsigned long *lowest_load_addr) argument
[all...]
/linux-master/net/ethtool/
H A Dcabletest.c23 void *ehdr; local
H A Dtunnels.c247 void *ehdr; local
/linux-master/samples/bpf/
H A Dtest_lwt_bpf.c164 struct ethhdr ehdr; local
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c209 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, argument
H A Dvdso.c100 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, argument
156 static void __init patch_vdso(void *ehdr) argument
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c104 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, argument
/linux-master/tools/testing/selftests/sgx/
H A Dload.c142 Elf64_Ehdr *ehdr; local
183 Elf64_Ehdr *ehdr; local
[all...]
/linux-master/arch/mips/vdso/
H A Dgenvdso.c113 const Elf32_Ehdr *ehdr; local
/linux-master/scripts/
H A Dsorttable.c271 Elf32_Ehdr *ehdr = addr; local
[all...]
/linux-master/drivers/soc/qcom/
H A Dmdt_loader.c82 const struct elf32_hdr *ehdr; local
130 const struct elf32_hdr *ehdr; local
210 const struct elf32_hdr *ehdr; local
270 const struct elf32_hdr *ehdr; local
302 const struct elf32_hdr *ehdr; local
[all...]
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c236 Elf64_Ehdr ehdr; local
[all...]
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c195 static int check_core_file(struct shared_info *info, Elf64_Ehdr *ehdr, argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c280 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, argument

Completed in 202 milliseconds

1234