Home
last modified time | relevance | path

Searched refs:state (Results 1 – 16 of 16) sorted by relevance

/scripts/gendwarfksyms/
A Ddwarf.c577 struct state state; in get_union_kabi_status() local
637 memset(&state.kabi, 0, sizeof(state.kabi)); in get_union_kabi_status()
834 static void state_init(struct state *state) in state_init() argument
1015 static void save_symbol_ptr(struct state *state) in save_symbol_ptr() argument
1056 struct state state; in process_exported_symbols() local
1066 process_subprogram(&state, &state.die); in process_exported_symbols()
1068 process_variable(&state, &state.die); in process_exported_symbols()
1080 struct state state; in process_symbol_ptr() local
1095 process_subprogram(&state, &state.die); in process_symbol_ptr()
1097 process_variable(&state, &state.die); in process_symbol_ptr()
[all …]
A Ddie.c17 static inline unsigned int die_hash(uintptr_t addr, enum die_state state) in die_hash() argument
19 return hash_32(addr_hash(addr) ^ (unsigned int)state); in die_hash()
24 cd->state = DIE_INCOMPLETE; in init_die()
32 static struct die *create_die(Dwarf_Die *die, enum die_state state) in create_die() argument
40 hash_add(die_map, &cd->hash, die_hash(cd->addr, state)); in create_die()
48 hash_for_each_possible(die_map, cd, hash, die_hash(addr, state)) { in __die_map_get()
49 if (cd->addr == addr && cd->state == state) { in __die_map_get()
58 struct die *die_map_get(Dwarf_Die *die, enum die_state state) in die_map_get() argument
62 if (__die_map_get((uintptr_t)die->addr, state, &cd) == 0) { in die_map_get()
68 return create_die(die, state); in die_map_get()
[all …]
A Dgendwarfksyms.h117 enum symbol_state state; member
170 static inline const char *die_state_name(enum die_state state) in die_state_name() argument
172 switch (state) { in die_state_name()
180 error("unexpected die_state: %d", state); in die_state_name()
184 enum die_state state; member
195 int __die_map_get(uintptr_t addr, enum die_state state, struct die **res);
196 struct die *die_map_get(Dwarf_Die *die, enum die_state state);
244 struct state { struct
259 typedef int (*die_callback_t)(struct state *state, struct die *cache, argument
264 int process_die_container(struct state *state, struct die *cache,
A Dsymbols.c89 if (sym->state == SYMBOL_PROCESSED && sym->crc != *crc) in set_crc()
93 sym->state = SYMBOL_PROCESSED; in set_crc()
117 sym->state = SYMBOL_MAPPED; in set_die()
152 sym->state = SYMBOL_UNPROCESSED; in symbol_read_exports()
168 if (sym->state == SYMBOL_UNPROCESSED) in get_symbol()
322 if (sym->state != SYMBOL_PROCESSED) in symbol_print_versions()
A Dtypes.c299 if (cache->state == DIE_INCOMPLETE) { in get_type_name()
303 if (cache->state == DIE_SYMBOL || cache->state == DIE_FQN) in get_type_name()
497 if (cache->state == DIE_UNEXPANDED && in expand_type()
528 if (!symtypes && sym->state == SYMBOL_PROCESSED) in expand_symbol()
537 if (sym->state != SYMBOL_PROCESSED) { in expand_symbol()
/scripts/
A Dsplit-man.pl14 $state = 0;
17 if ($state == 1) { close OUT }
18 $state = 1;
23 } elsif ($state != 0) {
A Dkernel-doc.pl224 my $state;
1781 $state = STATE_NORMAL;
1973 $state = STATE_DOCBLOCK;
2009 $state = STATE_BODY;
2046 $state = STATE_NORMAL;
2085 $state = STATE_BODY;
2108 $state = STATE_PROTO;
2169 $state = STATE_INLINE;
2195 $state = STATE_NORMAL;
2230 $state = STATE_PROTO;
[all …]
A Dconfig27 --state|-s option Print state of option (n,y,m,undef)
A Dmarkup_oops.pl213 my $state = 0;
240 if ($state == 0) {
243 $state = 1;
247 if ($state == 1) {
A Dunifdef.c229 static void state(Ifstate);
427 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); } in Strue()
428 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); } in Sfalse()
429 static void Selse (void) { drop(); state(IS_TRUE_ELSE); } in Selse()
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif()
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse()
436 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); } in Delif()
437 static void Delse (void) { drop(); state(IS_FALSE_ELSE); } in Delse()
454 static void Mtrue (void) { keywordedit("else"); state(IS_TRUE_MIDDLE); } in Mtrue()
456 static void Melse (void) { keywordedit("endif"); state(IS_FALSE_ELSE); } in Melse()
[all …]
/scripts/lib/kdoc/
A Dkdoc_parser.py234 self.state = state.NORMAL
306 self.state = state.NORMAL
1142 self.state = state.NAME
1159 self.state = state.DOCBLOCK
1187 self.state = state.BODY
1227 self.state = state.BODY
1272 self.state = state.PROTO
1316 self.state = state.BODY
1380 self.state = state.PROTO
1383 self.state = state.PROTO
[all …]
/scripts/kconfig/
A Dstreamline_config.pl158 my $state = "NONE";
204 $state = "NEW";
215 $state = "DEP";
219 } elsif ($state eq "NEW" && /^\s*depends\s+on\s+(.*)$/) {
220 $state = "DEP";
222 } elsif ($state eq "DEP" && /^\s*depends\s+on\s+(.*)$/) {
224 } elsif ($state ne "NONE" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
234 } elsif ($state ne "NONE" && /^\s*select\s+(\S+)/) {
243 } elsif ($state ne "NONE" && /^\s*(tristate\s+\S|prompt\b)/) {
264 $state = "NONE";
A Dnconf.c1013 state->in_search = 1-state->in_search; in do_match()
1014 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1017 } else if (!state->in_search) in do_match()
1021 state->pattern[strlen(state->pattern)] = c; in do_match()
1022 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1025 state->match_direction); in do_match()
1029 state->match_direction); in do_match()
1033 state->match_direction); in do_match()
1035 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match()
1041 state->in_search = 0; in do_match()
[all …]
A Dlexer.l42 YY_BUFFER_STATE state; member
/scripts/gdb/linux/
A Ddmesg.py102 state = 3 & (utils.read_atomic_long(desc, sv_off) >> desc_flags_shift)
103 if state != desc_committed and state != desc_finalized:
/scripts/gcc-plugins/
A DKconfig27 program state. This will help especially embedded systems where

Completed in 25 milliseconds