Home
last modified time | relevance | path

Searched refs:nexpr (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Ddwarf-aux.c292 size_t nexpr; in die_get_data_member_location() local
300 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()
/external/libsepol/src/
Dwrite.c867 uint32_t buf[3], nexpr; in write_cons_helper() local
871 nexpr = 0; in write_cons_helper()
873 nexpr++; in write_cons_helper()
876 buf[1] = cpu_to_le32(nexpr); in write_cons_helper()
Dpolicydb.c1975 size_t nexpr; in read_cons_helper() local
1994 nexpr = le32_to_cpu(buf[1]); in read_cons_helper()
1997 for (j = 0; j < nexpr; j++) { in read_cons_helper()