Searched refs:offset_to_top (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash_win.cc25 int offset_to_top; member in struct:CompleteObjectLocator
34 int offset_to_top; member in struct:CompleteObjectLocatorAbs
77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_win.cc23 int offset_to_top; member in struct:CompleteObjectLocator
32 int offset_to_top; member in struct:CompleteObjectLocatorAbs
75 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_win.cpp24 int offset_to_top; member in struct:CompleteObjectLocator
33 int offset_to_top; member in struct:CompleteObjectLocatorAbs
76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c72 ptrdiff_t offset_to_top;
154 /* ptrdiff_t offset_to_top; */
157 field1.set_name ("offset_to_top");
198 /* The "offset_to_top" field has the appropriate (ptrdiff_t) type. */
314 LONGEST offset_to_top; local
377 offset_to_top
381 *full_p = (- offset_to_top == value->embedded_offset ()
385 *top_p = - offset_to_top;
H A Dada-lang.c6374 LONGEST offset_to_top = 0;
6411 offset_to_top = value_as_long (value_ind (value_ptradd (val, -2)));
6421 if (offset_to_top == 0)
6428 if (offset_to_top == -1)
6435 if (offset_to_top == last)
6440 offset_to_top = value_as_long (value_ind (tem));
6443 if (offset_to_top > 0)
6452 offset_to_top = -offset_to_top;
6455 base_address = obj->address () + offset_to_top;
6363 LONGEST offset_to_top = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v3-abi.c71 ptrdiff_t offset_to_top;
148 /* ptrdiff_t offset_to_top; */
149 field->set_name ("offset_to_top");
190 /* The "offset_to_top" field has the appropriate (ptrdiff_t) type. */
306 LONGEST offset_to_top; local
369 offset_to_top
373 *full_p = (- offset_to_top == value_embedded_offset (value)
377 *top_p = - offset_to_top;
H A Dada-lang.c6458 LONGEST offset_to_top = 0;
6494 offset_to_top = value_as_long (value_ind (value_ptradd (val, -2)));
6504 if (offset_to_top == 0)
6511 if (offset_to_top == -1)
6518 if (offset_to_top == last)
6523 offset_to_top = value_as_long (value_ind (tem));
6526 if (offset_to_top > 0)
6535 offset_to_top = -offset_to_top;
6538 base_address = value_address (obj) + offset_to_top;
6447 LONGEST offset_to_top = 0; local
[all...]

Completed in 306 milliseconds