Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 6 of 6) sorted by relevance

/elf/
A Dcache.c559 entry->path->string, entry->isa_level, in compute_hwcap_value()
582 for (entry = entries; entry != NULL; entry = entry->next) in save_cache()
655 for (idx_old = 0, idx_new = 0, entry = entries; entry != NULL; in save_cache()
656 entry = entry->next, ++idx_new) in save_cache()
947 for (entry = aux_hash[hash % aux_hash_size]; entry; entry = entry->next) in search_aux_cache()
960 entry->used = 1; in search_aux_cache()
974 for (entry = aux_hash[hash]; entry; entry = entry->next) in insert_to_aux_cache()
983 entry->id = *id; in insert_to_aux_cache()
989 entry->soname = memcpy ((char *) (entry + 1), soname, len); in insert_to_aux_cache()
1075 entry != NULL; entry = entry->next) in save_aux_cache()
[all …]
A Dldconfig.c367 if (ptr->ino == entry->ino && ptr->dev == entry->dev) in add_single_dir()
373 entry->from_file, entry->from_line, in add_single_dir()
378 free (entry->path); in add_single_dir()
379 free (entry); in add_single_dir()
467 entry->next = NULL; in add_dir_1()
507 free (entry); in add_dir_1()
521 free (entry); in add_dir_1()
804 printf (_(" (from %s:%d)\n"), entry->from_file, entry->from_line); in search_dir()
1066 flag = entry->flag; in search_dir()
1193 for (entry = dir_entries; entry != NULL; entry = entry->next) in search_dirs()
[all …]
A Dtlsdeschtab.h88 void **entry; in _dl_make_tlsdesc_dynamic() local
102 entry = htab_find_slot (ht, &test, 1, hash_tlsdesc, eq_tlsdesc); in _dl_make_tlsdesc_dynamic()
103 if (! entry) in _dl_make_tlsdesc_dynamic()
106 if (*entry) in _dl_make_tlsdesc_dynamic()
108 td = *entry; in _dl_make_tlsdesc_dynamic()
112 *entry = td = malloc (sizeof (struct tlsdesc_dynamic_arg)); in _dl_make_tlsdesc_dynamic()
A Drtld-debugger-interface.txt75 A pointer which, if not NULL, points to the entry in the specified
79 relocated, and so on. Note that because `new' is an entry in a
A Ddl-cache.c489 &cache_new->libs[0].entry, cache_new->nlibs, in _dl_load_cache_lookup()
A Drtld.c592 ElfW(Addr) entry = _dl_start_final (arg); in ElfW()
594 ElfW(Addr) entry = _dl_start_final (arg, &info); in ElfW()
601 return ELF_MACHINE_START_ADDRESS (GL(dl_ns)[LM_ID_BASE]._ns_loaded, entry); in ElfW()

Completed in 16 milliseconds