Searched refs:segment_base (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
H A D | fde-glibc.c | 46 unsigned long *segment_base; member 116 *data->segment_base = seg_base; in _Unwind_IteratePhdrCallback() 148 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, unw_word *gp, in _Unwind_FindTableEntry() argument 154 data.segment_base = segment_base; in _Unwind_FindTableEntry()
|
H A D | fde-vms.c | 135 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, in _Unwind_FindTableEntry() argument 152 *segment_base = 0; /* ??? Fixme. ??? */ in _Unwind_FindTableEntry()
|
H A D | unwind-ia64.h | 55 _Unwind_FindTableEntry (void *pc, unw_word *segment_base,
|
H A D | unwind-ia64.c | 1734 unw_word segment_base, gp; in _Unwind_FindEnclosingFunction() local 1736 entp = _Unwind_FindTableEntry (pc, &segment_base, &gp, &ent); in _Unwind_FindEnclosingFunction() 1740 return (void *)(segment_base + entp->start_offset); in _Unwind_FindEnclosingFunction() 1776 unw_word segment_base; in uw_frame_state_for() local 1785 &segment_base, &context->gp, &ent); in uw_frame_state_for() 1811 context->region_start = entp->start_offset + segment_base; in uw_frame_state_for() 1815 unw = (unw_word *) (entp->info_offset + segment_base); in uw_frame_state_for() 2452 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, in _Unwind_FindTableEntry() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
H A D | fde-glibc.c | 45 unsigned long *segment_base; member 115 *data->segment_base = seg_base; in _Unwind_IteratePhdrCallback() 147 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, unw_word *gp, in _Unwind_FindTableEntry() argument 153 data.segment_base = segment_base; in _Unwind_FindTableEntry()
|
H A D | fde-vms.c | 135 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, in _Unwind_FindTableEntry() argument 152 *segment_base = 0; /* ??? Fixme. ??? */ in _Unwind_FindTableEntry()
|
H A D | unwind-ia64.h | 55 _Unwind_FindTableEntry (void *pc, unw_word *segment_base,
|
H A D | unwind-ia64.c | 1734 unw_word segment_base, gp; in _Unwind_FindEnclosingFunction() local 1736 entp = _Unwind_FindTableEntry (pc, &segment_base, &gp, &ent); in _Unwind_FindEnclosingFunction() 1740 return (void *)(segment_base + entp->start_offset); in _Unwind_FindEnclosingFunction() 1776 unw_word segment_base; in uw_frame_state_for() local 1785 &segment_base, &context->gp, &ent); in uw_frame_state_for() 1811 context->region_start = entp->start_offset + segment_base; in uw_frame_state_for() 1815 unw = (unw_word *) (entp->info_offset + segment_base); in uw_frame_state_for() 2452 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, in _Unwind_FindTableEntry() argument
|