Searched refs:local (Results 1 – 5 of 5) sorted by relevance
22 static char local; in third_function_with_local_static() local23 return &local; in third_function_with_local_static()
4 __thread struct A local = { 1, 2, 3 }; variable15 if (local.a != 1 || local.b != 2 || local.c != 3) in do_test()
48 static struct local57 local =59 .root = &local.boot_table,63 .len = sizeof (local.boot_fdescs) / sizeof (local.boot_fdescs[0]),72 new_fdesc_table (struct local *l, size_t *size) in new_fdesc_table()103 struct local *l; in make_fdesc()105 ELF_MACHINE_LOAD_ADDRESS (l, local); in make_fdesc()211 struct local *l; in _dl_make_fptr()239 ELF_MACHINE_LOAD_ADDRESS (l, local); in _dl_make_fptr()253 ELF_MACHINE_LOAD_ADDRESS (l, local); in _dl_make_fptr()[all …]
21 local: *;
Completed in 5 milliseconds