Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c215 if (reloc.reloc_type != QXL_RELOC_TYPE_BO && reloc.reloc_type != QXL_RELOC_TYPE_SURF) { in qxl_process_single_command()
216 DRM_DEBUG("unknown reloc type %d\n", reloc.reloc_type); in qxl_process_single_command()
221 reloc_info[i].type = reloc.reloc_type; in qxl_process_single_command()
235 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command()
/linux/tools/objtool/arch/x86/
H A Dspecial.c103 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
133 if (!file->ignore_unreachables && reloc_type(text_reloc) == R_X86_64_PC32) { in arch_find_switch_table()
H A Ddecode.c123 unsigned int type = reloc_type(reloc);
151 switch (reloc_type(reloc)) { in has_notrack_prefix()
927 switch (reloc_type(reloc)) {
940 switch (reloc_type(reloc)) {
/linux/tools/objtool/include/objtool/
H A Delf.h388 static inline unsigned int reloc_type(struct reloc *reloc)
400 ELF32_R_INFO(sym, reloc_type(reloc)) :
401 ELF64_R_INFO(sym, reloc_type(reloc));
273 static inline unsigned int reloc_type(struct reloc *reloc) reloc_type() function
/linux/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member
/linux/tools/objtool/
H A Dklp-diff.c965 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc))) in clone_reloc_klp()
1022 klp_reloc.type = reloc_type(patched_reloc); in clone_reloc_klp()
1115 reloc_type(patched_reloc))) in clone_reloc()
H A Dcheck.c4903 unsigned int type = reloc_type(reloc); in check_abs_references()
/linux/tools/lib/bpf/
H A Dlibbpf.c366 enum reloc_type { enum
378 enum reloc_type type;