Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c820 (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 Dmips-relocs.c324 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 Dgenvdso.h32 case SHT_REL: in FUNC()
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h324 : 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 Dsorttable.h246 if ((r(&s->sh_type) == SHT_REL || in do_sort()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h277 #define SHT_REL 9 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c432 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 Delf.h276 #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 Delf.h276 #define SHT_REL 9 macro
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule-plts.c249 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h256 #define SHT_REL 9 /* relation section without addends */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c949 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 Delf_common.h282 #define SHT_REL 9 /* relocation section - no addends */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h282 #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 Delf_common.h282 #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 Delf_common.h282 #define SHT_REL 9 /* relocation section - no addends */ macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dbpf_load.c606 if (shdr.sh_type == SHT_REL) { in do_load_bpf_file()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c687 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c956 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 Delf.h437 #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 Delf.h437 #define SHT_REL 9 /* Relocation entries, no addends */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-elf.c436 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c1971 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()

12