Searched refs:stmt_list (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | dbghelp_ros.diff | 243 if (dwarf2_find_attribute(&ctx, di, DW_AT_stmt_list, &stmt_list)) 246 + unsigned long stmt_list_val = stmt_list.u.uvalue; 254 if (dwarf2_parse_line_numbers(sections, &ctx, comp_dir.u.string, stmt_list.u.uvalue))
|
H A D | dwarf.c | 2437 struct attribute stmt_list, low_pc; in dwarf2_parse_compilation_unit() local 2458 if (dwarf2_find_attribute(&ctx, di, DW_AT_stmt_list, &stmt_list)) in dwarf2_parse_compilation_unit() 2461 unsigned long stmt_list_val = stmt_list.u.uvalue; in dwarf2_parse_compilation_unit() 2469 if (dwarf2_parse_line_numbers(sections, &ctx, comp_dir.u.string, stmt_list.u.uvalue)) in dwarf2_parse_compilation_unit()
|
/reactos/sdk/tools/widl/ |
H A D | parser.y | 154 statement_list_t *stmt_list; member 303 %type <stmt_list> gbl_statements imp_statements int_statements
|