Home | History | Annotate | Download | only in gdb

Lines Matching defs:static_block

747    STATIC_BLOCK before it gets finalized by
755 If EXPANDABLE is non-zero the STATIC_BLOCK dictionary is made
840 /* Define the STATIC_BLOCK. */
854 (struct block *static_block, int expandable)
861 gdb_assert (static_block != NULL);
864 end_addr = static_block->end ();
997 /* Implementation of the second part of end_compunit_symtab. Pass STATIC_BLOCK
1005 (struct block *static_block, int expandable)
1009 if (static_block == NULL)
1023 cu = end_compunit_symtab_with_blockvector (static_block, expandable);
1043 If you need to modify STATIC_BLOCK before it is finalized you should
1050 struct block *static_block;
1052 static_block = end_compunit_symtab_get_static_block (end_addr, 0, 0);
1053 return end_compunit_symtab_from_static_block (static_block, 0);
1062 struct block *static_block;
1064 static_block = end_compunit_symtab_get_static_block (end_addr, 1, 0);
1065 return end_compunit_symtab_from_static_block (static_block, 1);
1110 struct block *block = blockvector->static_block ();