Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-dw2-fde.c92 ob->pc_begin = (void *)-1; in __register_frame_info_bases()
148 ob->pc_begin = (void *)-1; in __register_frame_info_table_bases()
367 memcpy (&x_ptr, x->pc_begin, sizeof (_Unwind_Ptr)); in fde_unencoded_compare()
368 memcpy (&y_ptr, y->pc_begin, sizeof (_Unwind_Ptr)); in fde_unencoded_compare()
383 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr); in fde_single_encoding_compare()
384 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr); in fde_single_encoding_compare()
401 x->pc_begin, &x_ptr); in fde_mixed_encoding_compare()
405 y->pc_begin, &y_ptr); in fde_mixed_encoding_compare()
649 _Unwind_Ptr mask, pc_begin; in classify_object_over_fdes() local
671 read_encoded_value_with_base (encoding, base, this_fde->pc_begin, in classify_object_over_fdes()
[all …]
Dunwind-dw2-fde.h42 void *pc_begin; member
77 void *pc_begin; member
147 unsigned char pc_begin[]; member
Dunwind-dw2-fde-dip.c458 &f->pc_begin[f_enc_size], &range); in find_fde_tail()
475 ob.pc_begin = NULL; in find_fde_tail()
489 entry->pc_begin, &func); in find_fde_tail()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/
Dunwind-dw2-fde-darwin.c186 ob->pc_begin = (void *)-1; in examine_objects()
210 if ((*p)->pc_begin < ob->pc_begin) in examine_objects()
229 result->pc_begin, &func); in examine_objects()
Ddarwin10-unwind-find-enc-func.c25 unsigned char pc_begin[]; member
/netbsd/src/external/gpl3/binutils/dist/gas/
Dgen-sframe.h46 symbolS *pc_begin; member
Dgen-sframe.c125 fre->pc_begin = beginS; in sframe_fre_set_begin_addr()
508 create_fre_start_addr_exp (&exp, sframe_fre->pc_begin, fde_start_addr, in output_sframe_row_entry()
516 exp.X_add_symbol = sframe_fre->pc_begin; /* to. */ in output_sframe_row_entry()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c8486 uint64_t pc_begin; member
8935 print_hex (fc->pc_begin, eh_addr_size); in frame_display_row()
9429 fc->pc_begin = get_encoded_value (&start, fc->fde_encoding, section, in display_debug_frames()
9472 print_hex_ns (fc->pc_begin, fc->ptr_size); in display_debug_frames()
9474 print_hex_ns (fc->pc_begin + fc->pc_range, fc->ptr_size); in display_debug_frames()
9668 print_hex_ns (fc->pc_begin + opa, fc->ptr_size); in display_debug_frames()
9671 fc->pc_begin += opa; in display_debug_frames()
9722 fc->pc_begin = ofs; in display_debug_frames()
9733 print_hex_ns (fc->pc_begin + ofs, fc->ptr_size); in display_debug_frames()
9736 fc->pc_begin += ofs; 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.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-19971383 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
DChangeLog-20017820 * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
22875 (struct dwarf_fde): Remove explicit pc_begin/pc_range members.
22893 encoded pointers. Collect encoding, mixed_encoding, and pc_begin
DFSFChangeLog.111039 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for