Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dreggroups.h30 enum reggroup_type { USER_REGGROUP, INTERNAL_REGGROUP }; enum
45 enum reggroup_type type);
52 extern enum reggroup_type reggroup_type (struct reggroup *reggroup);
H A Dreggroups.c37 enum reggroup_type type;
41 reggroup_new (const char *name, enum reggroup_type type) in reggroup_new()
57 enum reggroup_type
58 reggroup_type (struct reggroup *group) in reggroup_type() function
209 switch (reggroup_type (group)) in reggroups_dump()