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

/external/elfutils/src/
H A Dfindtextrel.c95 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) argument
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)
491 check_rel(size_t nsegments, struct segments segments[nsegments], GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, const char *fname, bool more_than_one, void **knownsrcs) argument
H A Dnm.c124 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) argument
373 int result = handle_elf (elf, more_than_one ? "" : NULL,
H A Dobjdump.c93 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) argument
267 int result = handle_elf (elf, more_than_one ? "" : NULL,
/external/blktrace/
H A Dblkparse.c90 int more_than_one; member in struct:per_process_info
718 ppi->more_than_one = 1;
1754 if (ppi->more_than_one)

Completed in 1542 milliseconds