Searched refs:off (Results 1 – 3 of 3) sorted by relevance
82 test_child (int off) in test_child() argument87 if (val != NULL && strcmp (val, resultstrings[off]) == 0) in test_child()91 printf ("[%d] Unexpected GLIBC_TUNABLES VALUE %s\n", off, val); in test_child()97 printf ("[%d] GLIBC_TUNABLES not cleared\n", off); in test_child()
272 size_t off; in _dl_determine_tlsoffset() local280 if (off <= freebottom) in _dl_determine_tlsoffset()282 freetop = off; in _dl_determine_tlsoffset()299 offset = off; in _dl_determine_tlsoffset()303 slotinfo[cnt].map->l_tls_offset = off; in _dl_determine_tlsoffset()320 size_t off; in _dl_determine_tlsoffset() local326 if (off - freebottom < firstbyte) in _dl_determine_tlsoffset()327 off += slotinfo[cnt].map->l_tls_align; in _dl_determine_tlsoffset()338 if (off - offset < firstbyte) in _dl_determine_tlsoffset()339 off += slotinfo[cnt].map->l_tls_align; in _dl_determine_tlsoffset()[all …]
176 size_t off = 0; in parse_tunables() local192 tunestr[off] = '\0'; in parse_tunables()230 if (off > 0) in parse_tunables()231 tunestr[off++] = ':'; in parse_tunables()236 tunestr[off++] = *n++; in parse_tunables()238 tunestr[off++] = '='; in parse_tunables()241 tunestr[off++] = value[j]; in parse_tunables()
Completed in 6 milliseconds