Searched refs:symbol_types (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c59 } symbol_types[] = { variable in typeref:struct:__anon15127
305 if (symbol_types[type].name) __add_symbol()
307 symbol_types[type].name, name); __add_symbol()
453 for (n = 0; n < ARRAY_SIZE(symbol_types); n++) { read_node()
454 if (node.string[0] == symbol_types[n].n) { read_node()
504 if (symbol_types[list->tag].n) { print_node()
505 putc(symbol_types[list->tag].n, f); print_node()
599 symbol_types[cur->tag].name, expand_and_crc_sym()
602 (symbol_types[cur->tag].name), expand_and_crc_sym()
613 symbol_types[cur->tag].name, expand_and_crc_sym()
617 crc = partial_crc32(symbol_types[cur->tag].name, expand_and_crc_sym()
707 if (symbol_types[type].name) print_type_name()
708 fprintf(stderr, "%s %s", symbol_types[type].name, name); print_type_name()
852 if (symbol_types[sym->type].n) { main()
853 putc(symbol_types[sym->type].n, dumpfile); main()

Completed in 60 milliseconds