Searched refs:num_syms (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.c | 108 int make_huffman_decode_table(u16 decode_table[], const u32 num_syms, in make_huffman_decode_table() argument 132 for (sym = 0; sym < num_syms; sym++) in make_huffman_decode_table() 189 for (sym = 0; sym < num_syms; sym++) in make_huffman_decode_table()
|
H A D | decompress_common.h | 198 extern int make_huffman_decode_table(u16 decode_table[], const u32 num_syms,
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 502 int num_syms; in read_symtabs() local 524 num_syms = sec->shdr.sh_size / sizeof(Elf_Sym); in read_symtabs() 540 for (j = 0; j < num_syms; j++) { in read_symtabs()
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 323 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in find_symbol() 1329 { mod->syms, mod->num_syms }, in verify_exported_symbols() 2107 sizeof(*mod->syms), &mod->num_syms); in find_module_sections() 2303 if ((mod->num_syms && !mod->crcs) || in check_export_symbol_versions()
|
H A D | kallsyms.c | 32 ks = lookup_exported_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
|
/openbmc/linux/include/linux/ |
H A D | module.h | 426 unsigned int num_syms; member
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 3613 unsigned int num_syms; in policydb_write() local 3682 num_syms = info->sym_num; in policydb_write() 3683 for (i = 0; i < num_syms; i++) { in policydb_write()
|