Lines Matching refs:tls_base
274 static void *calc_location(struct strobe_value_loc *loc, void *tls_base) in calc_location() argument
291 void *addr = tls_base + loc->offset; in calc_location()
322 &((struct tcbhead *)tls_base)->dtv); in calc_location()
340 size_t idx, void *tls_base, in read_int_var() argument
344 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var()
355 size_t idx, void *tls_base, in read_str_var() argument
364 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var()
385 size_t idx, void *tls_base, in read_map_var() argument
399 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var()
463 void *tls_base, *payload; in read_strobe_meta() local
476 tls_base = (void *)task; in read_strobe_meta()
484 read_int_var(cfg, i, tls_base, &value, data); in read_strobe_meta()
492 payload += read_str_var(cfg, i, tls_base, &value, data, payload); in read_strobe_meta()
500 payload = read_map_var(cfg, i, tls_base, &value, data, payload); in read_strobe_meta()