Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c27 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local
H A 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
/openbmc/linux/include/uapi/linux/
H A 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
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c138 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
/openbmc/u-boot/include/
H A Delf.h404 Elf32_Word r_info; /* symbol table index and type */ member
410 Elf32_Word r_info; /* symbol table index and type */ member
416 Elf64_Xword r_info; /* index and type of relocation */ member
421 Elf64_Xword r_info; /* index and type of relocation */ member
/openbmc/linux/scripts/
H A Drecordmcount.c489 Elf64_Xword r_info; member
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c438 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c305 unsigned short r_info = vp9_ctx->tile_r_info[i]; in fill_tile_info() local
/openbmc/qemu/include/
H A Delf.h1453 Elf32_Word r_info; member
1458 Elf64_Xword r_info; /* index and type of relocation */ member
1463 Elf32_Word r_info; member
1469 Elf64_Xword r_info; /* index and type of relocation */ member
/openbmc/linux/scripts/mod/
H A Dmodpost.c1362 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()