Searched defs:r_info (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/arch/riscv/include/uapi/asm/ |
D | elf.h | 28 #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/ |
D | module_32.c | 27 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
|
D | module_64.c | 164 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/ |
D | elf.h | 168 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/ |
D | omap_fb.c | 138 struct omap_overlay_info *r_info) in omap_framebuffer_update_scanout()
|
D | omap_plane.c | 73 struct omap_overlay_info info, r_info; in omap_plane_atomic_update() local
|
/linux-6.6.21/scripts/ |
D | recordmcount.c | 489 Elf64_Xword r_info; member
|
/linux-6.6.21/arch/mips/kernel/ |
D | vpe.c | 438 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local
|
/linux-6.6.21/drivers/media/platform/verisilicon/ |
D | hantro_g2_vp9_dec.c | 305 unsigned short r_info = vp9_ctx->tile_r_info[i]; in fill_tile_info() local
|
/linux-6.6.21/scripts/mod/ |
D | modpost.c | 1442 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()
|