process_file
static void process_file(const char *, int);
process_file(path, 0);
process_file(name, ftw->base);
if ((code = process_file(elf, cur_filenm, cmd_info)) ==
static int process_file(Elf *, char *, Cmd_Info *);
goto process_file;
process_file:
process_file(&path, fd, &sb, DF_NONE);
process_file(p, fd, &sb, is_link);
static void process_file(path_t *, int, const struct stat *, bool);