HomeSort by: relevance | last modified time | path
    Searched defs:hash_ptr (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-vxworks.c 165 struct elf_link_hash_entry **hash_ptr; local
170 hash_ptr = rel_hash;
173 hash_ptr++)
175 if (*hash_ptr)
177 (*hash_ptr)->has_reloc = 1;
178 if ((*hash_ptr)->def_dynamic
179 && !(*hash_ptr)->def_regular
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak)
182 && (*hash_ptr)->root.u.def.section->output_section != NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-vxworks.c 165 struct elf_link_hash_entry **hash_ptr; local
170 hash_ptr = rel_hash;
173 hash_ptr++)
175 if (*hash_ptr)
177 (*hash_ptr)->has_reloc = 1;
178 if ((*hash_ptr)->def_dynamic
179 && !(*hash_ptr)->def_regular
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak)
182 && (*hash_ptr)->root.u.def.section->output_section != NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-vxworks.c 165 struct elf_link_hash_entry **hash_ptr; local
170 hash_ptr = rel_hash;
173 hash_ptr++)
175 if (*hash_ptr)
177 (*hash_ptr)->has_reloc = 1;
178 if ((*hash_ptr)->def_dynamic
179 && !(*hash_ptr)->def_regular
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak)
182 && (*hash_ptr)->root.u.def.section->output_section != NULL
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-vxworks.c 165 struct elf_link_hash_entry **hash_ptr; local
170 hash_ptr = rel_hash;
173 hash_ptr++)
175 if (*hash_ptr)
177 (*hash_ptr)->has_reloc = 1;
178 if ((*hash_ptr)->def_dynamic
179 && !(*hash_ptr)->def_regular
180 && ((*hash_ptr)->root.type == bfd_link_hash_defined
181 || (*hash_ptr)->root.type == bfd_link_hash_defweak)
182 && (*hash_ptr)->root.u.def.section->output_section != NULL
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
random.c 108 u32 *hash_ptr; local
125 hash_ptr = (u32 *) hash;
126 hash_ptr[0] ^= hash_ptr[4];
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 881 struct shash *hash_ptr; /* pointer to the hash table head */
1564 shash_t *hash_ptr;
1569 hash_ptr = str_hash_find (hash_tbl, str);
1570 if (hash_ptr == NULL)
1579 hash_ptr = allocate_shash ();
1580 hash_ptr->indx = vp->num_allocated;
1582 hash_ptr->string = &vp->last->datum->byte[vp->objects_last_page];
1587 strcpy (hash_ptr->string, str);
1589 if (str_hash_insert (hash_tbl, str, hash_ptr, 0) != NULL)
1594 *ret_hash = hash_ptr;
879 struct shash *hash_ptr; \/* pointer to the hash table head *\/ member in struct:tag
1557 shash_t *hash_ptr; local
1610 shash_t *hash_ptr = NULL; local
1899 thash_t *hash_ptr; local
2007 shash_t *hash_ptr; local
2060 shash_t *hash_ptr = ptag->hash_ptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 881 struct shash *hash_ptr; /* pointer to the hash table head */
1564 shash_t *hash_ptr;
1569 hash_ptr = str_hash_find (hash_tbl, str);
1570 if (hash_ptr == NULL)
1579 hash_ptr = allocate_shash ();
1580 hash_ptr->indx = vp->num_allocated;
1582 hash_ptr->string = &vp->last->datum->byte[vp->objects_last_page];
1587 strcpy (hash_ptr->string, str);
1589 if (str_hash_insert (hash_tbl, str, hash_ptr, 0) != NULL)
1594 *ret_hash = hash_ptr;
879 struct shash *hash_ptr; \/* pointer to the hash table head *\/ member in struct:tag
1557 shash_t *hash_ptr; local
1610 shash_t *hash_ptr = NULL; local
1899 thash_t *hash_ptr; local
2007 shash_t *hash_ptr; local
2060 shash_t *hash_ptr = ptag->hash_ptr; local
    [all...]

Completed in 22 milliseconds