Lines Matching refs:target
118 struct dso *target;
648 static int find_dso_parent(struct dso *p, struct dso *target)
652 if (p->parents[i] == target) {
3269 static bool in_permitted_list(char *caller, char *target)
3277 if (strcmp(PERMITIED_TARGET, target) == 0) {
3284 static bool is_permitted(const void *caller_addr, char *target)
3295 if (in_permitted_list(ns->ns_name, target) == false) {
3296 LD_LOGE("caller ns: %{public}s have no permission, target is %{public}s", ns->ns_name, target);
3444 reserved_params.target = task->p;
5564 reserved_address = reserved_params->reserved_address_recursive || (reserved_params->target == task->p);