Home
last modified time | relevance | path

Searched refs:reloc_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c214 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()
/linux/tools/objtool/arch/x86/
H A Dspecial.c128 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()
H A Ddecode.c87 switch (reloc_type(reloc)) { in arch_pc_relative_reloc()
/linux/tools/objtool/include/objtool/
H A Delf.h270 static inline unsigned int reloc_type(struct reloc *reloc) in reloc_type() function
282 ELF32_R_INFO(sym, reloc_type(reloc)) : in set_reloc_sym()
283 ELF64_R_INFO(sym, reloc_type(reloc)); in set_reloc_sym()
/linux/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member
/linux/tools/objtool/
H A Dcheck.c4493 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()
4494 reloc_type(reloc) == R_X86_64_PLT32) in validate_ibt_insn()
/linux/tools/lib/bpf/
H A Dlibbpf.c365 enum reloc_type { enum
376 enum reloc_type type;