Home
last modified time | relevance | path

Searched refs:boot_table (Results 1 – 3 of 3) sorted by relevance

/sysdeps/hppa/
A Ddl-fptr.c56 struct fdesc_table boot_table; local
65 .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()
A Ddl-machine.h64 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()
/sysdeps/ia64/
A Ddl-machine.h40 Elf64_Addr *boot_table; in __ia64_init_bootstrap_fdesc_table() local
43 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