Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/hppa/
Ddl-fptr.c57 struct fdesc_table boot_table; local
66 .root = &local.boot_table,
69 .boot_table =
111 l->root = &l->boot_table; in _dl_fptr_init()
262 if (l->root != &l->boot_table in _dl_make_fptr()
263 || l->boot_table.first_unused > 20) in _dl_make_fptr()
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()
/glibc-2.36/elf/
Ddl-fptr.c54 struct fdesc_table boot_table; local
59 .root = &local.boot_table,
61 .boot_table =
240 if (l->root != &l->boot_table in _dl_make_fptr()
241 || l->boot_table.first_unused > 20) in _dl_make_fptr()
/glibc-2.36/sysdeps/ia64/
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()