OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYM_CATS
(Results
1 - 6
of
6
) sorted by null
/external/libsepol/include/sepol/policydb/
policydb.h
354
#define
SYM_CATS
7
390
#define p_cat_scope scope[
SYM_CATS
]
484
#define p_cats symtab[
SYM_CATS
]
495
#define p_cat_val_to_name sym_val_to_name[
SYM_CATS
]
/external/libsepol/tests/
test-common.c
134
CU_ASSERT(p->sym_val_to_name[
SYM_CATS
][d->s.value - 1] == (char *)key);
/external/libsepol/src/
link.c
744
state->cur->map[
SYM_CATS
][cat->s.value - 1] = base_cat->s.value;
1069
assert(mod->map[
SYM_CATS
][src_cat->low - 1]);
1070
dst->cat->low = mod->map[
SYM_CATS
][src_cat->low - 1];
1071
assert(mod->map[
SYM_CATS
][src_cat->high - 1]);
1072
dst->cat->high = mod->map[
SYM_CATS
][src_cat->high - 1];
[
all
...]
expand.c
1260
if (!is_id_enabled(id, state->base,
SYM_CATS
)) {
[
all
...]
/external/checkpolicy/
module_compiler.c
1193
retval = require_symbol(
SYM_CATS
, id, (hashtab_datum_t *) cat,
[
all
...]
policy_define.c
876
ret = declare_symbol(
SYM_CATS
, id, datum, &value, &value);
915
declare_symbol(
SYM_CATS
, id, aliasdatum, NULL,
[
all
...]
Completed in 41 milliseconds