Searched refs:initial_loc (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c336 signed initial_loc __attribute__ ((mode (SI))); member in struct:fde_table
347 if (data->pc < table[0].initial_loc + data_base)
349 else if (data->pc < table[mid].initial_loc + data_base)
357 if (data->pc < table[mid].initial_loc + data_base)
359 else if (data->pc >= table[mid + 1].initial_loc + data_base)
373 if (data->pc < table[mid].initial_loc + data_base + range)
375 data->func = (void *) (table[mid].initial_loc + data_base);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-eh-frame.c1416 hdr_info->array[hdr_info->array_count].initial_loc = address;
1500 if (p->initial_loc > q->initial_loc)
1502 if (p->initial_loc < q->initial_loc)
1524 fde_count x [encoded] initial_loc, fde
1527 sorted by increasing initial_loc). */
1589 hdr_info->array[i].initial_loc
H A Delf-bfd.h294 bfd_vma initial_loc;
293 bfd_vma initial_loc; member in struct:eh_frame_array_ent

Completed in 63 milliseconds