Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c517 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 Dgenvdso.h33 case SHT_RELA: in FUNC()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h323 ? 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 Dsorttable.h247 r(&s->sh_type) == SHT_RELA) && in do_sort()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule_32.c93 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
H A Dmodule_64.c204 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h272 #define SHT_RELA 4 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c435 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 Delf.h271 #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 Delf.h271 #define SHT_RELA 4 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h251 #define SHT_RELA 4 /* relocation section with addends*/ macro
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c320 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 Dmodule-plts.c335 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c324 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dmodule-elf-format.rst56 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 Dkexec_file.c948 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 Delf_common.h277 #define SHT_RELA 4 /* relocation section with addends */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h277 #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 Delf_common.h277 #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 Delf_common.h277 #define SHT_RELA 4 /* relocation section with addends */ macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmodule.c155 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()

12