Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/uapi/asm/
Delf.h25 #define ELF_RISCV_R_SYM(r_info) ELF64_R_SYM(r_info) argument
26 #define ELF_RISCV_R_TYPE(r_info) ELF64_R_TYPE(r_info) argument
28 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info) argument
29 #define ELF_RISCV_R_TYPE(r_info) ELF32_R_TYPE(r_info) argument
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_32.c38 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
Dmodule_64.c192 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
/Linux-v4.19/include/uapi/linux/
Delf.h163 Elf32_Word r_info; member
168 Elf64_Xword r_info; /* index and type of relocation */ member
173 Elf32_Word r_info; member
179 Elf64_Xword r_info; /* index and type of relocation */ member
/Linux-v4.19/scripts/
Drecordmcount.c428 Elf64_Xword r_info; member
/Linux-v4.19/arch/mips/kernel/
Dvpe.c439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local