Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Ddwarf-aux.c307 size_t nexpr; in die_get_data_member_location() local
315 ret = dwarf_getlocation(&attr, &expr, &nexpr); in die_get_data_member_location()
316 if (ret < 0 || nexpr == 0) in die_get_data_member_location()
319 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location()
321 expr[0].atom, nexpr); in die_get_data_member_location()
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c1218 u32 nexpr; in read_cons_helper() local
1236 nexpr = le32_to_cpu(buf[1]); in read_cons_helper()
1239 for (j = 0; j < nexpr; j++) { in read_cons_helper()