Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dggc-common.c250 #define POINTER_HASH(x) (hashval_t)((long)x >> 3) macro
265 htab_find_slot_with_hash (saving_htab, obj, POINTER_HASH (obj), in gt_pch_note_object()
297 data = htab_find_with_hash (saving_htab, obj, POINTER_HASH (obj)); in gt_pch_note_reorder()
308 return POINTER_HASH (((struct ptr_data *)p)->obj); in saving_htab_hash()
380 result = htab_find_with_hash (saving_htab, *ptr, POINTER_HASH (*ptr)); in relocate_ptrs()
409 POINTER_HASH (ptr)); in write_pch_globals()