OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_base_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c
467
long int
cur_base_offset
, base_offset;
local
507
cur_base_offset
= TYPE_BASECLASS_BITPOS (type, index) / 8;
508
if (
cur_base_offset
>= - vtable_address_point_offset (gdbarch))
511
cur_base_offset
=
cur_base_offset
+ vtable_address_point_offset (gdbarch);
512
if ((-
cur_base_offset
) % ptr_type->length () != 0)
514
cur_base_offset
=
cur_base_offset
/ ((int) ptr_type->length ());
519
base_offset = value_as_long (value_subscript (vbase_array,
cur_base_offset
));
/src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c
467
long int
cur_base_offset
, base_offset;
local
507
cur_base_offset
= TYPE_BASECLASS_BITPOS (type, index) / 8;
508
if (
cur_base_offset
>= - vtable_address_point_offset (gdbarch))
511
cur_base_offset
=
cur_base_offset
+ vtable_address_point_offset (gdbarch);
512
if ((-
cur_base_offset
) % ptr_type->length () != 0)
514
cur_base_offset
=
cur_base_offset
/ ((int) ptr_type->length ());
519
base_offset = value_as_long (value_subscript (vbase_array,
cur_base_offset
));
Completed in 25 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026