/external/elfutils/src/ |
findtextrel.c | 95 static int process_file (const char *fname, bool more_than_one); 101 const char *fname, bool more_than_one, 152 const bool more_than_one = remaining + 1 < argc; local 155 result |= process_file (argv[remaining], more_than_one); 206 process_file (const char *fname, bool more_than_one) 435 symscn, dw, fname, more_than_one, &knownsrcs); 458 symscn, dw, fname, more_than_one, &knownsrcs); 493 const char *fname, bool more_than_one, void **knownsrcs) 503 if (more_than_one)
|
nm.c | 124 static int process_file (const char *fname, bool more_than_one); 237 const bool more_than_one = remaining + 1 < argc; local 240 result |= process_file (argv[remaining], more_than_one); 357 process_file (const char *fname, bool more_than_one) 373 int result = handle_elf (elf, more_than_one ? "" : NULL, [all...] |
objdump.c | 93 static int process_file (const char *fname, bool more_than_one); 165 const bool more_than_one = remaining + 1 < argc; local 168 result |= process_file (argv[remaining], more_than_one); 251 process_file (const char *fname, bool more_than_one) 267 int result = handle_elf (elf, more_than_one ? "" : NULL,
|
/external/blktrace/ |
blkparse.c | 90 int more_than_one; member in struct:per_process_info 718 ppi->more_than_one = 1; [all...] |