| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | elf.c | 60 Elf32_Shdr *shdr; /* Section header structure pointer */ in load_elf_image_shdr() 68 shdr = (Elf32_Shdr *)(addr + ehdr->e_shoff + in load_elf_image_shdr() 69 (ehdr->e_shstrndx * sizeof(Elf32_Shdr))); in load_elf_image_shdr() 76 shdr = (Elf32_Shdr *)(addr + ehdr->e_shoff + in load_elf_image_shdr() 77 (i * sizeof(Elf32_Shdr))); in load_elf_image_shdr()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | module.c | 113 apply_relocate_add(Elf32_Shdr * sechdrs, const char *strtab, in apply_relocate_add() 117 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate_add() 118 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate_add() 119 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | module_32.c | 73 const Elf32_Shdr *sechdrs, in get_plt_size() 120 Elf32_Shdr *sechdrs, in module_frob_arch_sections() 159 const Elf32_Shdr *sechdrs, in do_plt_call() 193 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module.c | 72 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() 75 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate() 76 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate() 77 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate()
|
| H A D | module-plts.c | 219 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() 247 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | module.c | 22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate() 62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/asm/ |
| H A D | module.h | 12 #define Elf_Shdr Elf32_Shdr
|
| /OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/ |
| H A D | vma_map.c | 111 Elf32_Shdr __user *shdr_start; in create_vma_map() 114 Elf32_Shdr shdr, shdr_str; in create_vma_map()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | module.h | 33 #define Elf_Shdr Elf32_Shdr
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | elf2ecoff.c | 203 static void convert_elf_shdrs(Elf32_Shdr * s, int num) in convert_elf_shdrs() 272 Elf32_Shdr *sh; in main() 335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main() 336 ex.e_shnum * sizeof(Elf32_Shdr), in main()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | module.c | 16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf.h | 22 typedef Elf32_Shdr Elf_Shdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf.h | 22 typedef Elf32_Shdr Elf_Shdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf.h | 22 typedef Elf32_Shdr Elf_Shdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf.h | 22 typedef Elf32_Shdr Elf_Shdr;
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | module.c | 9 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | module.h | 39 #define Elf_Shdr Elf32_Shdr
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | module.c | 24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | module.c | 18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | module.c | 49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.h | 68 #define Elf_Shdr Elf32_Shdr
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | module.c | 43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | module.c | 41 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | module.c | 47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | module.c | 45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|