Home
last modified time | relevance | path

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

/third_party/elfutils/src/
H A 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()
202 process_file (const char *fname, bool more_than_one) in process_file() argument
425 symscn, dw, fname, more_than_one, &knownsrcs); in process_file()
448 symscn, dw, fname, more_than_one, &knownsrcs); in process_file()
484 const char *fname, bool more_than_one, void **knownsrcs) in check_rel()
494 if (more_than_one) in check_rel()
482 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) check_rel() argument
H A Dobjdump.c90 static int process_file (const char *fname, bool more_than_one);
160 const bool more_than_one = remaining + 1 < argc; in main() local
163 result |= process_file (argv[remaining], more_than_one); in main()
234 process_file (const char *fname, bool more_than_one) in process_file() argument
250 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file()
H A Dnm.c127 static int process_file (const char *fname, bool more_than_one);
245 const bool more_than_one = remaining + 1 < argc; in main() local
248 result |= process_file (argv[remaining], more_than_one); in main()
357 process_file (const char *fname, bool more_than_one) in process_file() argument
373 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file()

Completed in 4 milliseconds