Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c5467 dwarf_vma pc_begin; member
5688 print_dwarf_vma (fc->pc_begin, eh_addr_size); in frame_display_row()
6073 fc->pc_begin = get_encoded_value (&start, fc->fde_encoding, section, end); in display_debug_frames()
6098 dwarf_vmatoa_1 (NULL, fc->pc_begin, fc->ptr_size), in display_debug_frames()
6099 dwarf_vmatoa_1 (NULL, fc->pc_begin + fc->pc_range, fc->ptr_size)); in display_debug_frames()
6282 fc->pc_begin + opa * fc->code_factor, in display_debug_frames()
6284 fc->pc_begin += opa * fc->code_factor; in display_debug_frames()
6326 fc->pc_begin = vma; in display_debug_frames()
6337 fc->pc_begin + ofs * fc->code_factor, in display_debug_frames()
6339 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.