Searched refs:Elf64_Shdr (Results 1 - 6 of 6) sorted by relevance

/u-boot/lib/
H A Delf.c69 Elf64_Shdr *shdr; /* Section header structure pointer */
77 shdr = (Elf64_Shdr *)(addr + (ulong)ehdr->e_shoff +
78 (ehdr->e_shstrndx * sizeof(Elf64_Shdr)));
85 shdr = (Elf64_Shdr *)(addr + (ulong)ehdr->e_shoff +
86 (i * sizeof(Elf64_Shdr)));
/u-boot/drivers/remoteproc/
H A Drproc-elf-loader.c138 if (size < ehdr->e_shoff + sizeof(Elf64_Shdr)) {
414 static Elf64_Shdr *rproc_elf64_find_rsc_table(struct udevice *dev,
423 Elf64_Shdr *shdr;
432 shdr = (Elf64_Shdr *)(elf_data + ehdr->e_shoff);
487 Elf64_Shdr *shdr;
/u-boot/tools/
H A Dmips-relocs.c206 Elf64_Shdr *shdr64;
H A Drelocate-rela.c138 Elf64_Shdr *sh_table; /* Elf symbol table */
H A Dzynqmpbif.c550 Elf64_Shdr *shdr;
/u-boot/include/
H A Delf.h256 } Elf64_Shdr; typedef in typeref:struct:__anon31

Completed in 115 milliseconds