Home
last modified time | relevance | path

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

/Linux-v5.10/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
/Linux-v5.10/arch/powerpc/kernel/
Dmodule_32.c26 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
Dmodule_64.c152 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
/Linux-v5.10/include/uapi/linux/
Delf.h164 Elf32_Word r_info; member
169 Elf64_Xword r_info; /* index and type of relocation */ member
174 Elf32_Word r_info; member
180 Elf64_Xword r_info; /* index and type of relocation */ member
/Linux-v5.10/scripts/
Drecordmcount.c455 Elf64_Xword r_info; member
/Linux-v5.10/arch/mips/kernel/
Dvpe.c439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local