Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/x86/
H A Dspecial.c99 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
129 if (!file->ignore_unreachables && 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()
871 switch (reloc_type(reloc)) { in arch_reloc_size()
/linux-6.15/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-6.15/tools/objtool/include/objtool/
H A Delf.h271 static inline unsigned int reloc_type(struct reloc *reloc) in reloc_type() function
283 ELF32_R_INFO(sym, reloc_type(reloc)) : in set_reloc_sym()
284 ELF64_R_INFO(sym, reloc_type(reloc)); in set_reloc_sym()
/linux-6.15/tools/objtool/arch/powerpc/
H A Ddecode.c120 switch (reloc_type(reloc)) { in arch_reloc_size()
/linux-6.15/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c370 switch (reloc_type(reloc)) { in arch_reloc_size()
381 switch (reloc_type(reloc)) { in arch_jump_table_sym_offset()
/linux-6.15/tools/objtool/
H A Dcheck.c4401 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()
4402 reloc_type(reloc) == R_X86_64_PLT32) in validate_ibt_insn()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c365 enum reloc_type { enum
376 enum reloc_type type;