HomeSort by relevance Sort by last modified time
    Searched defs:hidden_proto (Results 1 - 4 of 4) 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/libsepol/src/
dso.h 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
  /external/qemu/distrib/libselinux/src/
dso.h 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro
19 # define hidden_proto(fct) macro
  /external/chromium_org/v8/test/cctest/
test-decls.cc 510 Local<Object> hidden_proto = hidden_proto_->GetFunction()->NewInstance(); local
513 inner_global->SetPrototype(hidden_proto);

Completed in 98 milliseconds