Lines Matching refs:block
60 struct block struct
79 struct block *superblock; argument
126 #define ALL_BLOCK_SYMBOLS(block, iter, sym) \ argument
127 ALL_DICT_SYMBOLS (BLOCK_DICT (block), iter, sym)
134 struct block *block[1]; member
138 #define BLOCKVECTOR_BLOCK(blocklist,n) (blocklist)->block[n]
144 extern struct symbol *block_function (const struct block *);
146 extern int contained_in (const struct block *, const struct block *);
153 extern struct block *block_for_pc (CORE_ADDR);
155 extern struct block *block_for_pc_sect (CORE_ADDR, asection *);
157 extern const char *block_scope (const struct block *block);
159 extern void block_set_scope (struct block *block, const char *scope,
162 extern struct using_direct *block_using (const struct block *block);
164 extern void block_set_using (struct block *block,
168 extern const struct block *block_static_block (const struct block *block);
170 extern const struct block *block_global_block (const struct block *block);
172 extern struct block *allocate_block (struct obstack *obstack);