Searched refs:decl_stack (Results 1 – 1 of 1) sorted by relevance
105 __u32 *decl_stack; member252 free(d->decl_stack); in btf_dump__free()1217 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()1291 struct id_stack decl_stack; in btf_dump_emit_type_decl() local1355 decl_stack.ids = d->decl_stack + stack_start; in btf_dump_emit_type_decl()1374 while (decl_stack->cnt) { in btf_dump_emit_mods()1375 id = decl_stack->ids[decl_stack->cnt - 1]; in btf_dump_emit_mods()1391 decl_stack->cnt--; in btf_dump_emit_mods()1400 while (decl_stack->cnt) { in btf_dump_drop_mods()1401 id = decl_stack->ids[decl_stack->cnt - 1]; in btf_dump_drop_mods()[all …]