Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c46 #define ELF_R_TYPE ELF64_R_TYPE macro
50 #define ELF_R_TYPE ELF32_R_TYPE macro
84 switch (ELF_R_TYPE(rel->r_info)) { in _relocate()
/openbmc/u-boot/tools/
H A Dprelink-riscv.inc24 #define ELF_R_TYPE CONCAT3(ELF, PRELINK_INC_BITS, _R_TYPE)
88 if (ELF_R_TYPE(r->r_info) == R_RISCV_RELATIVE)
90 else if (ELF_R_TYPE(r->r_info) == R_RISCV_32)
92 else if (ELF_R_TYPE(r->r_info) == R_RISCV_64)
106 #undef ELF_R_TYPE
/openbmc/linux/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
/openbmc/linux/scripts/mod/
H A Dmodpost.h22 #undef ELF_R_TYPE
37 #define ELF_R_TYPE ELF32_R_TYPE macro
51 #define ELF_R_TYPE ELF64_R_TYPE macro
H A Dmodpost.c1420 *r_type = ELF_R_TYPE(r_info); in get_rel_type_and_sym()
/openbmc/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
/openbmc/linux/arch/sparc/kernel/
H A Dmodule.c113 switch (ELF_R_TYPE(rel[i].r_info) & 0xff) { in apply_relocate_add()
139 (ELF_R_TYPE(rel[i].r_info) >> 8)) in apply_relocate_add()
176 (int) (ELF_R_TYPE(rel[i].r_info) & 0xff)); in apply_relocate_add()
/openbmc/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.c704 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
1169 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/openbmc/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.c503 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc()
642 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-RISC-V-Restore-the-typcast-to-long.patch36 switch (ELF_R_TYPE (info))
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c452 type = ELF_R_TYPE(rel[i].r_info); in apply_relocate_add()
465 (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()
/openbmc/linux/arch/s390/kernel/
H A Dmodule.c98 switch (ELF_R_TYPE (rela->r_info)) { in check_rela()
272 r_type = ELF_R_TYPE(rela->r_info); in apply_rela()