Home
last modified time | relevance | path

Searched refs:file (Results 1 – 18 of 18) sorted by relevance

/elf/
A Dldd.bash.in137 for file do
139 test $single_file = t || echo "${file}:"
140 case $file in
143 *) file=./$file
146 if test ! -e "$file"; then
149 elif test ! -f "$file"; then
152 elif test -r "$file"; then
153 test -x "$file" || echo 'ldd:' $"\
159 verify_out=`${rtld} --verify "$file"`
169 nonelf "$file" || {
[all …]
A Dreadlib.c79 FILE *file; in process_file() local
90 file = fopen (real_file_name, "rb"); in process_file()
91 if (file == NULL) in process_file()
100 if (fstat64 (fileno (file), &statbuf) < 0) in process_file()
103 fclose (file); in process_file()
118 if (fread (buf, n, 1, file) == 1 && memcmp (buf, ELFMAG, n) == 0) in process_file()
121 fclose (file); in process_file()
126 fileno (file), 0); in process_file()
130 fclose (file); in process_file()
182 fclose (file); in process_file()
A Ddl-cache.c423 && memcmp (file, CACHEMAGIC_VERSION_NEW, in _dl_load_cache_lookup()
429 if (! cache_file_new_matches_endian (file)) in _dl_load_cache_lookup()
431 __munmap (file, cachesize); in _dl_load_cache_lookup()
432 file = (void *) -1; in _dl_load_cache_lookup()
434 cache_new = file; in _dl_load_cache_lookup()
435 cache = file; in _dl_load_cache_lookup()
441 >= ((struct cache_file *) file)->nlibs)) in _dl_load_cache_lookup()
445 cache = file; in _dl_load_cache_lookup()
466 __munmap (file, cachesize); in _dl_load_cache_lookup()
472 if (file != MAP_FAILED) in _dl_load_cache_lookup()
[all …]
A Dsln.c37 static int makesymlinks (const char *file);
82 makesymlinks (const char *file) in makesymlinks() argument
90 if (strcmp (file, "-") == 0) in makesymlinks()
94 fp = fopen (file, "r"); in makesymlinks()
97 fprintf (stderr, _("%s: file open error: %m\n"), file); in makesymlinks()
A Ddl-minimal.c181 const char *file, unsigned int line, const char *function) in rtld_hidden_def()
185 file, line, function ?: "", function ? ": " : "", in rtld_hidden_def()
195 const char *file, unsigned int line, in rtld_hidden_weak()
201 file, line, function ?: "", function ? ": " : "", in rtld_hidden_weak()
A Ddl-open.c50 const char *file; member
492 const char *file = args->file; in dl_open_worker_begin() local
500 const char *dst = strchr (file, '$'); in dl_open_worker_begin()
502 || strchr (file, '/') == NULL) in dl_open_worker_begin()
534 args->map = new = _dl_map_object (call_map, file, lt_loaded, 0, in dl_open_worker_begin()
822 _dl_open (const char *file, int mode, const void *caller_dlopen, Lmid_t nsid, in _dl_open() argument
827 _dl_signal_error (EINVAL, file, NULL, N_("invalid mode for dlopen()")); in _dl_open()
844 _dl_signal_error (EINVAL, file, NULL, N_("\ in _dl_open()
867 _dl_signal_error (EINVAL, file, NULL, in _dl_open()
871 args.file = file; in _dl_open()
A Dtst-glibc-hwcaps-2-cache.script2 # collect everything in one file.
A Dtst-absolute-sym-lib.lds3 This file is part of the GNU C Library.
A Dtst-audit11mod2.map3 This file is part of the GNU C Library.
A Dtst-audit12mod2.map3 This file is part of the GNU C Library.
A Drtld.c1138 char *file; in dl_main() local
1835 if (__glibc_unlikely (file != MAP_FAILED)) in dl_main()
1845 runp = file; in dl_main()
1862 if (file[file_size - 1] != ' ' && file[file_size - 1] != '\t' in dl_main()
1863 && file[file_size - 1] != '\n' && file[file_size - 1] != ':') in dl_main()
1865 problem = &file[file_size]; in dl_main()
1871 if (problem > file) in dl_main()
1877 file[file_size - 1] = '\0'; in dl_main()
1883 if (file != problem) in dl_main()
1886 runp = file; in dl_main()
[all …]
A Dldconfig.c1214 FILE *file = NULL; in parse_conf() local
1224 file = fopen (canon, "r"); in parse_conf()
1231 file = fopen (filename, "r"); in parse_conf()
1234 if (file == NULL) in parse_conf()
1246 __fsetlocking (file, FSETLOCKING_BYCALLER); in parse_conf()
1254 ssize_t n = getline (&line, &len, file); in parse_conf()
1289 while (!feof_unlocked (file)); in parse_conf()
1293 fclose (file); in parse_conf()
A Ddl-misc.c43 _dl_sysdep_read_whole_file (const char *file, size_t *sizep, int prot) in _dl_sysdep_read_whole_file() argument
47 int fd = __open64_nocancel (file, O_RDONLY | O_CLOEXEC); in _dl_sysdep_read_whole_file()
A Drtld-Rules4 # This file is part of the GNU C Library.
22 # librtld.mk is the generated file containing variable definitions for
24 # SUBDIR in $(rtld-subdirs), `rtld-SUBDIR' listing `module.os' file names.
A Dtst-glibc-hwcaps-cache.script2 # collect everything in one file.
A Ddl-tunables.list2 # This file is part of the GNU C Library.
A DMakefile550 --description-file $$< --objpfx $(objpfx) --output-makefile $$@T
666 while read lib file; do \
669 LC_ALL=C fgrep -l /$$file \
672 sed 's@^$(common-objpfx)\([^/]*\)/stamp\.os$$@rtld-\1'" +=$$file@"\
675 echo rtld-$${lib%%/*} += $$file ;; \
676 *) echo "Wasn't expecting $$lib($$file)" >&2; exit 1 ;; \
699 $(filter-out $(map-file),$^) $(load-map-file) \
A Ddso-sort-tests-1.def2 # This file is to be processed by ../scripts/dso-ordering-test.py, see usage

Completed in 25 milliseconds