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

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
unnamed-field-info.c 11 verify_offsetof_matching (ctf_dict_t *fp, ctf_id_t type, const char *name, size_t offset) function
54 verify_offsetof_matching (fp, type, "a", offsetof (struct A, a));
55 verify_offsetof_matching (fp, type, "b", offsetof (struct A, b));
56 verify_offsetof_matching (fp, type, "one", offsetof (struct A, one));
57 verify_offsetof_matching (fp, type, "two", offsetof (struct A, two));
58 verify_offsetof_matching (fp, type, "three", offsetof (struct A, three));
59 verify_offsetof_matching (fp, type, "four", offsetof (struct A, four));
60 verify_offsetof_matching (fp, type, "x", offsetof (struct A, x));
61 verify_offsetof_matching (fp, type, "y", offsetof (struct A, y));
62 verify_offsetof_matching (fp, type, "z", offsetof (struct A, z))
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
unnamed-field-info.c 11 verify_offsetof_matching (ctf_dict_t *fp, ctf_id_t type, const char *name, size_t offset) function
54 verify_offsetof_matching (fp, type, "a", offsetof (struct A, a));
55 verify_offsetof_matching (fp, type, "b", offsetof (struct A, b));
56 verify_offsetof_matching (fp, type, "one", offsetof (struct A, one));
57 verify_offsetof_matching (fp, type, "two", offsetof (struct A, two));
58 verify_offsetof_matching (fp, type, "three", offsetof (struct A, three));
59 verify_offsetof_matching (fp, type, "four", offsetof (struct A, four));
60 verify_offsetof_matching (fp, type, "x", offsetof (struct A, x));
61 verify_offsetof_matching (fp, type, "y", offsetof (struct A, y));
62 verify_offsetof_matching (fp, type, "z", offsetof (struct A, z))
    [all...]

Completed in 54 milliseconds