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

/external/elfutils/0.153/src/
H A Dfindtextrel.c97 static int process_file (const char *fname, bool more_than_one);
103 const char *fname, bool more_than_one,
154 const bool more_than_one = remaining + 1 < argc; local
157 result |= process_file (argv[remaining], more_than_one);
208 process_file (const char *fname, bool more_than_one) argument
451 symscn, dw, fname, more_than_one, &knownsrcs);
474 symscn, dw, fname, more_than_one, &knownsrcs);
509 const char *fname, bool more_than_one, void **knownsrcs)
519 if (more_than_one)
507 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 Dobjdump.c100 static int process_file (const char *fname, bool more_than_one);
173 const bool more_than_one = remaining + 1 < argc; local
176 result |= process_file (argv[remaining], more_than_one);
259 process_file (const char *fname, bool more_than_one) argument
275 int result = handle_elf (elf, more_than_one ? "" : NULL,
H A Dnm.c136 static int process_file (const char *fname, bool more_than_one);
257 const bool more_than_one = remaining + 1 < argc; local
260 result |= process_file (argv[remaining], more_than_one);
383 process_file (const char *fname, bool more_than_one) argument
399 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 117 milliseconds