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

/linux-master/tools/objtool/arch/x86/
H A Dspecial.c105 if (reloc_type(text_reloc) == R_X86_64_PC32)
135 if (reloc_type(text_reloc) == R_X86_64_PC32)
H A Ddecode.c87 switch (reloc_type(reloc)) {
/linux-master/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member in struct:drm_qxl_reloc
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c214 if (reloc.reloc_type != QXL_RELOC_TYPE_BO && reloc.reloc_type != QXL_RELOC_TYPE_SURF) {
215 DRM_DEBUG("unknown reloc type %d\n", reloc.reloc_type);
220 reloc_info[i].type = reloc.reloc_type;
234 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) {
/linux-master/tools/objtool/include/objtool/
H A Delf.h269 static inline unsigned int reloc_type(struct reloc *reloc) function
281 ELF32_R_INFO(sym, reloc_type(reloc)) :
282 ELF64_R_INFO(sym, reloc_type(reloc));
/linux-master/tools/objtool/
H A Dcheck.c4365 if (reloc_type(reloc) == R_X86_64_PC32 ||
4366 reloc_type(reloc) == R_X86_64_PLT32)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c339 enum reloc_type { enum
350 enum reloc_type type;

Completed in 227 milliseconds