Home
last modified time | relevance | path

Searched defs:labelp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc245 for (dfsan_label *labelp = shadow_for(addr); size != 0; --size, ++labelp) { in __dfsan_set_label() local
268 for (dfsan_label *labelp = shadow_for(addr); size != 0; --size, ++labelp) in dfsan_add_label() local
/aosp_15_r20/bionic/libc/dns/nameser/
H A Dns_name.c1044 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, in encode_bitsring()