Home
last modified time | relevance | path

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

/linux/arch/riscv/include/uapi/asm/
H A 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/arch/powerpc/kernel/
H A Dmodule_64.c164 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
272 unsigned int i, r_info, r_addend, _count_relocs; in count_pcpu_relocs() local
/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c139 struct omap_overlay_info *r_info) in omap_framebuffer_update_scanout()
H A Domap_plane.c73 struct omap_overlay_info info, r_info; in omap_plane_atomic_update() local
/linux/scripts/
H A Drecordmcount.c489 Elf64_Xword r_info; member
/linux/arch/mips/kernel/
H A Dvpe.c439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local
/linux/scripts/mod/
H A Dmodpost.c1301 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()