Searched refs:pblock (Results 1 – 3 of 3) sorted by relevance
248 struct pending_block *pblock; in finish_block_internal() local368 for (pblock = pending_blocks; in finish_block_internal()369 pblock && pblock != old_blocks; in finish_block_internal()370 pblock = pblock->next) in finish_block_internal()372 if (BLOCK_SUPERBLOCK (pblock->block) == NULL) in finish_block_internal()381 if (BLOCK_FUNCTION (pblock->block) == NULL in finish_block_internal()382 && (BLOCK_START (pblock->block) < BLOCK_START (block) in finish_block_internal()383 || BLOCK_END (pblock->block) > BLOCK_END (block))) in finish_block_internal()396 paddress (gdbarch, BLOCK_START (pblock->block)), in finish_block_internal()397 paddress (gdbarch, BLOCK_END (pblock->block)), in finish_block_internal()[all …]
160 struct block **pblock, struct symtab *symtab) in blockvector_for_pc_sect() argument180 if (pblock) in blockvector_for_pc_sect()181 *pblock = b; in blockvector_for_pc_sect()230 blockvector_for_pc (CORE_ADDR pc, struct block **pblock) in blockvector_for_pc() argument233 pblock, NULL); in blockvector_for_pc()
275 compress_filter_read(struct archive_read_filter *self, const void **pblock) in compress_filter_read() argument283 *pblock = NULL; in compress_filter_read()301 *pblock = start; in compress_filter_read()