Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 25 of 56) sorted by relevance

123

/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c140 } elf; variable
167 elf.path, ## __VA_ARGS__); \
175 elf.path, strerror(errno)); \
205 for (var = elf.sh_table; var < elf.sh_table + elf16toh(elf.ehdr->e_shnum); ++var)
221 return elf.sh_string + elf32toh(shdr->sh_name); in section_name()
241 return &elf.sh_table[idx]; in section_by_idx()
254 elf.path = path; in init_elf()
270 if (elf.begin == MAP_FAILED) { in init_elf()
280 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
295 elf.sh_table = section_by_off(elf64toh(elf.ehdr->e_shoff)); in init_elf()
[all …]
/arch/mips/tools/
A DMakefile2 hostprogs := elf-entry
3 PHONY += elf-entry
4 elf-entry: $(obj)/elf-entry
A D.gitignore2 elf-entry
/arch/alpha/boot/tools/
A Dobjstrip.c61 struct elfhdr *elf; in main() local
149 elf = (struct elfhdr *) buf; in main()
151 if (memcmp(&elf->e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { in main()
152 if (elf->e_type != ET_EXEC) { in main()
157 if (!elf_check_arch(elf)) { in main()
159 prog_name, elf->e_machine); in main()
162 if (elf->e_phnum != 1) { in main()
165 prog_name, elf->e_phnum); in main()
168 e_entry = elf->e_entry; in main()
170 lseek(fd, elf->e_phoff, SEEK_SET); in main()
/arch/powerpc/platforms/powernv/
A Dopal-core.c308 Elf64_Ehdr *elf; in create_opalcore() local
357 elf = (Elf64_Ehdr *)bufp; in create_opalcore()
360 elf->e_ident[EI_CLASS] = ELF_CLASS; in create_opalcore()
368 elf->e_entry = 0; in create_opalcore()
370 elf->e_shoff = 0; in create_opalcore()
371 elf->e_flags = 0; in create_opalcore()
375 elf->e_phnum = 0; in create_opalcore()
376 elf->e_shentsize = 0; in create_opalcore()
377 elf->e_shnum = 0; in create_opalcore()
378 elf->e_shstrndx = 0; in create_opalcore()
[all …]
/arch/x86/realmode/rm/
A DMakefile44 LDFLAGS_realmode.elf := -m elf_i386 --emit-relocs -T
47 targets += realmode.elf
48 $(obj)/realmode.elf: $(obj)/realmode.lds $(REALMODE_OBJS) FORCE
54 $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE
61 $(obj)/realmode.relocs: $(obj)/realmode.elf FORCE
/arch/powerpc/kernel/
A Dfadump.c939 elf->e_entry = 0; in fadump_init_elfcore_header()
941 elf->e_shoff = 0; in fadump_init_elfcore_header()
944 elf->e_flags = 2; in fadump_init_elfcore_header()
946 elf->e_flags = 1; in fadump_init_elfcore_header()
948 elf->e_flags = 0; in fadump_init_elfcore_header()
952 elf->e_phnum = 0; in fadump_init_elfcore_header()
954 elf->e_shnum = 0; in fadump_init_elfcore_header()
1034 (elf->e_phnum)++; in fadump_populate_elfcorehdr()
1046 (elf->e_phnum)++; in fadump_populate_elfcorehdr()
1060 (elf->e_phnum)++; in fadump_populate_elfcorehdr()
[all …]
/arch/arm64/boot/dts/ti/
A Dk3-am65-iot2050-common-pg1.dtsi49 firmware-name = "ti-pruss/am65x-pru0-prueth-fw.elf",
50 "ti-pruss/am65x-rtu0-prueth-fw.elf",
51 "ti-pruss/am65x-pru1-prueth-fw.elf",
52 "ti-pruss/am65x-rtu1-prueth-fw.elf";
A Dk3-am654-idk.dtso30 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
31 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
32 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
33 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
34 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
35 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
98 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
99 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
100 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
101 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
[all …]
A Dk3-am654-icssg2.dtso28 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
29 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
30 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
31 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
32 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
33 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
A Dk3-am642-phyboard-electra-rdk.dts71 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
72 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
73 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
74 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
75 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
76 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
A Dk3-am65-iot2050-common.dtsi151 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
152 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
153 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
154 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
155 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
156 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
A Dk3-am642-sr-som.dtsi35 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
36 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
37 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
38 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
39 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
40 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
/arch/xtensa/boot/
A DMakefile25 Image: boot-elf
30 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
41 boot-elf: $(obj)/vmlinux.bin
/arch/loongarch/boot/
A DMakefile14 targets := vmlinux.elf
15 $(obj)/vmlinux.elf: vmlinux FORCE
A Dinstall.sh23 vmlinux.elf)
/arch/xtensa/boot/boot-elf/
A DMakefile23 $(obj)/../Image.elf: $(obj)/Image.o $(obj)/boot.lds
30 all Image: $(obj)/../Image.elf
/arch/arm64/boot/dts/qcom/
A Dx1e80100-hp-elitebook-ultra-g1q.dts20 "qcom/x1e80100/hp/elitebook-ultra-g1q/adsp_dtbs.elf";
25 "qcom/x1e80100/hp/elitebook-ultra-g1q/cdsp_dtbs.elf";
A Dx1e80100-asus-zenbook-a14.dts27 "qcom/x1e80100/ASUSTeK/zenbook-a14/adsp_dtbs.elf";
34 "qcom/x1e80100/ASUSTeK/zenbook-a14/cdsp_dtbs.elf";
A Dx1p42100-asus-zenbook-a14.dts112 "qcom/x1p42100/ASUSTeK/zenbook-a14/adsp_dtbs.elf";
119 "qcom/x1p42100/ASUSTeK/zenbook-a14/cdsp_dtbs.elf";
/arch/xtensa/boot/boot-redboot/
A DMakefile21 $(obj)/zImage.elf: $(obj)/zImage.o $(LIBS)
27 $(obj)/../zImage.redboot: $(obj)/zImage.elf
/arch/x86/boot/
A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
87 LDFLAGS_setup.elf := -m elf_i386 -z noexecstack -T
88 $(obj)/setup.elf: $(src)/setup.ld $(SETUP_OBJS) FORCE
92 $(obj)/setup.bin: $(obj)/setup.elf FORCE
A D.gitignore10 setup.elf
/arch/loongarch/kernel/
A Delf.c14 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument
/arch/mips/kernel/
A Delf.c76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() argument
120 ret = kernel_read(elf, &abiflags, sizeof(abiflags), &pos); in arch_elf_pt_proc()

Completed in 31 milliseconds

123