Searched refs:pc_begin (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | unwind-dw2-fde.c | 629 &pc_begin); in classify_object_over_fdes() 645 if ((void *) pc_begin < ob->pc_begin) in classify_object_over_fdes() 646 ob->pc_begin = (void *) pc_begin; in classify_object_over_fdes() 690 &pc_begin); in add_fdes() 800 pc_begin = ((_Unwind_Ptr *) this_fde->pc_begin)[0]; in linear_search_fdes() 802 if (pc_begin == 0) in linear_search_fdes() 811 this_fde->pc_begin, &pc_begin); in linear_search_fdes() 851 pc_begin = ((void **) f->pc_begin)[0]; in binary_search_unencoded_fdes() 881 &pc_begin); in binary_search_single_encoding_fdes() 912 f->pc_begin, &pc_begin); in binary_search_mixed_encoding_fdes() [all …]
|
| H A D | unwind-dw2-fde.h | 48 void *pc_begin; member 83 void *pc_begin; member 153 unsigned char pc_begin[]; member
|
| H A D | unwind-dw2-fde-darwin.c | 189 ob->pc_begin = (void *)-1; in examine_objects() 213 if ((*p)->pc_begin < ob->pc_begin) in examine_objects() 232 result->pc_begin, &func); in examine_objects()
|
| H A D | unwind-dw2-fde-glibc.c | 372 &f->pc_begin[f_enc_size], &range); in _Unwind_IteratePhdrCallback() 383 ob.pc_begin = NULL; in _Unwind_IteratePhdrCallback() 397 data->ret->pc_begin, &func); in _Unwind_IteratePhdrCallback()
|
| H A D | ChangeLog-1997 | 1383 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
|
| H A D | ChangeLog-2001 | 7820 * 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
|
| H A D | FSFChangeLog.11 | 1039 * frame.c (add_fdes, count_fdes): Go back to checking pc_begin for
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dwarf.c | 2822 unsigned long pc_begin; member 2883 printf ("%08lx ", fc->pc_begin); in frame_display_row() 3201 fc->pc_begin, fc->pc_begin + fc->pc_range); in display_debug_frames() 3366 fc->pc_begin + opa * fc->code_factor); in display_debug_frames() 3367 fc->pc_begin += opa * fc->code_factor; in display_debug_frames() 3396 fc->pc_begin = vma; in display_debug_frames() 3406 fc->pc_begin + ofs * fc->code_factor); in display_debug_frames() 3407 fc->pc_begin += ofs * fc->code_factor; in display_debug_frames() 3417 fc->pc_begin + ofs * fc->code_factor); in display_debug_frames() 3428 fc->pc_begin + ofs * fc->code_factor); in display_debug_frames() [all …]
|
| H A D | ChangeLog-0001 | 822 (frame_display_row): Don't trunc pc_begin to int.
|