| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 42 #undef Elf_Rel 81 # define Elf_Rel Elf64_Rel macro 119 # define Elf_Rel Elf32_Rel macro 137 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount() 141 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount; 143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM() 147 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM; 149 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO() 153 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO; 178 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount() [all …]
|
| H A D | sorttable.h | 26 #undef Elf_Rel 48 # define Elf_Rel Elf64_Rel macro 69 # define Elf_Rel Elf32_Rel macro 209 Elf_Rel *relocs = NULL; in do_sort()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 35 Elf_Rel *reltab; 524 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs() 525 Elf_Rel *rel = &sec->reltab[j]; in read_relocs() 602 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs() 603 Elf_Rel *rel; in print_absolute_relocs() 665 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 687 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs() 688 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs() 770 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 866 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32() [all …]
|
| H A D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
| H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | module.h | 23 #define Elf_Rel Elf64_Rel macro 40 #define Elf_Rel Elf32_Rel macro
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 28 Elf_Rel *reltab; 385 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs() 386 Elf_Rel *rel = &sec->reltab[j]; in read_relocs() 467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 490 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs() 491 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs() 500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
|
| H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
| H A D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf.h | 25 typedef Elf32_Rel Elf_Rel; typedef 55 typedef Elf64_Rel Elf_Rel; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf.h | 25 typedef Elf32_Rel Elf_Rel; typedef 55 typedef Elf64_Rel Elf_Rel; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf.h | 25 typedef Elf32_Rel Elf_Rel; typedef 55 typedef Elf64_Rel Elf_Rel; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf.h | 25 typedef Elf32_Rel Elf_Rel; typedef 55 typedef Elf64_Rel Elf_Rel; typedef
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | module.h | 43 #define Elf_Rel Elf32_Rel macro 61 #define Elf_Rel Elf64_Rel macro
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.h | 33 #define Elf_Rel Elf32_Rel macro 48 #define Elf_Rel Elf64_Rel macro
|
| H A D | modpost.c | 1891 Elf_Rel *rel; in section_rel() 1896 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel() 1897 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()
|