Searched refs:root_struct (Results 1 – 7 of 7) sorted by relevance
69 j2s_struct *root_struct = NULL; in j2s_root_struct_size() local74 root_struct = &ctx->structs[ctx->root_index]; in j2s_root_struct_size()75 obj_index = root_struct->child_index; in j2s_root_struct_size()133 j2s_struct *root_struct = NULL; in main() local151 root_struct = &j2s4b_ctx.structs[j2s4b_ctx.root_index]; in main()153 printf("[root] struct info:[%s][%d]\n", root_struct->name, in main()154 root_struct->child_index); in main()
21 struct root_struct { struct32 int f(struct root_struct *s) in f() argument
34 struct root_struct { struct47 int func(struct root_struct *root) in func() argument
50 struct root_struct { struct60 int f(struct root_struct *root) in f() argument
208 struct root_struct { struct226 int f(struct root_struct *s) in f() argument
164 j2s_struct *root_struct; in main() local217 root_struct = &ctx.structs[ctx.root_index]; in main()218 INFO("\nDumping root_struct: %s\n", root_struct->name); in main()
137 j2s_struct *root_struct; member530 ctx->root_struct = ctx->struct_obj; in j2s_parse()790 struct_obj = ctx->root_struct; in j2s_dump()1000 ctx.root_struct = struct_obj; in main()1003 DASSERT_MSG(ctx.root_struct, exit(-1), "no root struct!\n"); in main()