Searched refs:nexpr (Results 1 – 3 of 3) sorted by relevance
292 size_t nexpr; in die_get_data_member_location() local300 ret = dwarf_getlocation(&attr, &expr, &nexpr); in die_get_data_member_location()301 if (ret < 0 || nexpr == 0) in die_get_data_member_location()304 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location()306 expr[0].atom, nexpr); in die_get_data_member_location()
867 uint32_t buf[3], nexpr; in write_cons_helper() local871 nexpr = 0; in write_cons_helper()873 nexpr++; in write_cons_helper()876 buf[1] = cpu_to_le32(nexpr); in write_cons_helper()
1975 size_t nexpr; in read_cons_helper() local1994 nexpr = le32_to_cpu(buf[1]); in read_cons_helper()1997 for (j = 0; j < nexpr; j++) { in read_cons_helper()