Searched refs:fptr_table (Results 1 – 5 of 5) sorted by relevance
187 ElfW(Addr) *fptr_table; in ElfW()208 fptr_table = __mmap (NULL, size, in ElfW()211 if (fptr_table == MAP_FAILED) in ElfW()215 if (COMPARE_AND_SWAP ((ElfW(Addr) *) &map->l_mach.fptr_table, in ElfW()216 (ElfW(Addr)) NULL, (ElfW(Addr)) fptr_table)) in ElfW()219 __munmap (fptr_table, len * sizeof (fptr_table[0])); in ElfW()221 return map->l_mach.fptr_table; in ElfW()229 ElfW(Addr) *ftab = map->l_mach.fptr_table; in _dl_make_fptr()290 ElfW(Addr) *ftab = map->l_mach.fptr_table; in _dl_unmap()319 * sizeof (map->l_mach.fptr_table[0]))); in _dl_unmap()[all …]
5 ElfW(Addr) *fptr_table;
70 map->l_mach.fptr_table = boot_table; in __hppa_init_bootstrap_fdesc_table()
4 Elf64_Addr *fptr_table; member
46 map->l_mach.fptr_table = boot_table; in __ia64_init_bootstrap_fdesc_table()
Completed in 33 milliseconds