/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local 179 new_path.SetString(remapped->GetPath()); in RemapPath() 224 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local 227 AppendPathComponents(remapped, path, orig_style); in RemapPath() 228 if (!only_if_exists || FileSystem::Instance().Exists(remapped)) in RemapPath() 229 return remapped; in RemapPath() 258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile() local 260 return remapped; in FindFile()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local 514 if (!remapped) { in CommonInitializer() 517 remapped = new_spec; in CommonInitializer() 519 if (remapped) in CommonInitializer() 520 SetFileSpec(*remapped); in CommonInitializer()
|
H A D | Module.cpp | 1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local 1544 new_spec = *remapped; in FindSourceFile() 1552 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local 1553 return remapped->GetPath(); in RemapSourceFile()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,kpss-acc.txt | 4 There is one ACC register region per CPU within the KPSS remapped region as
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-crs326-24g-2s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-crs305-1g-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-crs328-4c-20s-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-db-xc3-24g4xg.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-db-dxbc2.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-db.dts | 13 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-370-rd.dts | 10 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-370-db.dts | 12 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-gp.dts | 12 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-370-synology-ds213j.dts | 7 * Note: this Device Tree assumes that the bootloader has remapped the
|
H A D | armada-xp-synology-ds414.dts | 7 * Note: this Device Tree assumes that the bootloader has remapped the
|
/freebsd/share/i18n/csmapper/ISO-8859/ |
H A D | ISO-8859-6%UCS.src | 53 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
|
H A D | UCS%ISO-8859-6.src | 53 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwnvar.h | 102 unsigned int remapped:1; member
|
H A D | if_iwn.c | 2076 data->remapped = 0; in iwn_reset_tx_ring() 3613 data->remapped = 0; in iwn_adj_ampdu_ptr() 3884 if (data->remapped) { in iwn_ampdu_tx_done() 3912 ring->data[wrong_idx].remapped = 1; in iwn_ampdu_tx_done() 3950 data->remapped = 0; in iwn_ampdu_tx_done()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 226 bool remapped = false; in readFile() local 230 remapped = true; in readFile() 235 remapped = true; in readFile() 240 if (remapped) { in readFile()
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | arm-realview-pb11mp.dts | 46 * and the first 256 are also remapped @ 0x00000000
|
/freebsd/contrib/nvi/catalog/ |
H A D | dutch.base | 127 134 "Het %s karakter kan niet ge-remapped worden"
|
/freebsd/usr.bin/vi/catalog/ |
H A D | dutch.UTF-8.base | 127 134 "Het %s karakter kan niet ge-remapped worden"
|
/freebsd/share/examples/ipfilter/ |
H A D | examples.txt | 423 Packets coming back in the same interface are remapped, as a matter of
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local 284 remapped_file = *remapped;
|