Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dblockframe.c148 static CORE_ADDR cache_pc_function_high = 0; variable
158 cache_pc_function_high = 0; in clear_pc_function_cache()
207 && mapped_pc < cache_pc_function_high in find_pc_partial_function()
235 cache_pc_function_high = BLOCK_END (SYMBOL_BLOCK_VALUE (f)); in find_pc_partial_function()
307 cache_pc_function_high = SYMBOL_VALUE_ADDRESS (msymbol + i); in find_pc_partial_function()
311 cache_pc_function_high = osect->endaddr; in find_pc_partial_function()
335 *endaddr = 1 + overlay_unmapped_address (cache_pc_function_high - 1, in find_pc_partial_function()
339 *endaddr = cache_pc_function_high; in find_pc_partial_function()