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

/freebsd-10-stable/contrib/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.c190 ob->pc_begin = (void *)-1;
214 if ((*p)->pc_begin < ob->pc_begin)
233 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);
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddwarf.c2822 unsigned long pc_begin; member in struct:Frame_Chunk
2883 printf ("%08lx ", fc->pc_begin);
3180 fc->pc_begin = get_encoded_value (start, fc->fde_encoding);
3186 fc->pc_begin += section->address + (start - section_start);
3201 fc->pc_begin, fc->pc_begin + fc->pc_range);
3366 fc->pc_begin + opa * fc->code_factor);
3367 fc->pc_begin += opa * fc->code_factor;
3396 fc->pc_begin = vma;
3406 fc->pc_begin
[all...]

Completed in 70 milliseconds