HomeSort by: relevance | last modified time | path
    Searched defs:segment_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-glibc.c 46 unsigned long *segment_base; member in struct:unw_ia64_callback_data
116 *data->segment_base = seg_base;
148 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, unw_word *gp,
154 data.segment_base = segment_base;
unwind-ia64.c 1741 unw_word segment_base, gp;
1743 entp = _Unwind_FindTableEntry (pc, &segment_base, &gp, &ent);
1747 return (void *)(segment_base + entp->start_offset);
1784 unw_word segment_base;
1793 &segment_base, &context->gp, &ent);
1819 context->region_start = entp->start_offset + segment_base;
1823 unw = (unw_word *) (entp->info_offset + segment_base);
2460 _Unwind_FindTableEntry (void *pc, unw_word *segment_base,
1734 unw_word segment_base, gp; local
1776 unw_word segment_base; local
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c 46 unsigned long *segment_base; member in struct:unw_ia64_callback_data
116 *data->segment_base = seg_base;
148 _Unwind_FindTableEntry (void *pc, unw_word *segment_base, unw_word *gp,
154 data.segment_base = segment_base;
unwind-ia64.c 1741 unw_word segment_base, gp;
1743 entp = _Unwind_FindTableEntry (pc, &segment_base, &gp, &ent);
1747 return (void *)(segment_base + entp->start_offset);
1784 unw_word segment_base;
1793 &segment_base, &context->gp, &ent);
1819 context->region_start = entp->start_offset + segment_base;
1823 unw = (unw_word *) (entp->info_offset + segment_base);
2460 _Unwind_FindTableEntry (void *pc, unw_word *segment_base,
1734 unw_word segment_base, gp; local
1776 unw_word segment_base; local

Completed in 23 milliseconds