Lines Matching refs:local
48 static struct local
57 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()
293 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap()
294 while (! COMPARE_AND_SWAP ((ElfW(Addr) *) &local.free_list, in _dl_unmap()
311 for (t = local.root; t != NULL; t = t->next) in _dl_lookup_address()