Lines Matching refs:local
50 static struct local
59 local =
65 .root = &local.boot_table,
70 .len = sizeof (local.boot_fdescs) / sizeof (local.boot_fdescs[0]),
79 new_fdesc_table (struct local *l, size_t *size) in new_fdesc_table()
107 struct local *l; in _dl_fptr_init()
109 ELF_MACHINE_LOAD_ADDRESS (l, local); in _dl_fptr_init()
119 struct local *l; in make_fdesc()
121 ELF_MACHINE_LOAD_ADDRESS (l, local); in make_fdesc()
232 struct local *l; in _dl_make_fptr()
260 ELF_MACHINE_LOAD_ADDRESS (l, local); in _dl_make_fptr()
274 ELF_MACHINE_LOAD_ADDRESS (l, local); in _dl_make_fptr()
314 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap()
315 while (! COMPARE_AND_SWAP ((ElfW(Addr) *) &local.free_list, in _dl_unmap()