Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Ddwarf-aux.c445 size_t nexpr; in die_get_data_member_location() local
453 ret = dwarf_getlocation(&attr, &expr, &nexpr); in die_get_data_member_location()
454 if (ret < 0 || nexpr == 0) in die_get_data_member_location()
457 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location()
459 expr[0].atom, nexpr); in die_get_data_member_location()
/linux-5.19.10/security/selinux/ss/
Dpolicydb.c1201 u32 nexpr; in read_cons_helper() local
1219 nexpr = le32_to_cpu(buf[1]); in read_cons_helper()
1222 for (j = 0; j < nexpr; j++) { in read_cons_helper()