Searched refs:arcExtMap (Results 1 – 2 of 2) sorted by relevance
29 static struct arcExtMap arc_extension_map;144 memset(&arc_extension_map, 0, sizeof(struct arcExtMap)); in cleanup_ext_map()245 char *arcExtMap; local253 arcExtMap = (char *) xmalloc (count);254 if (bfd_get_section_contents (text_bfd, p, (PTR) arcExtMap, 0, count))256 arcExtMap_add ((PTR) arcExtMap, count);259 free ((PTR) arcExtMap);
45 struct arcExtMap struct