Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c105 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
135 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()
/openbmc/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()
236 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command()
/openbmc/qemu/linux-user/
H A Dflatload.c155 int reloc_type; in old_reloc() local
158 reloc_type = rl >> 30; in old_reloc()
169 offset, ptr, (int)*ptr, segment[reloc_type]); in old_reloc()
172 switch (reloc_type) { in old_reloc()
184 reloc_type); in old_reloc()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h268 static inline unsigned int reloc_type(struct reloc *reloc) in reloc_type() function
280 ELF32_R_INFO(sym, reloc_type(reloc)) : in set_reloc_sym()
281 ELF64_R_INFO(sym, reloc_type(reloc)); in set_reloc_sym()
/openbmc/linux/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member
/openbmc/linux/tools/objtool/
H A Dcheck.c4336 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()
4337 reloc_type(reloc) == R_X86_64_PLT32) in validate_ibt_insn()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c327 enum reloc_type { enum
338 enum reloc_type type;