Home
last modified time | relevance | path

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

/elf/
A Dtst-env-setuid-tunables.c82 test_child (int off) in test_child() argument
87 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()
A Ddl-tls.c272 size_t off; in _dl_determine_tlsoffset() local
280 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() local
326 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 …]
A Ddl-tunables.c176 size_t off = 0; in parse_tunables() local
192 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