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

/linux-master/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.c704 rel_type(ELF_R_TYPE(rel->r_info)),
1160 rel_type(ELF_R_TYPE(rel->r_info)),
/linux-master/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.c503 unsigned r_type = ELF_R_TYPE(rel->r_info);
642 rel_type(ELF_R_TYPE(rel->r_info)),
/linux-master/include/asm-generic/
H A Dmodule.h28 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
45 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro
/linux-master/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-master/scripts/mod/
H A Dmodpost.h23 #undef ELF_R_TYPE macro
38 #define ELF_R_TYPE ELF32_R_TYPE macro
52 #define ELF_R_TYPE ELF64_R_TYPE macro
H A Dmodpost.c1378 *r_type = ELF_R_TYPE(r_info);
/linux-master/arch/sparc/kernel/
H A Dmodule.c113 switch (ELF_R_TYPE(rel[i].r_info) & 0xff) {
139 (ELF_R_TYPE(rel[i].r_info) >> 8))
176 (int) (ELF_R_TYPE(rel[i].r_info) & 0xff));
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c87 type = ELF_R_TYPE(relas[i].r_info);
H A Dmodule.c453 type = ELF_R_TYPE(rel[i].r_info);
466 (int)ELF_R_TYPE(rel[i].r_info),
/linux-master/arch/s390/kernel/
H A Dmodule.c98 switch (ELF_R_TYPE (rela->r_info)) {
272 r_type = ELF_R_TYPE(rela->r_info);
/linux-master/arch/s390/tools/
H A Drelocs.c26 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro

Completed in 387 milliseconds