Lines Matching defs:decls
529 /* typedef is similar to struct/union w.r.t. fwd-decls */
1291 struct id_stack *decls,
1309 while (decls->cnt) {
1310 id = decls->ids[--decls->cnt];
1313 btf_dump_emit_mods(d, decls);
1324 btf_dump_emit_mods(d, decls);
1330 btf_dump_emit_mods(d, decls);
1338 btf_dump_emit_mods(d, decls);
1346 btf_dump_emit_mods(d, decls);
1350 btf_dump_emit_mods(d, decls);
1380 btf_dump_drop_mods(d, decls);
1382 if (decls->cnt == 0) {
1388 next_id = decls->ids[decls->cnt - 1];
1397 btf_dump_emit_type_chain(d, decls, fname, lvl);
1416 btf_dump_drop_mods(d, decls);
1417 if (decls->cnt) {
1419 btf_dump_emit_type_chain(d, decls, fname, lvl);