Home
last modified time | relevance | path

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

/external/elfutils/src/
Dfindtextrel.c89 static int process_file (const char *fname, bool more_than_one);
95 const char *fname, bool more_than_one,
146 const bool more_than_one = remaining + 1 < argc; in main() local
149 result |= process_file (argv[remaining], more_than_one); in main()
200 process_file (const char *fname, bool more_than_one) in process_file() argument
449 symscn, dw, fname, more_than_one, &knownsrcs); in process_file()
472 symscn, dw, fname, more_than_one, &knownsrcs); in process_file()
508 const char *fname, bool more_than_one, void **knownsrcs) in check_rel() argument
518 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()
247 process_file (const char *fname, bool more_than_one) in process_file() argument
263 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()
372 process_file (const char *fname, bool more_than_one) in process_file() argument
388 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file()
/external/blktrace/
Dblkparse.c90 int more_than_one; member
718 ppi->more_than_one = 1; in find_ppi()
1754 if (ppi->more_than_one) in show_process_stats()