Lines Matching defs:location
120 * structure that universally represents TLS location (both for static
287 * to get NULL for "no metavar" location, or correct pointer for local
346 void *location = calc_location(&cfg->int_locs[idx], tls_base);
347 if (!location)
350 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);
362 void *location;
366 location = calc_location(&cfg->str_locs[idx], tls_base);
367 if (!location)
370 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);
394 void *location;
400 location = calc_location(&cfg->map_locs[idx], tls_base);
401 if (!location)
404 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);