Home
last modified time | relevance | path

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

/linux-6.15/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.15/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
272 unsigned int i, r_info, r_addend, _count_relocs; in count_pcpu_relocs() local
/linux-6.15/drivers/gpu/drm/omapdrm/
Domap_fb.c139 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.15/tools/include/uapi/linux/
Delf.h176 Elf32_Word r_info; member
181 Elf64_Xword r_info; /* index and type of relocation */ member
186 Elf32_Word r_info; member
192 Elf64_Xword r_info; /* index and type of relocation */ member
/linux-6.15/include/uapi/linux/
Delf.h176 Elf32_Word r_info; member
181 Elf64_Xword r_info; /* index and type of relocation */ member
186 Elf32_Word r_info; member
192 Elf64_Xword r_info; /* index and type of relocation */ member
/linux-6.15/scripts/
Drecordmcount.c489 Elf64_Xword r_info; member
/linux-6.15/arch/mips/kernel/
Dvpe.c438 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local
/linux-6.15/drivers/media/platform/verisilicon/
Dhantro_g2_vp9_dec.c289 unsigned short r_info = vp9_ctx->tile_r_info[i]; in fill_tile_info() local
/linux-6.15/scripts/mod/
Dmodpost.c1299 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()