Home
last modified time | relevance | path

Searched refs:more_than_one (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dfindtextrel.c87 static int process_file (const char *fname, bool more_than_one);
93 const char *fname, bool more_than_one,
144 const bool more_than_one = remaining + 1 < argc; in main() local
147 result |= process_file (argv[remaining], more_than_one); in main()
184 process_file (const char *fname, bool more_than_one) in process_file() argument
435 symscn, dw, fname, more_than_one, &knownsrcs); in process_file()
458 symscn, dw, fname, more_than_one, &knownsrcs); in process_file()
494 const char *fname, bool more_than_one, void **knownsrcs) in check_rel() argument
504 if (more_than_one) in check_rel()
Dobjdump.c91 static int process_file (const char *fname, bool more_than_one);
161 const bool more_than_one = remaining + 1 < argc; in main() local
164 result |= process_file (argv[remaining], more_than_one); in main()
235 process_file (const char *fname, bool more_than_one) in process_file() argument
251 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file()
Dnm.c128 static int process_file (const char *fname, bool more_than_one);
246 const bool more_than_one = remaining + 1 < argc; in main() local
249 result |= process_file (argv[remaining], more_than_one); in main()
358 process_file (const char *fname, bool more_than_one) in process_file() argument
374 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file()
/external/blktrace/
Dblkparse.c90 int more_than_one; member
720 ppi->more_than_one = 1; in find_ppi()
1801 if (ppi->more_than_one) in show_process_stats()