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.old/dist/gdb/
H A Dgnu-v3-abi.c70 ptrdiff_t offset_to_top;
143 /* ptrdiff_t offset_to_top; */
144 FIELD_NAME (*field) = "offset_to_top";
184 /* The "offset_to_top" field has the appropriate (ptrdiff_t) type. */
302 LONGEST offset_to_top; local
365 offset_to_top
369 *full_p = (- offset_to_top == value_embedded_offset (value)
373 *top_p = - offset_to_top;
H A Dada-lang.c6411 LONGEST offset_to_top = 0;
6446 offset_to_top = value_as_long (value_ind (value_ptradd (val, -2)));
6456 if (offset_to_top == 0)
6463 if (offset_to_top == -1)
6474 if (offset_to_top > 0)
6475 offset_to_top = -offset_to_top;
6477 base_address = value_address (obj) + offset_to_top;
6481 Otherwise, offset_to_top is bogus (which can happen when
6401 LONGEST offset_to_top = 0; local
/netbsd-current/external/gpl3/gdb/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 185 milliseconds