Home
last modified time | relevance | path

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

/Linux-v4.19/mm/kasan/
Dreport.c210 const char *rel_type; in describe_object_addr() local
221 rel_type = "to the left"; in describe_object_addr()
224 rel_type = "to the right"; in describe_object_addr()
227 rel_type = "inside"; in describe_object_addr()
233 rel_bytes, rel_type, cache->object_size, (void *)object_addr, in describe_object_addr()
/Linux-v4.19/arch/x86/tools/
Drelocs.c192 static const char *rel_type(unsigned type) in rel_type() function
622 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
803 rel_type(r_type), symname); in do_reloc64()
824 rel_type(r_type), r_type); in do_reloc64()
860 rel_type(r_type), symname); in do_reloc32()
869 rel_type(r_type), r_type); in do_reloc32()
912 rel_type(r_type), symname); in do_reloc_real()
935 rel_type(r_type), symname); in do_reloc_real()
940 rel_type(r_type), r_type); in do_reloc_real()
1063 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/Linux-v4.19/net/ipv6/
Dip6_tunnel.c479 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local
543 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
555 *type = rel_type; in ip6_tnl_err()
573 u8 rel_type = type; in ip4ip6_err() local
578 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err()
586 switch (rel_type) { in ip4ip6_err()
590 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
596 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
644 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err()
651 icmp_send(skb2, rel_type, rel_code, htonl(rel_info)); in ip4ip6_err()
[all …]
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c60 static const char *rel_type(unsigned type) in rel_type() function
544 rel_type(r_type), r_type); in do_reloc()
642 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/Linux-v4.19/drivers/pci/
Dsetup-bus.c1595 enum release_type rel_type) in pci_bus_release_bridge_resources() argument
1610 if (rel_type == whole_subtree) in pci_bus_release_bridge_resources()
1621 if ((rel_type == whole_subtree) || is_leaf_bridge) in pci_bus_release_bridge_resources()
1756 enum release_type rel_type = leaf_only; in pci_assign_unassigned_root_bus_resources() local
1809 rel_type = whole_subtree; in pci_assign_unassigned_root_bus_resources()
1818 rel_type); in pci_assign_unassigned_root_bus_resources()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c69 enum vmw_resource_relocation_type rel_type:3;
452 rel_type) in vmw_resource_relocation_add()
464 rel->rel_type = rel_type; in vmw_resource_relocation_add()
505 switch (rel->rel_type) { in vmw_resource_relocations_apply()