Home
last modified time | relevance | path

Searched defs:r_info (Results 1 – 4 of 4) sorted by relevance

/arch/riscv/include/uapi/asm/
Delf.h28 #define ELF_RISCV_R_SYM(r_info) ELF64_R_SYM(r_info) argument
29 #define ELF_RISCV_R_TYPE(r_info) ELF64_R_TYPE(r_info) argument
31 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info) argument
32 #define ELF_RISCV_R_TYPE(r_info) ELF32_R_TYPE(r_info) argument
/arch/powerpc/kernel/
Dmodule_32.c26 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
Dmodule_64.c144 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
/arch/mips/kernel/
Dvpe.c439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local