Home
last modified time | relevance | path

Searched refs:DT_HASH (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/elf/
Ddl-setup_hash.c53 if (!map->l_info[DT_HASH]) in _dl_setup_hash()
55 hash = (void *) D_PTR (map, l_info[DT_HASH]); in _dl_setup_hash()
Ddl-addr.c74 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()
Dget-dynamic-info.h84 ADJUST_DYN_INFO (DT_HASH); in elf_get_dynamic_info()
Delf.h866 #define DT_HASH 4 /* Address of symbol hash table */ macro
/glibc-2.36/sysdeps/hppa/
Ddl-fptr.c194 if (map->l_info[DT_HASH] != NULL) in ElfW()
195 symtabend = (symtab + ((Elf_Symndx *) D_PTR (map, l_info[DT_HASH]))[1]); in ElfW()
/glibc-2.36/scripts/
Dglibcelf.py580 DT_HASH = 4 variable in Dt
/glibc-2.36/ChangeLog.old/
DChangeLog.152516 * elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
DChangeLog.13512 * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
514 * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
DChangeLog.56216 DT_HASH element.