Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/libdwfl/
Doffline.c106 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() function
225 *mod = process_file (dwfl, name, member_name, fd, member, predicate); in process_archive_member()
280 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline()
DChangeLog1955 to process_file. Return Elf_Cmd, not bool.
2070 * offline.c (process_file): Take new arg PREDICATE, pass it down.
2079 (process_elf, process_file): New functions, broken out of ...
2080 (dwfl_report_offline): ... here. Call process_file, which recurses on
/external/valgrind/tests/
Dcheck_headers_and_includes154 process_file($path_name);
343 sub process_file { subroutine
/external/elfutils/src/
Dfindtextrel.c89 static int process_file (const char *fname, bool more_than_one);
142 result = process_file ("a.out", false); in main()
149 result |= process_file (argv[remaining], more_than_one); in main()
200 process_file (const char *fname, bool more_than_one) in process_file() function
Dsize.c96 static int process_file (const char *fname);
185 result = process_file ("a.out"); in main()
189 result |= process_file (argv[remaining]); in main()
284 process_file (const char *fname) in process_file() function
Dobjdump.c91 static int process_file (const char *fname, bool more_than_one);
157 result = process_file ("a.out", false); in main()
164 result |= process_file (argv[remaining], more_than_one); in main()
247 process_file (const char *fname, bool more_than_one) in process_file() function
Dnm.c128 static int process_file (const char *fname, bool more_than_one);
242 result = process_file ("a.out", false); in main()
249 result |= process_file (argv[remaining], more_than_one); in main()
372 process_file (const char *fname, bool more_than_one) in process_file() function
DChangeLog52 * nm.c (process_file): Accept fd and pass it on.
114 * readelf.c (process_file): Likewise.
116 * findtextrel.c (process_file): Replace open64 with open.
123 (process_file): Replace stat64 and fstat64 with stat and fstat.
184 * findtextrel.c (process_file): Likewise.
233 * findtextrel.c (process_file): Free segments after use.
267 (process_file): Produce an error when trying to handle an ar.
361 * strip.c (process_file): Replace struct timeval with struct timespec.
629 * findtextrel.c (process_file): Use elf_getphdrnum.
1152 * findtextrel.c (process_file): Release ELF and close file when not
[all …]
Delfcompress.c249 process_file (const char *fname) in process_file() function
1316 result |= process_file (argv[remaining]); in main()
Dstrip.c108 static int process_file (const char *fname);
193 result = process_file ("a.out"); in main()
205 result |= process_file (argv[remaining]); in main()
308 process_file (const char *fname) in process_file() function
Delflint.c91 static void process_file (int fd, Elf *elf, const char *prefix,
176 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size, in main()
246 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, in process_file() function
291 process_file (fd, subelf, new_prefix, new_suffix, in process_file()
Dreadelf.c244 static void process_file (int fd, const char *fname, bool only_one);
302 process_file (fd, argv[remaining], only_one); in main()
735 process_file (int fd, const char *fname, bool only_one) in process_file() function
/external/skia/tools/
Dfind_bad_images_in_skps.py109 self.process_file(path)
111 def process_file(self, skp_file): member in BadImageFinder
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dservice.py81 def process_file(self, in_file_name, msg): member in Service
148 results = self.process_file(input_file, output_message)
Dsonofmmm.py64 def process_file(self, in_file_name, msg): member in SonOfMMM
/external/strace/maint/
Dioctls_sym.sh107 process_file() function
410 (process_file "$f" < /dev/null)
/external/libselinux/utils/
Dsefcontext_compile.c21 static int process_file(struct selabel_handle *rec, const char *filename) in process_file() function
335 rc = process_file(rec, path); in main()
/external/libselinux/src/
Dlabel_file.c413 static int process_file(const char *path, const char *suffix, in process_file() function
524 status = process_file(path, NULL, rec, prefix); in init()
535 status = process_file(path, "homedirs", rec, prefix); in init()
539 status = process_file(path, "local", rec, prefix); in init()
/external/selinux/libselinux/src/
Dlabel_file.c419 static int process_file(const char *path, const char *suffix, in process_file() function
557 status = process_file(path, NULL, rec, prefix, rec->digest); in init()
568 status = process_file(path, "homedirs", rec, prefix, in init()
573 status = process_file(path, "local", rec, prefix, in init()
/external/selinux/libselinux/utils/
Dsefcontext_compile.c32 static int process_file(struct selabel_handle *rec, const char *filename) in process_file() function
382 rc = process_file(rec, path); in main()
/external/elfutils/tests/
Drun-allfcts.sh34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
/external/nanopb-c/generator/
Dnanopb_generator.py981 def process_file(filename, fdesc, options): function
1065 results = process_file(filename, None, options)
1098 results = process_file(filename, fdesc, options)
/external/selinux/libselinux/
DChangeLog163 * label_file: new process_file function