/external/elfutils/libdwfl/ |
D | offline.c | 106 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()
|
D | ChangeLog | 1955 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/ |
D | check_headers_and_includes | 154 process_file($path_name); 343 sub process_file { subroutine
|
/external/elfutils/src/ |
D | findtextrel.c | 89 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
|
D | size.c | 96 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
|
D | objdump.c | 91 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
|
D | nm.c | 128 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
|
D | ChangeLog | 52 * 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 …]
|
D | elfcompress.c | 249 process_file (const char *fname) in process_file() function 1316 result |= process_file (argv[remaining]); in main()
|
D | strip.c | 108 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
|
D | elflint.c | 91 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()
|
D | readelf.c | 244 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/ |
D | find_bad_images_in_skps.py | 109 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/ |
D | service.py | 81 def process_file(self, in_file_name, msg): member in Service 148 results = self.process_file(input_file, output_message)
|
D | sonofmmm.py | 64 def process_file(self, in_file_name, msg): member in SonOfMMM
|
/external/strace/maint/ |
D | ioctls_sym.sh | 107 process_file() function 410 (process_file "$f" < /dev/null)
|
/external/libselinux/utils/ |
D | sefcontext_compile.c | 21 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/ |
D | label_file.c | 413 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/ |
D | label_file.c | 419 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/ |
D | sefcontext_compile.c | 32 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/ |
D | run-allfcts.sh | 34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 981 def process_file(filename, fdesc, options): function 1065 results = process_file(filename, None, options) 1098 results = process_file(filename, fdesc, options)
|
/external/selinux/libselinux/ |
D | ChangeLog | 163 * label_file: new process_file function
|