Home
last modified time | relevance | path

Searched refs:target (Results 1 – 5 of 5) sorted by relevance

/elf/
A Dtst-auditmod12.c34 const char target[] = "tst-audit12mod2.so"; in la_objsearch() local
37 if (namelen >= sizeof (target) - 1 in la_objsearch()
38 && strcmp (name + namelen - (sizeof (target) - 1), target) == 0) in la_objsearch()
A Ddl-hwcaps.c72 copy_hwcaps (struct copy_hwcaps *target, const char *hwcaps, in copy_hwcaps() argument
79 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() local
267 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 …]
A Dtst-pldd.c54 struct support_subprocess target = support_subprocess (target_process, NULL); in pldd_process() local
58 *target_pid_ptr = target.pid; in pldd_process()
62 snprintf (pid, array_length (pid), "%d", target.pid); in pldd_process()
A Drtld-Rules78 # See subdir-target-args in ../Makefile for the model.
A DMakefile726 $(make-target-directory)
736 $(make-target-directory)
741 $(make-target-directory)

Completed in 12 milliseconds