Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-sparc.h64 void *loc_hash_memory; member
Delfnn-ia64.c156 void *loc_hash_memory; member
1427 if (ia64_info->loc_hash_memory) in elfNN_ia64_link_hash_table_free()
1428 objalloc_free ((struct objalloc *) ia64_info->loc_hash_memory); in elfNN_ia64_link_hash_table_free()
1458 ret->loc_hash_memory = objalloc_create (); in elfNN_ia64_hash_table_create()
1459 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elfNN_ia64_hash_table_create()
1594 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
Delf64-ia64-vms.c163 void *loc_hash_memory; member
1036 if (ia64_info->loc_hash_memory) in elf64_ia64_link_hash_table_free()
1037 objalloc_free ((struct objalloc *) ia64_info->loc_hash_memory); in elf64_ia64_link_hash_table_free()
1067 ret->loc_hash_memory = objalloc_create (); in elf64_ia64_hash_table_create()
1068 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf64_ia64_hash_table_create()
1362 objalloc_alloc ((struct objalloc *) ia64_info->loc_hash_memory, in get_local_sym_hash()
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()
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()
Delfxx-sparc.c1090 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_sparc_get_local_sym_hash()
1115 if (htab->loc_hash_memory) in _bfd_sparc_elf_link_hash_table_free()
1116 objalloc_free ((struct objalloc *) htab->loc_hash_memory); in _bfd_sparc_elf_link_hash_table_free()
1183 ret->loc_hash_memory = objalloc_create (); in _bfd_sparc_elf_link_hash_table_create()
1184 if (!ret->loc_hash_table || !ret->loc_hash_memory) in _bfd_sparc_elf_link_hash_table_create()
Delfnn-aarch64.c2352 void * loc_hash_memory; member
2481 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elfNN_aarch64_get_local_sym_hash()
2560 if (ret->loc_hash_memory) in elfNN_aarch64_link_hash_table_free()
2561 objalloc_free ((struct objalloc *) ret->loc_hash_memory); in elfNN_aarch64_link_hash_table_free()
2603 ret->loc_hash_memory = objalloc_create (); in elfNN_aarch64_link_hash_table_create()
2604 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elfNN_aarch64_link_hash_table_create()
DChangeLog-20092302 loc_hash_memory.
2312 loc_hash_memory.
2322 loc_hash_memory.
2332 and loc_hash_memory.
DChangeLog-20103032 and loc_hash_memory.
DChangeLog-0203683 to htab_t. Add loc_hash_memory field.
689 loc_hash_table. Initialize loc_hash_memory.