Searched refs:otable_syms_decl (Results 1 – 4 of 4) sorted by relevance
658 otable_syms_decl = build_decl (VAR_DECL, get_identifier ("otable_syms"), in java_init_decl_processing()660 TREE_STATIC (otable_syms_decl) = 1; in java_init_decl_processing()661 TREE_CONSTANT (otable_syms_decl) = 1; in java_init_decl_processing()662 pushdecl (otable_syms_decl); in java_init_decl_processing()
1655 otable_syms_decl));2250 DECL_INITIAL (otable_syms_decl) = table; in emit_offset_symbol_table()2251 DECL_ARTIFICIAL (otable_syms_decl) = 1; in emit_offset_symbol_table()2252 DECL_IGNORED_P (otable_syms_decl) = 1; in emit_offset_symbol_table()2253 rest_of_decl_compilation (otable_syms_decl, NULL, 1, 0); in emit_offset_symbol_table()
157 #define otable_syms_decl java_global_trees [JTI_OTABLE_SYMS_DECL] macro
1843 * java-tree.h (otable_methods, otable_decl, otable_syms_decl,