Searched refs:DT_HASH (Results 1 – 9 of 9) sorted by relevance
53 if (!map->l_info[DT_HASH]) in _dl_setup_hash()55 hash = (void *) D_PTR (map, l_info[DT_HASH]); in _dl_setup_hash()
74 else if (match->l_info[DT_HASH] != NULL) in determine_info()77 = (symtab + ((Elf_Symndx *) D_PTR (match, l_info[DT_HASH]))[1]); in determine_info()
84 ADJUST_DYN_INFO (DT_HASH); in elf_get_dynamic_info()
866 #define DT_HASH 4 /* Address of symbol hash table */ macro
194 if (map->l_info[DT_HASH] != NULL) in ElfW()195 symtabend = (symtab + ((Elf_Symndx *) D_PTR (map, l_info[DT_HASH]))[1]); in ElfW()
580 DT_HASH = 4 variable in Dt
2516 * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
512 * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry514 * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
6216 DT_HASH element.