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 165 ret = declare_symbol(SYM_CLASSES, id, datum, &value, &value);
611 ret = declare_symbol(SYM_LEVELS, id, datum, &value, &value);
648 ret = declare_symbol(SYM_LEVELS, id, aliasdatum, NULL, &value);
780 ret = declare_symbol(SYM_CATS, id, datum, &value, &value);
819 declare_symbol(SYM_CATS, id, aliasdatum, NULL,
1026 ret = declare_symbol(SYM_TYPES, id, aliasdatum,
1537 ret = declare_symbol(SYM_BOOLS, id, datum, &value, &value);
    [all...]

Completed in 24 milliseconds