Lines Matching defs:location
118 * structure that universally represents TLS location (both for static
285 * to get NULL for "no metavar" location, or correct pointer for local
344 void *location = calc_location(&cfg->int_locs[idx], tls_base);
345 if (!location)
348 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);
360 void *location;
364 location = calc_location(&cfg->str_locs[idx], tls_base);
365 if (!location)
368 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);
392 void *location;
399 location = calc_location(&cfg->map_locs[idx], tls_base);
400 if (!location)
403 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);