Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dblockframe.c290 && mapped_pc < BLOCK_RANGE_END (b, i)) in find_pc_partial_function_sym()
293 cache_pc_function_high = BLOCK_RANGE_END (b, i); in find_pc_partial_function_sym()
400 && entry_pc < BLOCK_RANGE_END (block, i)) in find_function_entry_range_from_pc()
406 *endaddr = BLOCK_RANGE_END (block, i); in find_function_entry_range_from_pc()
H A Dblock.h172 #define BLOCK_RANGE_END(bl,n) (BLOCK_RANGE (bl)[n].endaddr) macro
H A Dobjfiles.c690 BLOCK_RANGE_END (b, j) += delta[block_line_section];
H A DChangeLog-20185324 (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-cmds.c1432 CORE_ADDR range_high = BLOCK_RANGE_END (block, i); in print_disassembly()