Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c183 static int toc_hash_eq PARAMS ((const void *, const void *));
11684 toc_hash_eq (h1, h2) in toc_hash_eq() function
12826 toc_hash_table = htab_create (1021, toc_hash_function, toc_hash_eq, NULL); in rs6000_add_gc_roots()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c590 static int toc_hash_eq (const void *, const void *);
15870 toc_hash_eq (const void *h1, const void *h2) in toc_hash_eq() function
15940 toc_hash_eq, NULL); in output_toc()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.3824 * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
9969 (toc_hash_eq): Likewise.
10628 (toc_hash_eq): New function.
H A DChangeLog.413637 (toc_hash_eq): Structures are different if key_mode differs.
H A DChangeLog.65598 * config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
H A DChangeLog.77731 (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.