Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c5695 dwarf_vma pc_begin; member
5990 print_dwarf_vma (fc->pc_begin, eh_addr_size); in frame_display_row()
6445 fc->pc_begin = get_encoded_value (&start, fc->fde_encoding, section, end); in display_debug_frames()
6479 dwarf_vmatoa_1 (NULL, fc->pc_begin, fc->ptr_size), in display_debug_frames()
6480 dwarf_vmatoa_1 (NULL, fc->pc_begin + fc->pc_range, fc->ptr_size)); in display_debug_frames()
6672 fc->pc_begin + opa * fc->code_factor, in display_debug_frames()
6674 fc->pc_begin += opa * fc->code_factor; in display_debug_frames()
6716 fc->pc_begin = vma; in display_debug_frames()
6727 fc->pc_begin + ofs * fc->code_factor, in display_debug_frames()
6729 fc->pc_begin += ofs * fc->code_factor; in display_debug_frames()
[all …]
DChangeLog-2013177 (struct Frame_Chunk): Use dwarf_vma type for pc_begin and pc_range
DChangeLog-0001822 (frame_display_row): Don't trunc pc_begin to int.