Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dblockframe.c140 static CORE_ADDR cache_pc_function_high = 0; variable
150 cache_pc_function_high = 0; in clear_pc_function_cache()
199 && mapped_pc < cache_pc_function_high in find_pc_partial_function()
227 cache_pc_function_high = BLOCK_END (SYMBOL_BLOCK_VALUE (f)); in find_pc_partial_function()
299 cache_pc_function_high = SYMBOL_VALUE_ADDRESS (msymbol + i); in find_pc_partial_function()
303 cache_pc_function_high = osect->endaddr; in find_pc_partial_function()
327 *endaddr = 1 + overlay_unmapped_address (cache_pc_function_high - 1, in find_pc_partial_function()
331 *endaddr = cache_pc_function_high; in find_pc_partial_function()