Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c3918 Elf_Data *hashdata = elf_newdata (hashscn); in create_gnu_hash() local
3919 if (shdr == NULL || hashdata == NULL) in create_gnu_hash()
3927 hashdata->d_size = (xelf_fsize (ld_state.outelf, ELF_T_ADDR, in create_gnu_hash()
3930 hashdata->d_buf = xcalloc (1, hashdata->d_size); in create_gnu_hash()
3931 hashdata->d_align = sizeof (Elf32_Word); in create_gnu_hash()
3932 hashdata->d_type = ELF_T_WORD; in create_gnu_hash()
3933 hashdata->d_off = 0; in create_gnu_hash()
3935 ((Elf32_Word *) hashdata->d_buf)[0] = gnu_nbuckets; in create_gnu_hash()
3936 ((Elf32_Word *) hashdata->d_buf)[2] = gnu_bitmask_nwords; in create_gnu_hash()
3937 ((Elf32_Word *) hashdata->d_buf)[3] = gnu_shift; in create_gnu_hash()
[all …]