Home
last modified time | relevance | path

Searched refs:xar (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/gn/build/libs/xar/
DBUILD.gn1 import("//llvm/utils/gn/build/libs/xar/enable.gni")
4 visibility = [ ":xar" ]
5 libs = [ "xar" ]
8 group("xar") {
/openbsd/src/regress/usr.bin/jot/
Dregress.xaa.out18 xar
Dregress.man6.out18 xar
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/lld/tools/lld/
DBUILD.gn36 "//llvm/utils/gn/build/libs/xar",
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objdump/
DBUILD.gn60 "//llvm/utils/gn/build/libs/xar",
/openbsd/src/usr.bin/file/magdir/
Darchive894 # 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/
Dconfig-ix.cmake243 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/
DBUILD.gn3 import("//llvm/utils/gn/build/libs/xar/enable.gni")
/openbsd/src/gnu/llvm/lld/
DCMakeLists.txt113 set(XAR_LIB xar)
/openbsd/src/gnu/llvm/lld/MachO/
DSyntheticSections.cpp1584 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/
DMachODump.cpp205 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/
Dltcf-cxx.sh599 # "CC -xar", where "CC" is the Sun C++ compiler. This is
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/
DBUILD.gn13 import("//llvm/utils/gn/build/libs/xar/enable.gni")
/openbsd/src/gnu/usr.bin/binutils-2.17/
Dltcf-cxx.sh599 # "CC -xar", where "CC" is the Sun C++ compiler. This is
/openbsd/src/gnu/lib/libstdc++/
Dltcf-cxx.sh618 # "CC -xar", where "CC" is the Sun C++ compiler. This is
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/
DBUILD.gn7 import("//llvm/utils/gn/build/libs/xar/enable.gni")
/openbsd/src/usr.sbin/unbound/
Daclocal.m47090 # "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/
DAArch64SVEInstrInfo.td3562 defm XAR_ZZZI : sve2_int_rotate_right_imm<"xar", int_aarch64_sve_xar>;
DAArch64InstrInfo.td1156 def XAR : CryptoRRRi6<"xar">;