Home
last modified time | relevance | path

Searched defs:ref_map (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c502 struct ref_map struct
510 #define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) argument
513 static struct ref_map *ref_map; variable
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-icf.h171 typedef hash_map<sem_usage_hash, auto_vec<sem_item *> > ref_map; typedef