xref: /third_party/ltp/tools/sparse/sparse-src/target-default.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/tools/sparse/sparse-src/
1f08c3bdfSopenharmony_ci#include "symbol.h"
2f08c3bdfSopenharmony_ci#include "target.h"
3f08c3bdfSopenharmony_ci#include "machine.h"
4f08c3bdfSopenharmony_ci
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ciconst struct target target_default = {
7f08c3bdfSopenharmony_ci	.mach = MACH_UNKNOWN,
8f08c3bdfSopenharmony_ci	.bitness = ARCH_LP64,
9f08c3bdfSopenharmony_ci	.big_endian = 0,
10f08c3bdfSopenharmony_ci	.unsigned_char = 0,
11f08c3bdfSopenharmony_ci};
12

Indexes created Thu Nov 07 10:32:03 CST 2024