OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arcExtMap
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
arc-ext.h
46
struct
arcExtMap
arc-ext.c
29
static struct
arcExtMap
arc_extension_map;
144
memset(&arc_extension_map, 0, sizeof(struct
arcExtMap
));
245
char *
arcExtMap
;
250
if (!strcmp (p->name, ".
arcextmap
"))
253
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
);
Completed in 114 milliseconds