/external/lldb/scripts/ |
D | sed-sources | 138 sub process_file subroutine 209 process_file ($fullpath); 237 process_file ($path);
|
/external/elfutils/src/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 | 1606 to process_file. Return Elf_Cmd, not bool. 1721 * offline.c (process_file): Take new arg PREDICATE, pass it down. 1730 (process_elf, process_file): New functions, broken out of ... 1731 (dwfl_report_offline): ... here. Call process_file, which recurses on
|
/external/valgrind/tests/ |
D | check_headers_and_includes | 149 process_file($path_name); 308 sub process_file { subroutine
|
/external/elfutils/src/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 | 97 static int process_file (const char *fname); 189 result = process_file ("a.out"); in main() 193 result |= process_file (argv[remaining]); in main() 288 process_file (const char *fname) in process_file() function
|
D | objdump.c | 92 static int process_file (const char *fname, bool more_than_one); 161 result = process_file ("a.out", false); in main() 168 result |= process_file (argv[remaining], more_than_one); in main() 251 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); 245 result = process_file ("a.out", false); in main() 252 result |= process_file (argv[remaining], more_than_one); in main() 375 process_file (const char *fname, bool more_than_one) in process_file() function
|
D | ChangeLog | 144 * findtextrel.c (process_file): Use elf_getphdrnum. 667 * findtextrel.c (process_file): Release ELF and close file when not 723 (process_file): Call open_input_section if elf_input_section set. 1149 * findtextrel.c (process_file): Don't assume order of sections. 1288 * readelf.c (process_file): Don't leak an fd in failure case. 1516 * size.c (process_file): When handling archive, close file descriptor 1656 * readelf.c (count_dwflmod, process_file): Don't presume encoding of 1955 * readelf.c (process_file): Set offline_next_address to 0 at start. 1958 (process_file): Update caller; dup FD for passing to libdwfl. 1994 (process_file): Call it. Change signature to take only fd and name. [all …]
|
D | strip.c | 109 static int process_file (const char *fname); 188 result = process_file ("a.out"); in main() 200 result |= process_file (argv[remaining]); in main() 303 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 | 238 static void process_file (int fd, const char *fname, bool only_one); 296 process_file (fd, argv[remaining], only_one); in main() 726 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/selinux/libselinux/src/ |
D | label_file.c | 446 static int process_file(const char *path, const char *suffix, struct selabel_handle *rec, const cha… in process_file() function 538 status = process_file(path, NULL, rec, prefix); in init() 549 status = process_file(path, "homedirs", rec, prefix); in init() 553 status = process_file(path, "local", rec, prefix); in init()
|
/external/strace/maint/ |
D | ioctls_sym.sh | 107 process_file() function 391 (process_file "$f" < /dev/null)
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 15 static int process_file(struct saved_data *data, const char *filename) in process_file() function 356 rc = process_file(&data, path); in main()
|
/external/elfutils/src/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 | 122 * label_file: new process_file function
|