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

  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 43 struct string_hash_entry struct
47 struct string_hash_entry *next;
141 struct string_hash_entry *strings;
143 struct string_hash_entry *last_string;
288 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
292 if (ret == (struct string_hash_entry *) NULL)
293 ret = ((struct string_hash_entry *)
294 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
295 if (ret == (struct string_hash_entry *) NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 43 struct string_hash_entry struct
47 struct string_hash_entry *next;
141 struct string_hash_entry *strings;
143 struct string_hash_entry *last_string;
288 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
292 if (ret == (struct string_hash_entry *) NULL)
293 ret = ((struct string_hash_entry *)
294 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
295 if (ret == (struct string_hash_entry *) NULL
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 283 struct string_hash_entry
289 struct string_hash_entry *next;
304 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
308 if (ret == (struct string_hash_entry *) NULL)
309 ret = ((struct string_hash_entry *)
310 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
311 if (ret == (struct string_hash_entry *) NULL)
315 ret = ((struct string_hash_entry *)
331 ((struct string_hash_entry *) \
282 struct string_hash_entry struct
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 283 struct string_hash_entry
289 struct string_hash_entry *next;
304 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
308 if (ret == (struct string_hash_entry *) NULL)
309 ret = ((struct string_hash_entry *)
310 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
311 if (ret == (struct string_hash_entry *) NULL)
315 ret = ((struct string_hash_entry *)
331 ((struct string_hash_entry *) \
282 struct string_hash_entry struct
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 273 struct string_hash_entry
279 struct string_hash_entry *next;
294 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
298 if (ret == (struct string_hash_entry *) NULL)
299 ret = ((struct string_hash_entry *)
300 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
301 if (ret == (struct string_hash_entry *) NULL)
305 ret = ((struct string_hash_entry *)
321 ((struct string_hash_entry *) \
271 struct string_hash_entry struct
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 273 struct string_hash_entry
279 struct string_hash_entry *next;
294 struct string_hash_entry *ret = (struct string_hash_entry *) entry;
298 if (ret == (struct string_hash_entry *) NULL)
299 ret = ((struct string_hash_entry *)
300 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
301 if (ret == (struct string_hash_entry *) NULL)
305 ret = ((struct string_hash_entry *)
321 ((struct string_hash_entry *) \
271 struct string_hash_entry struct
    [all...]

Completed in 88 milliseconds