Searched refs:fnoffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.c134 _uw fnoffset; member in struct:__EIT_entry
367 this_fn = selfrel_offset31 (&table[n].fnoffset);
369 next_fn = selfrel_offset31 (&table[n + 1].fnoffset) - 1;
426 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Deval.c1010 int fnoffset = METHOD_PTR_TO_VOFFSET (fnptr);
1025 if ((int) TYPE_FN_FIELD_VOFFSET (f, j) == fnoffset)
1034 error ("virtual function at index %d not found", fnoffset);
1008 int fnoffset = METHOD_PTR_TO_VOFFSET (fnptr); local

Completed in 108 milliseconds