| /OK3568_Linux_fs/kernel/sound/pci/cs46xx/ |
| H A D | dsp_spos.c | 127 int index = ins->symbol_table.nsymbols,i; in find_free_symbol_index() 129 for (i = ins->symbol_table.highest_frag_index; i < ins->symbol_table.nsymbols; ++i) { in find_free_symbol_index() 130 if (ins->symbol_table.symbols[i].deleted) { in find_free_symbol_index() 144 if (module->symbol_table.nsymbols > 0) { in add_symbols() 145 if (!strcmp(module->symbol_table.symbols[0].symbol_name, "OVERLAYBEGINADDRESS") && in add_symbols() 146 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols() 147 module->overlay_begin_address = module->symbol_table.symbols[0].address; in add_symbols() 151 for (i = 0;i < module->symbol_table.nsymbols; ++i) { in add_symbols() 152 if (ins->symbol_table.nsymbols == (DSP_MAX_SYMBOLS - 1)) { in add_symbols() 160 module->symbol_table.symbols[i].symbol_name, in add_symbols() [all …]
|
| H A D | dsp_spos_scb_lib.c | 33 int symbol_index = (int)(symbol - ins->symbol_table.symbols); in remove_symbol() 35 if (snd_BUG_ON(ins->symbol_table.nsymbols <= 0)) in remove_symbol() 38 symbol_index >= ins->symbol_table.nsymbols)) in remove_symbol() 41 ins->symbol_table.symbols[symbol_index].deleted = 1; in remove_symbol() 43 if (symbol_index < ins->symbol_table.highest_frag_index) { in remove_symbol() 44 ins->symbol_table.highest_frag_index = symbol_index; in remove_symbol() 47 if (symbol_index == ins->symbol_table.nsymbols - 1) in remove_symbol() 48 ins->symbol_table.nsymbols --; in remove_symbol() 50 if (ins->symbol_table.highest_frag_index > ins->symbol_table.nsymbols) { in remove_symbol() 51 ins->symbol_table.highest_frag_index = ins->symbol_table.nsymbols; in remove_symbol()
|
| H A D | cs46xx_dsp_spos.h | 81 struct dsp_symbol_desc symbol_table; member 135 struct dsp_symbol_desc symbol_table; /* currently available loaded symbols in SP */ member
|
| H A D | cs46xx_lib.c | 356 kfree(module->symbol_table.symbols); in free_module_desc() 413 nums = module->symbol_table.nsymbols = le32_to_cpu(fwdat[fwlen++]); in load_firmware() 416 module->symbol_table.symbols = in load_firmware() 418 if (!module->symbol_table.symbols) in load_firmware() 422 &module->symbol_table.symbols[i]; in load_firmware()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | cgraph.h | 110 friend class symbol_table; 922 friend class symbol_table; member 1743 friend class symbol_table; variable 2246 class GTY((tag ("SYMTAB"))) symbol_table 2253 symbol_table (): in symbol_table() function 2592 extern GTY(()) symbol_table *symtab; 2599 return symbol_table::decl_assembler_name_hash in hash() 2606 return symbol_table::decl_assembler_name_equal (n->decl, t); in equal() 2827 symbol_table::register_symbol (symtab_node *node) in register_symbol() 2842 symbol_table::finalize_toplevel_asm (tree asm_str) in finalize_toplevel_asm() [all …]
|
| H A D | symbol-summary.h | 31 function_summary_base (symbol_table *symtab CXX_MEM_STAT_INFO): in function_summary_base() 87 symbol_table *m_symtab; 135 function_summary (symbol_table *symtab, bool ggc = false CXX_MEM_STAT_INFO); in class() 219 function_summary<T *>::function_summary (symbol_table *symtab, bool ggc in function_summary() 333 fast_function_summary (symbol_table *symtab CXX_MEM_STAT_INFO); 418 fast_function_summary<T *, V>::fast_function_summary (symbol_table *symtab MEM_STAT_DECL): 539 call_summary_base (symbol_table *symtab CXX_MEM_STAT_INFO): 574 symbol_table *m_symtab; 616 call_summary (symbol_table *symtab, bool ggc = false 784 fast_call_summary (symbol_table *symtab CXX_MEM_STAT_INFO)
|
| H A D | ipa-fnsummary.h | 196 ipa_fn_summary_t (symbol_table *symtab): in class() 199 static ipa_fn_summary_t *create_ggc (symbol_table *symtab) in class() 227 ipa_size_summary_t (symbol_table *symtab): in ipa_size_summary_t() 281 ipa_call_summary_t (symbol_table *symtab): in ipa_call_summary_t()
|
| H A D | ipa-prop.h | 842 ipa_node_params_t (symbol_table *table, bool ggc): in class() 857 ipa_edge_args_sum_t (symbol_table *table, bool ggc) in class() 884 ipcp_transformation_t (symbol_table *table, bool ggc): in ipcp_transformation_t() 889 static ipcp_transformation_t *create_ggc (symbol_table *symtab) in create_ggc()
|
| H A D | hsa-common.h | 1248 hsa_summary_t (symbol_table *table): in hsa_summary_t()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | cgraph.h | 110 friend class symbol_table; 922 friend class symbol_table; member 1743 friend class symbol_table; variable 2246 class GTY((tag ("SYMTAB"))) symbol_table 2253 symbol_table (): in symbol_table() function 2592 extern GTY(()) symbol_table *symtab; 2599 return symbol_table::decl_assembler_name_hash in hash() 2606 return symbol_table::decl_assembler_name_equal (n->decl, t); in equal() 2827 symbol_table::register_symbol (symtab_node *node) in register_symbol() 2842 symbol_table::finalize_toplevel_asm (tree asm_str) in finalize_toplevel_asm() [all …]
|
| H A D | symbol-summary.h | 31 function_summary_base (symbol_table *symtab CXX_MEM_STAT_INFO): in function_summary_base() 87 symbol_table *m_symtab; 135 function_summary (symbol_table *symtab, bool ggc = false CXX_MEM_STAT_INFO); in class() 219 function_summary<T *>::function_summary (symbol_table *symtab, bool ggc in function_summary() 333 fast_function_summary (symbol_table *symtab CXX_MEM_STAT_INFO); 418 fast_function_summary<T *, V>::fast_function_summary (symbol_table *symtab MEM_STAT_DECL): 539 call_summary_base (symbol_table *symtab CXX_MEM_STAT_INFO): 574 symbol_table *m_symtab; 616 call_summary (symbol_table *symtab, bool ggc = false 784 fast_call_summary (symbol_table *symtab CXX_MEM_STAT_INFO)
|
| H A D | ipa-fnsummary.h | 196 ipa_fn_summary_t (symbol_table *symtab): in class() 199 static ipa_fn_summary_t *create_ggc (symbol_table *symtab) in class() 227 ipa_size_summary_t (symbol_table *symtab): in ipa_size_summary_t() 281 ipa_call_summary_t (symbol_table *symtab): in ipa_call_summary_t()
|
| H A D | ipa-prop.h | 842 ipa_node_params_t (symbol_table *table, bool ggc): in class() 857 ipa_edge_args_sum_t (symbol_table *table, bool ggc) in class() 884 ipcp_transformation_t (symbol_table *table, bool ggc): in ipcp_transformation_t() 889 static ipcp_transformation_t *create_ggc (symbol_table *symtab) in create_ggc()
|
| H A D | hsa-common.h | 1248 hsa_summary_t (symbol_table *table): in hsa_summary_t()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | export-to-sqlite.py | 620 symbol_table(0, 0, 0, 0, 0, "unknown") 696 def symbol_table(*x): function
|
| H A D | export-to-postgresql.py | 806 symbol_table(0, 0, 0, 0, 0, "unknown") 1014 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pe.h | 195 uint32_t symbol_table; /* symbol table offset */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 2694 asymbol **symbol_table; 2706 symbol_table = xmalloc (storage_needed); 2709 bfd_canonicalize_symtab (abfd, symbol_table); 2715 process_symbol (symbol_table[i]);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 2694 asymbol **symbol_table; 2706 symbol_table = xmalloc (storage_needed); 2709 bfd_canonicalize_symtab (abfd, symbol_table); 2715 process_symbol (symbol_table[i]);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 19609 gc_pointed_to "symbol_table" 30583 (!pair "symbol_table"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 19643 gc_pointed_to "symbol_table" 30713 (!pair "symbol_table"
|