HomeSort by relevance Sort by last modified time
    Searched defs:type_ptr (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/newrole/
newrole.c 828 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ local
916 if (get_default_type(role_s, &type_ptr)) {
921 type_s = type_ptr;
980 free(type_ptr);
986 free(type_ptr);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 3373 elf_symbol_type *type_ptr; local
6865 elf_symbol_type *type_ptr; local
    [all...]

Completed in 1129 milliseconds