| /linux-6.15/arch/x86/tools/ |
| H A D | relocs_64.c | 8 #define SHT_REL_TYPE SHT_RELA
|
| H A D | relocs.c | 546 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs_64.c | 8 #define SHT_REL_TYPE SHT_RELA
|
| H A D | relocs.c | 400 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
|
| /linux-6.15/arch/arm64/kernel/pi/ |
| H A D | relacheck.c | 83 if (swab_elfword(shdr[i].sh_type) != SHT_RELA) in main()
|
| /linux-6.15/arch/mips/vdso/ |
| H A D | genvdso.h | 33 case SHT_RELA: in FUNC()
|
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 20 #define SHT_REL_TYPE SHT_RELA 244 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | module-sections.c | 129 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | module-sections.c | 143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | module.c | 111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
|
| /linux-6.15/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 441 case SHT_RELA: in emit_all_relocs()
|
| /linux-6.15/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.c | 713 if (shdr_type(shdr) != SHT_RELA) in fill_relocs() 768 if (shdr_type(shdr) != SHT_RELA) in replace_relocs()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 284 #define SHT_RELA 4 macro
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | module_32.c | 94 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
|
| H A D | module_64.c | 218 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size() 316 if (sechdrs[i].sh_type == SHT_RELA) { in get_got_size()
|
| /linux-6.15/tools/objtool/include/objtool/ |
| H A D | elf.h | 181 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | module-plts.c | 319 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 284 #define SHT_RELA 4 macro
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | module.c | 290 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections() 931 else if (s->sh_type == SHT_RELA) in module_finalize()
|
| /linux-6.15/kernel/ |
| H A D | kexec_file.c | 994 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations() 1026 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
|
| /linux-6.15/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 50 these relocations. In the new format, livepatch manages its own SHT_RELA 165 Livepatch relocation sections are SHT_RELA sections but with a few special
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | module.c | 152 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | vpe.c | 689 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.c | 1430 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) { in check_sec_ref() 1443 if (sechdr->sh_type == SHT_RELA) in check_sec_ref()
|