Searched refs:target (Results 1 – 5 of 5) sorted by relevance
34 const char target[] = "tst-audit12mod2.so"; in la_objsearch() local37 if (namelen >= sizeof (target) - 1 in la_objsearch()38 && strcmp (name + namelen - (sizeof (target) - 1), target) == 0) in la_objsearch()
72 copy_hwcaps (struct copy_hwcaps *target, const char *hwcaps, in copy_hwcaps() argument79 target->next_pair->str = target->next_string; in copy_hwcaps()85 target->next_pair->len in copy_hwcaps()87 ++target->next_pair; in copy_hwcaps()88 target->next_string = slash + 1; in copy_hwcaps()266 struct copy_hwcaps target; in _dl_important_hwcaps() local267 target.next_pair = overall_result; in _dl_important_hwcaps()268 target.next_string = (char *) (overall_result + *sz); in _dl_important_hwcaps()270 copy_hwcaps (&target, _dl_hwcaps_subdirs, in _dl_important_hwcaps()273 result = target.next_pair; in _dl_important_hwcaps()[all …]
54 struct support_subprocess target = support_subprocess (target_process, NULL); in pldd_process() local58 *target_pid_ptr = target.pid; in pldd_process()62 snprintf (pid, array_length (pid), "%d", target.pid); in pldd_process()
78 # See subdir-target-args in ../Makefile for the model.
726 $(make-target-directory)736 $(make-target-directory)741 $(make-target-directory)
Completed in 12 milliseconds