Home
last modified time | relevance | path

Searched refs:ELF_R_TYPE (Results 1 – 13 of 13) 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/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
H A Drelocs.c671 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
1033 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/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.c509 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc()
649 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.c507 type = ELF_R_TYPE(rel[i].r_info); in apply_relocate_add()
520 (int)ELF_R_TYPE(rel[i].r_info), in apply_relocate_add()
530 u32 hi20_type = ELF_R_TYPE(rel[j].r_info); in apply_relocate_add()
H A Dmodule-sections.c90 switch (ELF_R_TYPE(relas[i].r_info)) { in count_max_entries()
/linux/arch/s390/tools/
H A Drelocs.c26 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro
/linux/scripts/mod/
H A Dmodpost.c1336 *r_type = ELF_R_TYPE(r_info); in get_rel_type_and_sym()