Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/tools/
H A Drelocs.c210 static const char *rel_type(unsigned type) in rel_type() function
671 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
782 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc64()
802 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc64()
839 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
847 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc32()
889 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
910 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
914 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc_real()
1033 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/linux/net/ipv6/
H A Dip6_tunnel.c475 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err()
543 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
556 *type = rel_type; in ip6_tnl_err()
574 u8 rel_type = type; in ip4ip6_err()
579 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err()
587 switch (rel_type) { in ip4ip6_err()
591 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
597 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
652 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
659 icmp_send(skb2, rel_type, rel_cod in ip4ip6_err()
471 u8 rel_type = ICMPV6_DEST_UNREACH; ip6_tnl_err() local
570 u8 rel_type = type; ip4ip6_err() local
668 u8 rel_type = type; ip6ip6_err() local
710 u8 rel_type = type; mplsip6_err() local
[all...]
/linux/arch/mips/boot/tools/
H A Drelocs.c60 static const char *rel_type(unsigned type) in rel_type() function
551 rel_type(r_type), r_type); in do_reloc()
649 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c89 enum vmw_resource_relocation_type rel_type:3; member
490 rel_type) in vmw_resource_relocation_add()
502 rel->rel_type = rel_type; in vmw_resource_relocation_add()
538 switch (rel->rel_type) { in vmw_resource_relocations_apply()