OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromtype
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libselinux/src/
get_context_list.c
168
const char *fromrole, *
fromtype
;
local
182
fromtype
= context_type_get(con);
183
if (!fromrole || !
fromtype
) {
219
if (!strcmp(fromrole, linerole) && !strcmp(
fromtype
, linetype)) {
/toolchain/binutils/binutils-2.25/gold/
resolve.cc
363
elfcpp::STT
fromtype
= (object->pluginobj() != NULL
local
369
fromtype
);
374
if (Symbol_table::should_override(to, frombits,
fromtype
, OBJECT,
443
elfcpp::STT
fromtype
, Defined defined,
468
if ((to->type() == elfcpp::STT_TLS) ^ (
fromtype
== elfcpp::STT_TLS)
910
elfcpp::STT
fromtype
,
916
bool ret = Symbol_table::should_override(to, frombits,
fromtype
, defined,
[
all
...]
Completed in 166 milliseconds