Searched refs:reloc_type (Results 1 – 7 of 7) sorted by relevance
214 if (reloc.reloc_type != QXL_RELOC_TYPE_BO && reloc.reloc_type != QXL_RELOC_TYPE_SURF) { in qxl_process_single_command()215 DRM_DEBUG("unknown reloc type %d\n", reloc.reloc_type); in qxl_process_single_command()220 reloc_info[i].type = reloc.reloc_type; in qxl_process_single_command()234 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command()
128 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()158 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
87 switch (reloc_type(reloc)) { in arch_pc_relative_reloc()
270 static inline unsigned int reloc_type(struct reloc *reloc) in reloc_type() function282 ELF32_R_INFO(sym, reloc_type(reloc)) : in set_reloc_sym()283 ELF64_R_INFO(sym, reloc_type(reloc)); in set_reloc_sym()
78 __u32 reloc_type; member
4493 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()4494 reloc_type(reloc) == R_X86_64_PLT32) in validate_ibt_insn()
365 enum reloc_type { enum376 enum reloc_type type;