Searched refs:boot_table (Results 1 – 3 of 3) sorted by relevance
56 struct fdesc_table boot_table; local65 .root = &local.boot_table,68 .boot_table =110 l->root = &l->boot_table; in _dl_fptr_init()261 if (l->root != &l->boot_table in _dl_make_fptr()262 || l->boot_table.first_unused > 20) in _dl_make_fptr()
64 ElfW(Addr) *boot_table; in __hppa_init_bootstrap_fdesc_table()67 ELF_MACHINE_LOAD_ADDRESS(boot_table,_dl_boot_fptr_table); in __hppa_init_bootstrap_fdesc_table()70 map->l_mach.fptr_table = boot_table; in __hppa_init_bootstrap_fdesc_table()
40 Elf64_Addr *boot_table; in __ia64_init_bootstrap_fdesc_table() local43 asm (";; addl %0 = @gprel (_dl_boot_fptr_table), gp" : "=r"(boot_table)); in __ia64_init_bootstrap_fdesc_table()46 map->l_mach.fptr_table = boot_table; in __ia64_init_bootstrap_fdesc_table()
Completed in 9 milliseconds