Searched defs:type (Results 1 - 15 of 15) sorted by relevance

/scripts/genksyms/
H A Dgenksyms.h47 enum symbol_type type; member in struct:symbol
65 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dgenksyms.c74 static void print_type_name(enum symbol_type type, const char *name);
173 if (map_to_ns(sym->type) == map_to_ns(ns) &&
178 if (exact && sym && sym->type != ns)
187 return ((sym->type == SYM_STRUCT ||
188 sym->type == SYM_UNION ||
189 sym->type == SYM_ENUM) &&
198 static struct symbol *__add_symbol(const char *name, enum symbol_type type, argument
212 if (type == SYM_ENUM_CONST) {
233 } else if (type == SYM_ENUM) {
244 if (map_to_ns(sym->type)
322 add_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
328 add_reference_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
706 print_type_name(enum symbol_type type, const char *name) argument
[all...]
/scripts/dtc/
H A Ddata.c292 struct data data_add_marker(struct data d, enum markertype type, char *ref) argument
298 m->type = type;
H A Ddtc.h78 enum markertype type; member in struct:marker
97 if ((m)->type == (t))
118 struct data data_add_marker(struct data d, enum markertype type, char *ref);
/scripts/kconfig/
H A Dconf.c84 enum symbol_type type = sym_get_type(sym); local
116 switch (type) {
364 switch (prop->type) {
396 switch (sym->type) {
H A Dexpr.c17 e->type = E_SYMBOL;
22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) argument
25 e->type = type;
30 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) argument
33 e->type = type;
39 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
42 e->type = type;
130 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
504 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
556 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
848 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) argument
877 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) argument
[all...]
H A Dmconf.c344 int type, tmp, doint = 2; local
364 switch (prop->type) {
401 type = sym_get_type(sym);
414 switch (type) {
462 switch (type) {
504 if (menu->prompt->type == P_MENU) {
570 else if (submenu->prompt->type == P_MENU)
H A Dmenu.c87 switch (e->type) {
112 void menu_set_type(int type) argument
116 if (sym->type == type)
118 if (sym->type == S_UNKNOWN) {
119 sym->type = type;
122 menu_warn(current_entry, "type of '%s' redefined from '%s' to '%s'",
124 sym_type_name(sym->type), sym_type_name(type));
127 menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) argument
164 menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) argument
175 menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) argument
180 menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) argument
487 enum prop_type type; local
[all...]
H A Dexpr.h40 enum expr_type type; member in struct:expr
77 enum symbol_type type; member in struct:symbol
87 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
138 enum prop_type type; /* type of property */ member in struct:property
151 if (st->type == (tok))
185 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
186 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
187 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
203 void expr_extract_eq(enum expr_type type, struc
[all...]
H A Dsymbol.c58 sym->type = S_STRING;
65 enum symbol_type type = sym->type; local
67 if (type == S_TRISTATE) {
69 type = S_BOOLEAN;
71 type = S_BOOLEAN;
73 return type;
76 const char *sym_type_name(enum symbol_type type) argument
78 switch (type) {
142 switch (sym->type) {
464 int type = sym_get_type(sym); local
1226 prop_alloc(enum prop_type type, struct symbol *sym) argument
1256 prop_get_type_name(enum prop_type type) argument
[all...]
H A Dnconf.c737 int type, tmp, doint = 2; local
750 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
791 type = sym_get_type(sym);
804 switch (type) {
855 switch (type) {
905 if (menu->prompt && menu->prompt->type == P_MENU) {
1180 submenu->prompt->type == P_MENU)
H A Dqconf.cc120 int type; local
134 if (prop) switch (prop->type) {
160 type = sym_get_type(sym);
161 switch (type) {
176 if (sym_is_choice_value(sym) && type == S_BOOLEAN)
189 if (sym_is_choice_value(sym) && type == S_BOOLEAN)
217 if (type == S_STRING)
426 enum prop_type type; local
436 type = menu->prompt ? menu->prompt->type
487 int type; local
513 int type, oldexpr, newexpr; local
553 enum prop_type type; local
601 enum prop_type type; local
662 enum prop_type type; local
[all...]
/scripts/
H A Ddocproc.c250 static void docfunctions(char * filename, char * type) argument
270 vec[idx++] = type;
H A Drecordmcount.c279 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) argument
282 .r_mips = { .r_sym = w(sym), .r_type = type }
H A Drecordmcount.h135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) argument
137 rp->r_info = _w(ELF_R_INFO(sym, type));
139 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;

Completed in 88 milliseconds