HomeSort by relevance Sort by last modified time
    Searched full:pdie (Results 1 - 5 of 5) sorted by null

  /external/minijail/
libminijail.c 362 pdie("failed to open namespace '%s'", ns_path);
390 pdie("failed to open namespace '%s'", ns_path);
622 pdie("failed to open seccomp filter file '%s'", path);
933 pdie("failed to open '%s'", fname);
945 pdie("failed to open '%s'", fname);
978 pdie("setresuid");
980 pdie("setresgid");
1012 pdie("mount: %s -> %s", m->src, dest);
1019 pdie("bind ro: %s -> %s", m->src, dest);
1057 pdie("failed to open / for fchdir")
    [all...]
util.h 20 #define pdie(_msg, ...) \ macro
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 658 const unsigned char* pdie = dwinfo->buffer_at_offset(die_offset); local
659 if (pdie == NULL)
661 unsigned int code = read_unsigned_LEB_128(pdie, &len);
684 const unsigned char* pdie = local
686 if (pdie == NULL)
688 const unsigned char* pattr = pdie + this->attr_offset_;
702 off_t attr_off = this->die_offset_ + (pattr - pdie);
912 this->child_offset_ = this->die_offset_ + (pattr - pdie);
914 this->sibling_offset_ = this->die_offset_ + (pattr - pdie);
927 const unsigned char* pdie local
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 1108 sub pdie {
1137 pdie "pproxy: $emsg -- PPROXY_REVERSE\n";
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]

Completed in 1899 milliseconds