Symbol: rel_type
arch/mips/boot/tools/relocs.c
551
rel_type(r_type), r_type);
arch/mips/boot/tools/relocs.c
649
rel_type(ELF_R_TYPE(rel->r_info)),
arch/x86/tools/relocs.c
1033
rel_type(ELF_R_TYPE(rel->r_info)),
arch/x86/tools/relocs.c
671
rel_type(ELF_R_TYPE(rel->r_info)),
arch/x86/tools/relocs.c
782
die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname);
arch/x86/tools/relocs.c
802
die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type);
arch/x86/tools/relocs.c
839
die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname);
arch/x86/tools/relocs.c
847
die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type);
arch/x86/tools/relocs.c
889
die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname);
arch/x86/tools/relocs.c
910
die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname);
arch/x86/tools/relocs.c
914
die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
490
rel_type)
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
502
rel->rel_type = rel_type;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
538
switch (rel->rel_type) {
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
89
enum vmw_resource_relocation_type rel_type:3;
drivers/pci/setup-bus.c
1671
enum release_type rel_type)
drivers/pci/setup-bus.c
1688
if (rel_type != whole_subtree)
drivers/pci/setup-bus.c
1695
pci_bus_release_bridge_resources(b, res, rel_type);
drivers/pci/setup-bus.c
1705
if ((rel_type == whole_subtree) || is_leaf_bridge)
drivers/pci/setup-bus.c
2093
enum release_type rel_type)
drivers/pci/setup-bus.c
2110
pci_bus_release_bridge_resources(bus, b_win, rel_type);
drivers/pci/setup-bus.c
2131
enum release_type rel_type = leaf_only;
drivers/pci/setup-bus.c
2185
rel_type = whole_subtree;
drivers/pci/setup-bus.c
2187
pci_prepare_next_assign_round(&fail_head, tried_times, rel_type);
mm/kasan/report.c
297
const char *rel_type, *region_state = "";
mm/kasan/report.c
305
rel_type = "to the left";
mm/kasan/report.c
308
rel_type = "to the right";
mm/kasan/report.c
311
rel_type = "inside";
mm/kasan/report.c
331
rel_bytes, rel_type, region_state, info->alloc_size,
net/ipv6/ip6_tunnel.c
468
u8 rel_type = ICMPV6_DEST_UNREACH;
net/ipv6/ip6_tunnel.c
536
rel_type = ICMPV6_PKT_TOOBIG;
net/ipv6/ip6_tunnel.c
549
*type = rel_type;
net/ipv6/ip6_tunnel.c
567
u8 rel_type = type;
net/ipv6/ip6_tunnel.c
572
err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
net/ipv6/ip6_tunnel.c
580
switch (rel_type) {
net/ipv6/ip6_tunnel.c
584
rel_type = ICMP_DEST_UNREACH;
net/ipv6/ip6_tunnel.c
590
rel_type = ICMP_DEST_UNREACH;
net/ipv6/ip6_tunnel.c
645
if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
net/ipv6/ip6_tunnel.c
652
icmp_send(skb2, rel_type, rel_code, htonl(rel_info));
net/ipv6/ip6_tunnel.c
665
u8 rel_type = type;
net/ipv6/ip6_tunnel.c
668
err = ip6_tnl_err(skb, IPPROTO_IPV6, opt, &rel_type, &rel_code,
net/ipv6/ip6_tunnel.c
691
icmpv6_send(skb2, rel_type, rel_code, rel_info);
net/ipv6/ip6_tunnel.c
707
u8 rel_type = type;
net/ipv6/ip6_tunnel.c
710
err = ip6_tnl_err(skb, IPPROTO_MPLS, opt, &rel_type, &rel_code,