Home
last modified time | relevance | path

Searched refs:FTS_LOGICAL (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/include/
Dfts.h93 #define FTS_LOGICAL 0x002 /* logical walk */ macro
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c399 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline()
669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes()
803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf()
DChangeLog2762 FTS_LOGICAL here too.
2770 * linux-kernel-modules.c (check_module_notes): Use FTS_LOGICAL so
3041 FTS_LOGICAL.
/third_party/FreeBSD/lib/libc/gen/
Dfts.c144 if (ISSET(FTS_LOGICAL)) in fts_open()
909 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()
/third_party/libabigail/tools/
Dabipkgdiff.cc1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir()
2286 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_interesting_files_under_dir()
/third_party/libabigail/src/
Dabg-tools-utils.cc1955 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx3640 (traverse_logical ? FTS_LOGICAL : FTS_PHYSICAL|FTS_XDEV) in scan_source_paths()