HomeSort by: relevance | last modified time | path
    Searched defs:offset_to_top (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_win.cc 25 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,
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash_win.cpp 24 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,
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_win.cpp 24 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,
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 73 ptrdiff_t offset_to_top;
155 /* ptrdiff_t offset_to_top; */
158 field1.set_name ("offset_to_top");
199 /* The "offset_to_top" field has the appropriate (ptrdiff_t) type. */
315 LONGEST offset_to_top; local
378 offset_to_top
382 *full_p = (- offset_to_top == value->embedded_offset ()
386 *top_p = - offset_to_top;
ada-lang.c 6339 LONGEST offset_to_top = 0;
6376 offset_to_top = value_as_long (value_ind (value_ptradd (val, -2)));
6386 if (offset_to_top == 0)
6393 if (offset_to_top == -1)
6400 if (offset_to_top == last)
6405 offset_to_top = value_as_long (value_ind (tem));
6408 if (offset_to_top > 0)
6410 /* OFFSET_TO_TOP used to be a positive value to be subtracted
6416 checking the sign of OFFSET_TO_TOP. */
6417 offset_to_top = -offset_to_top
6328 LONGEST offset_to_top = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 72 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;
ada-lang.c 6374 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)
6445 /* OFFSET_TO_TOP used to be a positive value to be subtracted
6451 checking the sign of OFFSET_TO_TOP. */
6452 offset_to_top = -offset_to_top
6363 LONGEST offset_to_top = 0; local
    [all...]

Completed in 42 milliseconds