HomeSort by relevance Sort by last modified time
    Searched defs:only_one (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/src/
elflint.c 101 bool only_one);
103 const char *fname, size_t size, bool only_one);
152 bool only_one = remaining + 1 == argc; local
181 only_one);
251 const char *fname, size_t size, bool only_one)
260 process_elf_file (elf, prefix, suffix, fname, size, only_one);
    [all...]
readelf.c 221 static void process_file (int fd, const char *fname, bool only_one);
268 bool only_one = remaining + 1 == argc; local
279 process_file (fd, argv[remaining], only_one);
473 check_archive_index (int fd, const char *fname, bool only_one)
484 if (!only_one)
517 bool only_one; member in struct:process_dwflmod_args
530 if (!a->only_one)
559 process_file (int fd, const char *fname, bool only_one)
562 check_archive_index (fd, fname, only_one);
599 if (only_one)
    [all...]

Completed in 206 milliseconds