| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs_32.c | 8 #define SHT_REL_TYPE SHT_REL
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs_32.c | 8 #define SHT_REL_TYPE SHT_REL
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 820 (sec->sh.sh_type != SHT_REL)) in read_relocs() 841 case SHT_REL: in read_relocs() 1082 sec->sh.sh_type = SHT_REL; in elf_create_rel_reloc_section() 1126 case SHT_REL: return elf_create_rel_reloc_section(elf, base); in elf_create_reloc_section() 1201 case SHT_REL: return elf_rebuild_rel_reloc_section(sec, nr); in elf_rebuild_reloc_section() 1230 if (sec->sh.sh_type == SHT_REL) { in elf_write_reloc()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 324 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main() 355 if (sh_type == SHT_REL) { in main()
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | genvdso.h | 32 case SHT_REL: in FUNC()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 324 : w(SHT_REL); 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 | 246 if ((r(&s->sh_type) == SHT_REL || in do_sort()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 277 #define SHT_REL 9 macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 432 case SHT_REL: 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 | 276 #define SHT_REL 9 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 | 276 #define SHT_REL 9 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 249 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 256 #define SHT_REL 9 /* relation section without addends */ macro
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_file.c | 949 relsec->sh_type != SHT_REL) in kexec_apply_relocations() 983 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf_common.h | 282 #define SHT_REL 9 /* relocation section - no addends */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf_common.h | 282 #define SHT_REL 9 /* relocation section - no addends */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf_common.h | 282 #define SHT_REL 9 /* relocation section - no addends */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf_common.h | 282 #define SHT_REL 9 /* relocation section - no addends */ macro
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_load.c | 606 if (shdr.sh_type == SHT_REL) { in do_load_bpf_file()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | vpe.c | 687 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | module.c | 956 if (s->sh_type == SHT_REL) in module_finalize()
|
| /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/ |
| H A D | elf.h | 437 #define SHT_REL 9 /* Relocation entries, no addends */ macro
|
| /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/ |
| H A D | elf.h | 437 #define SHT_REL 9 /* Relocation entries, no addends */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-elf.c | 436 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 1971 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
|