HomeSort by relevance Sort by last modified time
    Searched refs:SENDMSG (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/test/msan/Linux/
sendmsg.cc 3 // RUN: %clangxx_msan %s -DSENDMSG -DPOISON -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=SENDMSG
52 #if defined(SENDMSG)
75 #elif defined(SENDMSG)
76 ret = sendmsg(sockfd, &msg, 0);
77 // SENDMSG: Uninitialized bytes in {{.*}} at offset 2 inside [{{.*}}, 5)
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_sockmap.c 460 int sent = sendmsg(fd, &msg, flags);
766 SENDMSG,
968 int skb_fd = (test == SENDMSG || test == SENDPAGE) ?
997 else if (test == SENDMSG) {
1044 case SENDMSG:
1045 return "sendmsg";
1127 int err = __test_exec(cgrp, SENDMSG, opt);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 300 SENDMSG,
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 457 SENDMSG,
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]

Completed in 709 milliseconds