Home
last modified time | relevance | path

Searched refs:for_each_block (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddcache.c194 for_each_block (struct dcache_block **blist, block_func *func, void *param) in for_each_block() function
226 for_each_block (&dcache->oldest, free_block, NULL); in dcache_free()
227 for_each_block (&dcache->freelist, free_block, NULL); in dcache_free()
250 for_each_block (&dcache->oldest, invalidate_block, dcache); in dcache_invalidate()
262 for_each_block (&dcache->freelist, free_block, dcache); in dcache_invalidate()
DChangeLog-2009907 (append_block, remove_block, for_each_block): New functions.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git11262 for_each_block, part 1"):
11615 [gdb] Fix segfault in for_each_block, part 2
11689 [gdb] Fix segfault in for_each_block, part 1
11712 0x103f2144 for_each_block^M