Searched refs:pc_begin (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dunwind-dw2-fde.c47 it's pc_begin and count fields initialized at minimum, and is sorted
48 by decreasing value of pc_begin. */
85 ob->pc_begin = (void *)-1;
131 ob->pc_begin = (void *)-1;
328 _Unwind_Ptr x_ptr = *(_Unwind_Ptr *) x->pc_begin;
329 _Unwind_Ptr y_ptr = *(_Unwind_Ptr *) y->pc_begin;
344 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr);
345 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr);
362 x->pc_begin, &x_ptr);
366 y->pc_begin,
608 _Unwind_Ptr mask, pc_begin; local
687 _Unwind_Ptr pc_begin, mask; local
779 _Unwind_Ptr pc_begin, pc_range; local
848 void *pc_begin; local
877 _Unwind_Ptr pc_begin, pc_range; local
905 _Unwind_Ptr pc_begin, pc_range; local
[all...]
H A Dunwind-dw2-fde.h48 void *pc_begin; member in struct:object
83 void *pc_begin; member in struct:old_object
154 unsigned char pc_begin[];
153 unsigned char pc_begin[]; member in struct:dwarf_fde
H A Dunwind-dw2-fde-darwin.c191 ob->pc_begin = (void *)-1;
215 if ((*p)->pc_begin < ob->pc_begin)
234 result->pc_begin, &func);
H A Dunwind-dw2-fde-glibc.c372 &f->pc_begin[f_enc_size], &range);
383 ob.pc_begin = NULL;
397 data->ret->pc_begin, &func);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2-fde.c42 its pc_begin and count fields initialized at minimum, and is sorted
43 by decreasing value of pc_begin. */
80 ob->pc_begin = (void *)-1;
126 ob->pc_begin = (void *)-1;
326 memcpy (&x_ptr, x->pc_begin, sizeof (_Unwind_Ptr));
327 memcpy (&y_ptr, y->pc_begin, sizeof (_Unwind_Ptr));
342 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr);
343 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr);
360 x->pc_begin, &x_ptr);
364 y->pc_begin,
606 _Unwind_Ptr mask, pc_begin; local
687 _Unwind_Ptr pc_begin, mask; local
779 _Unwind_Ptr pc_begin, pc_range; local
849 void *pc_begin; local
877 _Unwind_Ptr pc_begin, pc_range; local
905 _Unwind_Ptr pc_begin, pc_range; local
[all...]
H A Dunwind-dw2-fde.h43 void *pc_begin; member in struct:object
78 void *pc_begin; member in struct:old_object
149 unsigned char pc_begin[];
148 unsigned char pc_begin[]; member in struct:dwarf_fde
H A Dunwind-dw2-fde-darwin.c188 ob->pc_begin = (void *)-1;
212 if ((*p)->pc_begin < ob->pc_begin)
231 result->pc_begin, &func);
H A Dunwind-dw2-fde-glibc.c384 &f->pc_begin[f_enc_size], &range);
395 ob.pc_begin = NULL;
409 data->ret->pc_begin, &func);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c3842 unsigned long pc_begin; member in struct:Frame_Chunk
4010 printf ("%0*lx ", eh_addr_size * 2, fc->pc_begin);
4292 fc->pc_begin = get_encoded_value (start, fc->fde_encoding, section);
4309 printf ("%08lx..%08lx\n", fc->pc_begin, fc->pc_begin + fc->pc_range);
4476 fc->pc_begin + opa * fc->code_factor);
4477 fc->pc_begin += opa * fc->code_factor;
4516 fc->pc_begin = vma;
4526 fc->pc_begin + ofs * fc->code_factor);
4527 fc->pc_begin
[all...]

Completed in 185 milliseconds