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

  /external/libsepol/src/
avrule_block.c 33 static unsigned int symtab_sizes[SYM_NUM] = {
61 for (i = 0; i < SYM_NUM; i++) {
68 for (i = 0; i < SYM_NUM; i++) {
83 for (i = 0; i < SYM_NUM; i++) {
policydb.c 60 /* These need to be updated if SYM_NUM or OCON_NUM changes */
65 .sym_num = SYM_NUM,
72 .sym_num = SYM_NUM - 3,
79 .sym_num = SYM_NUM - 2,
86 .sym_num = SYM_NUM - 2,
93 .sym_num = SYM_NUM - 2
    [all...]
link.c 44 uint32_t *map[SYM_NUM];
81 static const char *symtab_names[SYM_NUM] = {
94 for (i = 0; i < SYM_NUM; i++) {
749 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
    [all...]
write.c 1205 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 355 #define SYM_NUM 8
383 ebitmap_t scope[SYM_NUM];
422 symtab_t symtab[SYM_NUM];
476 symtab_t symtab[SYM_NUM];
487 char **sym_val_to_name[SYM_NUM];
509 symtab_t scope[SYM_NUM];
598 extern hashtab_destroy_func_t get_symtab_destroy_func(int sym_num);
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 59 my $SYM_NUM = 0; # unique index of the symbol
  /external/libsepol/tests/
test-common.c 138 static int (*test_index_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, void *p) = {
145 for (i = 0; i < SYM_NUM; i++) {
  /art/compiler/
elf_writer_quick.cc 145 const uint8_t SYM_NUM = 4;
146 uint32_t dynsym_size = sizeof(llvm::ELF::Elf32_Sym) * SYM_NUM;
188 const uint8_t HASH_NUM = HASH_BUCKET0 + 1 + SYM_NUM;
396 llvm::ELF::Elf32_Sym dynsym[SYM_NUM];
432 hash[HASH_NCHAIN] = SYM_NUM;
  /external/checkpolicy/
module_compiler.c     [all...]
  /external/checkpolicy/test/
dismod.c 518 for (i = 0; i < SYM_NUM; i++) {

Completed in 124 milliseconds