HomeSort by relevance Sort by last modified time
    Searched refs:declare_symbol (Results 1 - 3 of 3) sorted by null

  /external/checkpolicy/
module_compiler.h 29 int declare_symbol(uint32_t symbol_type,
module_compiler.c 126 int declare_symbol(uint32_t symbol_type, function
222 declare_symbol(SYM_ROLES, id, (hashtab_datum_t *) role, &value,
336 retval = declare_symbol(SYM_TYPES, id, typdatum, &value, &value);
426 declare_symbol(SYM_USERS, id, (hashtab_datum_t *) user, &value,
    [all...]
policy_define.c 167 ret = declare_symbol(SYM_CLASSES, id, datum, &value, &value);
741 ret = declare_symbol(SYM_LEVELS, id, datum, &value, &value);
778 ret = declare_symbol(SYM_LEVELS, id, aliasdatum, NULL, &value);
910 ret = declare_symbol(SYM_CATS, id, datum, &value, &value);
949 declare_symbol(SYM_CATS, id, aliasdatum, NULL,
1156 ret = declare_symbol(SYM_TYPES, id, aliasdatum,
    [all...]

Completed in 6745 milliseconds