Searched defs:r_info (Results 1 – 7 of 7) sorted by relevance
28 #define ELF_RISCV_R_SYM(r_info) ELF64_R_SYM(r_info) argument29 #define ELF_RISCV_R_TYPE(r_info) ELF64_R_TYPE(r_info) argument31 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info) argument32 #define ELF_RISCV_R_TYPE(r_info) ELF32_R_TYPE(r_info) argument
164 unsigned int i, r_info, r_addend, _count_relocs; in count_relocs() local272 unsigned int i, r_info, r_addend, _count_relocs; in count_pcpu_relocs() local
139 struct omap_overlay_info *r_info) in omap_framebuffer_update_scanout()
73 struct omap_overlay_info info, r_info; in omap_plane_atomic_update() local
489 Elf64_Xword r_info; member
439 Elf32_Word r_info = rel[i].r_info; in apply_relocations() local
1301 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()