Searched refs:for_each (Results 1 – 2 of 2) sorted by relevance
| /scripts/gendwarfksyms/ |
| A D | symbols.c | 56 static unsigned int for_each(const char *name, symbol_callback_t func, in for_each() function 99 if (for_each(sym->name, set_crc, &crc) == 0) in symbol_set_crc() 110 if (for_each(sym->name, set_ptr, ptr) == 0) in symbol_set_ptr() 122 if (for_each(sym->name, set_die, die) == 0) in symbol_set_die() 128 return for_each(name, NULL, NULL) > 0; in is_exported() 176 for_each(name, get_symbol, &sym); in symbol_get() 308 for_each(name, set_symbol_addr, &addr); in elf_set_symbol_addr()
|
| /scripts/coccinelle/iterators/ |
| A D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 3 //# False positives can be due to function calls within the for_each
|
Completed in 4 milliseconds