| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | module-plts.c | 209 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections() argument
|
| H A D | vdso.c | 104 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() argument 160 static void __init patch_vdso(void *ehdr) in patch_vdso() argument
|
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| H A D | mdt_loader.c | 44 const struct elf32_hdr *ehdr; in qcom_mdt_get_size() local 89 const struct elf32_hdr *ehdr; in qcom_mdt_read_metadata() local 136 const struct elf32_hdr *ehdr; in __qcom_mdt_load() local [all...] |
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | test_lwt_bpf.c | 172 struct ethhdr ehdr; in __do_push_ll_and_redirect() local
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | kexec_elf.c | 24 static inline bool elf_is_elf_file(const struct elfhdr *ehdr) in elf_is_elf_file() argument 29 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) in elf64_to_cpu() argument 39 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) in elf32_to_cpu() argument 49 static uint16_t elf16_to_cpu(const struct elfhdr *ehdr, uint16_t value) in elf16_to_cpu() argument 63 elf_is_ehdr_sane(const struct elfhdr *ehdr, size_t buf_len) elf_is_ehdr_sane() argument 119 elf_read_ehdr(const char *buf, size_t len, struct elfhdr *ehdr) elf_read_ehdr() argument 208 const struct elfhdr *ehdr = elf_info->ehdr; elf_read_phdr() local 255 const struct elfhdr *ehdr = elf_info->ehdr; elf_read_phdrs() local 296 elf_read_from_buffer(const char *buf, size_t len, struct elfhdr *ehdr, struct kexec_elf_info *elf_info) elf_read_from_buffer() argument 327 kexec_build_elf_info(const char *buf, size_t len, struct elfhdr *ehdr, struct kexec_elf_info *elf_info) kexec_build_elf_info() argument 367 struct elfhdr ehdr; kexec_elf_probe() 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) kexec_elf_load() argument [all...] |
| /kernel/linux/linux-5.10/net/ethtool/ |
| H A D | tunnels.c | 247 void *ehdr; in ethnl_tunnel_info_dumpit() local
|
| H A D | cabletest.c | 23 void *ehdr; in ethnl_cable_test_started() local
|
| /kernel/linux/linux-5.10/drivers/remoteproc/ |
| H A D | remoteproc_elf_loader.c | 44 struct elf32_hdr *ehdr; local 159 const void *ehdr, *phdr; local 244 const void *ehdr = elf_data; global() local [all...] |
| /kernel/linux/linux-6.6/drivers/remoteproc/ |
| H A D | remoteproc_elf_loader.c | 46 struct elf32_hdr *ehdr; local 163 const void *ehdr, *phdr; local 257 const void *ehdr = elf_data; global() local [all...] |
| /kernel/linux/linux-6.6/kernel/ |
| H A D | kexec_elf.c | 24 static inline bool elf_is_elf_file(const struct elfhdr *ehdr) in elf_is_elf_file() argument 29 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) in elf64_to_cpu() argument 39 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) in elf32_to_cpu() argument 49 static uint16_t elf16_to_cpu(const struct elfhdr *ehdr, uint16_t value) in elf16_to_cpu() argument 63 elf_is_ehdr_sane(const struct elfhdr *ehdr, size_t buf_len) elf_is_ehdr_sane() argument 119 elf_read_ehdr(const char *buf, size_t len, struct elfhdr *ehdr) elf_read_ehdr() argument 208 const struct elfhdr *ehdr = elf_info->ehdr; elf_read_phdr() local 255 const struct elfhdr *ehdr = elf_info->ehdr; elf_read_phdrs() local 296 elf_read_from_buffer(const char *buf, size_t len, struct elfhdr *ehdr, struct kexec_elf_info *elf_info) elf_read_from_buffer() argument 327 kexec_build_elf_info(const char *buf, size_t len, struct elfhdr *ehdr, struct kexec_elf_info *elf_info) kexec_build_elf_info() argument 367 struct elfhdr ehdr; kexec_elf_probe() 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) kexec_elf_load() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
| H A D | load.c | 142 Elf64_Ehdr *ehdr; in encl_get_entry() local 183 Elf64_Ehdr *ehdr; in encl_load() local [all...] |
| /kernel/linux/linux-6.6/net/ethtool/ |
| H A D | tunnels.c | 247 void *ehdr; in ethnl_tunnel_info_dumpit() local
|
| H A D | cabletest.c | 23 void *ehdr; in ethnl_cable_test_started() local
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | test_lwt_bpf.c | 164 struct ethhdr ehdr; in __do_push_ll_and_redirect() local
|
| /third_party/elfutils/libelf/ |
| H A D | elf_getdata.c | 118 __libelf_data_type (GElf_Ehdr *ehdr, int sh_type, GElf_Xword align) in __libelf_data_type() argument 273 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local 369 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local [all...] |
| /third_party/elfutils/tests/ |
| H A D | elfcopy.c | 45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx() local
|
| H A D | dwflsyms.c | 89 GElf_Ehdr ehdr; in elf_section_name() local 138 GElf_Ehdr ehdr; in list_syms() local [all...] |
| H A D | addsections.c | 45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx() local
|
| H A D | fillfile.c | 100 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in create_strtab() local 227 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf() local [all...] |
| H A D | elfstrtab.c | 160 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf() local
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_begin_elf.c | 281 GElf_Ehdr ehdr; in valid_p() local 487 GElf_Ehdr *ehdr; in dwarf_begin_elf() local
|
| /third_party/elfutils/libdwelf/ |
| H A D | dwelf_elf_gnu_build_id.c | 133 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem); in __libdwfl_find_elf_build_id() local
|
| /third_party/elfutils/libasm/ |
| H A D | disasm_cb.c | 123 GElf_Ehdr *ehdr = gelf_getehdr (ctx->elf, &ehdr_mem); in read_symtab() local
|
| /third_party/elfutils/libdwfl/ |
| H A D | elf-from-memory.c | 107 } ehdr; in elf_from_remote_memory() local [all...] |
| /third_party/elfutils/backends/ |
| H A D | common-reloc.c | 115 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in reloc_valid_use() local
|