Searched refs:hash_sec (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c5819 asection *hash_sec;
6673 = elf_section_data (finfo->hash_sec)->this_hdr.sh_entsize;
6674 bucketpos = ((bfd_byte *) finfo->hash_sec->contents
6679 ((bfd_byte *) finfo->hash_sec->contents
7847 finfo.hash_sec = NULL;
7853 finfo.hash_sec = bfd_get_section_by_name (dynobj, ".hash");
7854 BFD_ASSERT (finfo.dynsym_sec != NULL && finfo.hash_sec != NULL);
5809 asection *hash_sec; member in struct:elf_final_link_info
/haiku-buildtools/binutils/bfd/
H A Delflink.c7769 asection *hash_sec;
9701 if (flinfo->hash_sec != NULL)
9713 = elf_section_data (flinfo->hash_sec)->this_hdr.sh_entsize;
9714 bucketpos = ((bfd_byte *) flinfo->hash_sec->contents
9720 ((bfd_byte *) flinfo->hash_sec->contents
11327 flinfo.hash_sec = NULL;
11332 flinfo.hash_sec = bfd_get_linker_section (dynobj, ".hash");
7757 asection *hash_sec; member in struct:elf_final_link_info

Completed in 201 milliseconds