| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs_64.c | 8 #define SHT_REL_TYPE SHT_RELA
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs_64.c | 8 #define SHT_REL_TYPE SHT_RELA
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 517 if (!sec->reloc && !elf_create_reloc_section(elf, sec, SHT_RELA)) in elf_add_reloc() 819 if ((sec->sh.sh_type != SHT_RELA) && in read_relocs() 845 case SHT_RELA: in read_relocs() 1112 sec->sh.sh_type = SHT_RELA; in elf_create_rela_reloc_section() 1127 case SHT_RELA: return elf_create_rela_reloc_section(elf, base); in elf_create_reloc_section() 1202 case SHT_RELA: return elf_rebuild_rela_reloc_section(sec, nr); in elf_rebuild_reloc_section()
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | genvdso.h | 33 case SHT_RELA: in FUNC()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module-sections.c | 128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 323 ? w(SHT_RELA) in append_func() 578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
|
| H A D | sorttable.h | 247 r(&s->sh_type) == SHT_RELA) && in do_sort()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | module_32.c | 93 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
|
| H A D | module_64.c | 204 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | module.c | 111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 272 #define SHT_RELA 4 macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 435 case SHT_RELA: in emit_all_relocs()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | elf.h | 271 #define SHT_RELA 4 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | elf.h | 271 #define SHT_RELA 4 macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 251 #define SHT_RELA 4 /* relocation section with addends*/ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | module.c | 320 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections() 960 else if (s->sh_type == SHT_RELA) in module_finalize()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 335 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 324 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 56 these relocations. In the new format, livepatch manages its own SHT_RELA 171 Livepatch relocation sections are SHT_RELA sections but with a few special
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_file.c | 948 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations() 980 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf_common.h | 277 #define SHT_RELA 4 /* relocation section with addends */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 277 #define SHT_RELA 4 /* relocation section with addends */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 277 #define SHT_RELA 4 /* relocation section with addends */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 277 #define SHT_RELA 4 /* relocation section with addends */ macro
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | module.c | 155 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|