Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/arch/powerpc/kernel/
Dmodule_32.c27 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
Dmodule_64.c164 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
262 unsigned int i, r_info, r_addend, _count_relocs; in count_pcpu_relocs() local
/linux-6.6.21/include/uapi/linux/
Delf.h168 Elf32_Word r_info; member
173 Elf64_Xword r_info; /* index and type of relocation */ member
178 Elf32_Word r_info; member
184 Elf64_Xword r_info; /* index and type of relocation */ member
/linux-6.6.21/drivers/gpu/drm/omapdrm/
Domap_fb.c138 struct omap_overlay_info *r_info) in omap_framebuffer_update_scanout()
Domap_plane.c73 struct omap_overlay_info info, r_info; in omap_plane_atomic_update() local
/linux-6.6.21/scripts/
Drecordmcount.c489 Elf64_Xword r_info; member
/linux-6.6.21/arch/mips/kernel/
Dvpe.c438 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local
/linux-6.6.21/drivers/media/platform/verisilicon/
Dhantro_g2_vp9_dec.c305 unsigned short r_info = vp9_ctx->tile_r_info[i]; in fill_tile_info() local
/linux-6.6.21/scripts/mod/
Dmodpost.c1442 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()