Home
last modified time | relevance | path

Searched refs:path (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dtst-pthread-gdb-attach.c60 read_elf_header (const char *path, struct elf_prefix *elf) in read_elf_header() argument
62 int fd = xopen (path, O_RDONLY, 0); in read_elf_header()
72 const char *path = getenv ("PATH"); in find_gdb() local
73 if (path == NULL) in find_gdb()
77 const char *colon = strchrnul (path, ':'); in find_gdb()
78 char *candidate = xasprintf ("%.*s/gdb", (int) (colon - path), path); in find_gdb()
84 path = colon + 1; in find_gdb()
91 write_gdbscript (const char *path, int tested_pid) in write_gdbscript() argument
93 FILE *fp = xfopen (path, "w"); in write_gdbscript()
A DMakefile373 ifeq ($(build-shared)$(build-hardcoded-path-in-tests),yesno)
584 LD_LIBRARY_PATH=$(ld-library-path):$(common-objpfx)elf:$(common-objpfx)nss

Completed in 4 milliseconds