Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Delfxx-x86.c635 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
735 if (htab->loc_hash_memory) in elf_x86_link_hash_table_free()
736 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_x86_link_hash_table_free()
825 ret->loc_hash_memory = objalloc_create (); in _bfd_x86_elf_link_hash_table_create()
826 if (!ret->loc_hash_table || !ret->loc_hash_memory) in _bfd_x86_elf_link_hash_table_create()
H A Delfxx-x86.h477 void * loc_hash_memory; member
/dragonfly/contrib/gdb-7/bfd/
H A Delf32-i386.c809 void * loc_hash_memory; member
919 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
957 ret->loc_hash_memory = objalloc_create (); in elf_i386_link_hash_table_create()
958 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_i386_link_hash_table_create()
977 if (htab->loc_hash_memory) in elf_i386_link_hash_table_free()
978 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_i386_link_hash_table_free()
H A Delf64-x86-64.c757 void * loc_hash_memory; member
870 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
925 ret->loc_hash_memory = objalloc_create (); in elf_x86_64_link_hash_table_create()
926 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_x86_64_link_hash_table_create()
945 if (htab->loc_hash_memory) in elf_x86_64_link_hash_table_free()
946 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_x86_64_link_hash_table_free()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-i386.c873 void * loc_hash_memory; member
993 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
1018 if (htab->loc_hash_memory) in elf_i386_link_hash_table_free()
1019 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_i386_link_hash_table_free()
1048 ret->loc_hash_memory = objalloc_create (); in elf_i386_link_hash_table_create()
1049 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_i386_link_hash_table_create()
H A Delf64-x86-64.c893 void * loc_hash_memory; member
1018 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
1043 if (htab->loc_hash_memory) in elf_x86_64_link_hash_table_free()
1044 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in elf_x86_64_link_hash_table_free()
1090 ret->loc_hash_memory = objalloc_create (); in elf_x86_64_link_hash_table_create()
1091 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_x86_64_link_hash_table_create()