Home
last modified time | relevance | path

Searched refs:ELF_R_TYPE (Results 1 – 15 of 15) sorted by relevance

/linux/include/asm-generic/
H A Dmodule.h24 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
37 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro
/linux/arch/sparc/kernel/
H A Dmodule.c83 switch (ELF_R_TYPE(rel[i].r_info) & 0xff) { in apply_relocate_add()
109 (ELF_R_TYPE(rel[i].r_info) >> 8)) in apply_relocate_add()
146 (int) (ELF_R_TYPE(rel[i].r_info) & 0xff)); in apply_relocate_add()
/linux/scripts/mod/
H A Dmodpost.h23 #undef ELF_R_TYPE
38 #define ELF_R_TYPE ELF32_R_TYPE macro
52 #define ELF_R_TYPE ELF64_R_TYPE macro
H A Dmodpost.c1327 *r_type = ELF_R_TYPE(r_info); in get_rel_type_and_sym()
/linux/arch/mips/include/asm/
H A Dmodule.h45 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro
63 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
/linux/arch/x86/tools/
H A Drelocs_64.c13 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro
H A Drelocs_32.c13 #define ELF_R_TYPE(val) ELF32_R_TYPE(val) macro
/linux/arch/mips/boot/tools/
H A Drelocs_32.c13 #define ELF_R_TYPE(val) ELF32_R_TYPE(val) macro
H A Drelocs_64.c26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type) macro
H A Drelocs.c508 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc()
647 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/linux/arch/riscv/kernel/
H A Dmodule-sections.c89 switch (ELF_R_TYPE(relas[i].r_info)) { in count_max_entries()
105 switch (ELF_R_TYPE(rela->r_info)) { in rela_needs_plt_got_entry()
/linux/arch/loongarch/kernel/
H A Dmodule.c453 type = ELF_R_TYPE(rel[i].r_info); in apply_relocate_add()
466 (int)ELF_R_TYPE(rel[i].r_info), in apply_relocate_add()
H A Dmodule-sections.c87 type = ELF_R_TYPE(relas[i].r_info); in count_max_entries()
/linux/arch/s390/kernel/
H A Dmodule.c62 switch (ELF_R_TYPE (rela->r_info)) { in check_rela()
236 r_type = ELF_R_TYPE(rela->r_info); in apply_rela()
/linux/arch/s390/tools/
H A Drelocs.c26 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro