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

  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 927 char *domain_type;
934 domain_type = NULL;
939 domain_type = pop_type (info);
940 if (domain_type == NULL)
942 if (CONST_STRNEQ (domain_type, "class ")
943 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL)
944 domain_type += sizeof "class " - 1;
945 else if (CONST_STRNEQ (domain_type, "union class ")
946 && (strchr (domain_type + sizeof "union class " - 1, ' ')
948 domain_type += sizeof "union class " - 1
922 char *domain_type; local
    [all...]
debug.c 255 debug_type domain_type; member in struct:debug_method_type
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 526 for domain_type in self.ptypes:
527 self.attributes[domain_type] = sepolicy.info(sepolicy.TYPE, ("%s") % domain_type)[0]["attributes"]
    [all...]

Completed in 71 milliseconds