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

  /external/libselinux/src/
dso.h 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
  /external/selinux/libselinux/src/
dso.h 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
  /external/selinux/libsemanage/src/
dso.h 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
  /external/selinux/libsepol/cil/src/
dso.h 10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
23 # define hidden_proto(fct) macro
  /external/selinux/libsepol/src/
dso.h 10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
23 # define hidden_proto(fct) macro
  /external/v8/test/cctest/
test-decls.cc 510 Local<Object> hidden_proto = hidden_proto_->GetFunction()->NewInstance(); local
513 inner_global->SetPrototype(hidden_proto);

Completed in 2127 milliseconds