Searched refs:xar (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/gn/build/libs/xar/ |
| D | BUILD.gn | 1 import("//llvm/utils/gn/build/libs/xar/enable.gni") 4 visibility = [ ":xar" ] 5 libs = [ "xar" ] 8 group("xar") {
|
| /openbsd/src/regress/usr.bin/jot/ |
| D | regress.xaa.out | 18 xar
|
| D | regress.man6.out | 18 xar
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/lld/tools/lld/ |
| D | BUILD.gn | 36 "//llvm/utils/gn/build/libs/xar",
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objdump/ |
| D | BUILD.gn | 60 "//llvm/utils/gn/build/libs/xar",
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | archive | 894 # xar archive format: http://code.google.com/p/xar/ 895 0 string xar! xar archive 903 # xar (eXtensible ARchiver) archive 905 0 string xar! xar archive
|
| /openbsd/src/gnu/llvm/llvm/cmake/ |
| D | config-ix.cmake | 243 check_library_exists(xar xar_open "" LLVM_HAVE_LIBXAR) 245 …message(STATUS "The xar file format has been deprecated: LLVM_HAVE_LIBXAR might be removed in the … 246 # The xar file format has been deprecated since macOS 12.0. 250 set(XAR_LIB xar)
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/lld/test/ |
| D | BUILD.gn | 3 import("//llvm/utils/gn/build/libs/xar/enable.gni")
|
| /openbsd/src/gnu/llvm/lld/ |
| D | CMakeLists.txt | 113 set(XAR_LIB xar)
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | SyntheticSections.cpp | 1584 xar_t xar(xar_open(xarPath.data(), O_RDWR)); in finalize() local 1586 if (!xar) in finalize() 1588 CHECK_EC(xar_opt_set(xar, XAR_OPT_COMPRESSION, XAR_OPT_VAL_NONE)); in finalize() 1590 CHECK_EC(xar_close(xar)); in finalize()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 205 xar_t xar; member 209 xar = xar_open(filename, flags); in ScopedXarFile() 213 if (xar) in ~ScopedXarFile() 214 xar_close(xar); in ~ScopedXarFile() 218 operator xar_t() { return xar; } in operator xar_t() 6721 static inline void swapStruct(struct xar_header &xar) { in swapStruct() argument 6722 sys::swapByteOrder(xar.magic); in swapStruct() 6723 sys::swapByteOrder(xar.size); in swapStruct() 6724 sys::swapByteOrder(xar.version); in swapStruct() 6725 sys::swapByteOrder(xar.toc_length_compressed); in swapStruct() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | ltcf-cxx.sh | 599 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/ |
| D | BUILD.gn | 13 import("//llvm/utils/gn/build/libs/xar/enable.gni")
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | ltcf-cxx.sh | 599 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
| /openbsd/src/gnu/lib/libstdc++/ |
| D | ltcf-cxx.sh | 618 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/ |
| D | BUILD.gn | 7 import("//llvm/utils/gn/build/libs/xar/enable.gni")
|
| /openbsd/src/usr.sbin/unbound/ |
| D | aclocal.m4 | 7090 # "CC -xar", where "CC" is the Sun C++ compiler. This is 7093 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' 7290 # "CC -xar", where "CC" is the Sun C++ compiler. This is 7293 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SVEInstrInfo.td | 3562 defm XAR_ZZZI : sve2_int_rotate_right_imm<"xar", int_aarch64_sve_xar>;
|
| D | AArch64InstrInfo.td | 1156 def XAR : CryptoRRRi6<"xar">;
|