Searched refs:checkp (Results 1 – 3 of 3) sorted by relevance
| /scripts/gendwarfksyms/ |
| D | types.c | 62 checkp(fputs(entry->str, file)); in type_list_write() 149 checkp(fputs(e->name, stderr)); in type_map_add() 150 checkp(fputs(" ", stderr)); in type_map_add() 152 checkp(fputs("\n", stderr)); in type_map_add() 212 checkp(fputs(es[i]->name, file)); in type_map_write() 213 checkp(fputs(" ", file)); in type_map_write() 215 checkp(fputs("\n", file)); in type_map_write() 543 checkp(fputs(sym->name, stderr)); in expand_symbol() 544 checkp(fputs(" ", stderr)); in expand_symbol() 546 checkp(fputs("\n", stderr)); in expand_symbol()
|
| D | dwarf.c | 190 if (checkp(vsnprintf(buf, sizeof(buf), fmt, args)) >= sizeof(buf)) in process_fmt() 277 res = checkp(dwarf_child(die, ¤t)); in process_die_container() 281 res = checkp(func(state, cache, ¤t)); in process_die_container() 286 res = checkp(dwarf_siblingof(¤t, ¤t)); in process_die_container() 564 res = checkp(process_die_container( in check_union_member_kabi_status() 639 res = checkp(process_die_container(&state, NULL, die, in get_union_kabi_status() 664 checkp(get_union_kabi_status(&type, NULL, NULL)) == KABI_IGNORED; in is_kabi_ignored() 737 int res = checkp(get_union_kabi_status(die, &placeholder, in DEFINE_PROCESS_STRUCTURE_TYPE()
|
| D | gendwarfksyms.h | 77 #define checkp(expr) __check(expr, __res < 0) macro
|