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()
457 void *tls_base; member
471 read_int_var(ctx->cfg, index, ctx->tls_base, ctx->value, ctx->data); in read_var_callback()
476 ctx->payload = read_map_var(ctx->cfg, index, ctx->tls_base, in read_var_callback()
482 ctx->payload += read_str_var(ctx->cfg, index, ctx->tls_base, in read_var_callback()
505 void *tls_base, *payload; in read_strobe_meta() local
518 tls_base = (void *)task; in read_strobe_meta()
523 .tls_base = tls_base, in read_strobe_meta()
551 read_int_var(cfg, i, tls_base, &value, data); in read_strobe_meta()
559 payload += read_str_var(cfg, i, tls_base, &value, data, payload); in read_strobe_meta()
567 payload = read_map_var(cfg, i, tls_base, &value, data, payload); in read_strobe_meta()