/freebsd/tools/regression/tmpfs/ |
H A D | t_rename | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 44 mkdir a || die 45 mv a/. c 2>/dev/null && die 46 mv a/.. c 2>/dev/null && die 47 rmdir a || die 50 mkdir a || die 51 ${Src_Dir}/h_tools rename a /var/tmp/a >/dev/null 2>&1 && die 52 rmdir a || die 55 mkdir a || die 56 mv a c || die [all …]
|
H A D | t_setattr | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 test_name "File owner can be changed on its own" 44 mkdir own || die 45 eval $(stat -s own | sed -e 's|st_|ost_|g') 46 chown 1234 own || die 47 eval $(stat -s own) 48 [ ${st_uid} -eq 1234 ] || die 49 [ ${st_gid} -eq ${ost_gid} ] || die 51 mkdir ownq || die 52 echo 'chown 1234 ownq' | kqueue_monitor 1 ownq || die [all …]
|
H A D | t_link | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 touch a || die 44 touch z || die 45 eval $(stat -s a | sed -e 's|st_|sta_|g') 46 eval $(stat -s z | sed -e 's|st_|stz_|g') 47 test ${sta_ino} != ${stz_ino} || die 48 test ${sta_nlink} -eq 1 || die 49 ln a b || die 51 eval $(stat -s a | sed -e 's|st_|sta_|g') 52 eval $(stat -s b | sed -e 's|st_|stb_|g') [all …]
|
H A D | t_rmdir | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 44 rmdir 2>/dev/null && die 46 test_name "Non-existing directories cannot be removed" 47 rmdir non-existent 2>/dev/null && die 50 mkdir a || die 51 eval $(stat -s ${Work_Dir}) 52 [ ${st_nlink} = 3 ] || die 53 rmdir a || die 54 eval $(stat -s ${Work_Dir}) 55 [ ${st_nlink} = 2 ] || die [all …]
|
H A D | t_mkdir | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 46 eval $(stat -s ${Work_Dir}) 47 [ ${st_nlink} = 3 ] || die 51 test -d ${d} && die 53 test -d ${d} || die 55 eval $(stat -s ${Work_Dir}) 56 [ ${st_nlink} = 103 ] || die 59 test -d a/b/c/d/e && die 60 mkdir -p a/b/c/d/e || die 61 test -d a/b/c/d/e || die [all …]
|
H A D | t_remove | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 test -f a && die 44 touch a || die 45 test -f a || die 46 rm a || die 47 test -f a && die 50 touch a || die 51 chflags uchg a || die 53 #rm -f a 2>/dev/null && die 54 chflags nouchg a || die [all …]
|
H A D | t_symlink | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 touch a || die 45 ln -s a b || die 47 [ $(md5 b | cut -d ' ' -f 4) = d41d8cd98f00b204e9800998ecf8427e ] || die 50 echo foo >a || die 52 [ $(md5 b | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || die 55 ln -s /bin/cp cp || die 57 ./cp b c || die 58 [ -f c ] || die 61 mkdir d || die [all …]
|
H A D | t_create | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 umask 022 || die 44 test -f a && die 45 touch a || die 46 test -f a || die 48 eval $(stat -s . | sed -e 's|st_|dst_|g') 49 eval $(stat -s a) 50 test ${st_flags} -eq 0 || die 51 test ${st_size} -eq 0 || die 52 test ${st_uid} -eq $(id -u) || die [all …]
|
H A D | t_times | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 touch a || die 44 eval $(stat -s a | sed -e 's|st_|ost_|g') || die 45 [ ${ost_birthtime} -eq ${ost_atime} ] || die 46 [ ${ost_birthtime} -eq ${ost_ctime} ] || die 47 [ ${ost_birthtime} -eq ${ost_mtime} ] || die 51 cat a >/dev/null || die 52 eval $(stat -s a) || die 53 [ ${st_atime} -gt ${ost_atime} ] || die 54 [ ${st_ctime} -eq ${ost_ctime} ] || die [all …]
|
H A D | t_readdir | 28 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 43 /bin/ls -a | grep '^\.$' >/dev/null || die 44 /bin/ls -a | grep '^\..$' >/dev/null || die 47 mkdir dir || die 48 touch reg || die 49 ln -s reg lnk || die 50 mknod b blk 0 0 || die 51 mknod c chr 0 0 || die 52 mkfifo fifo || die 53 ${Src_Dir}/h_tools sockets sock || die [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 1 //===- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 34 class DIE; variable 58 /// GlobalNames - A map of globally visible named entities for this unit. 59 StringMap<const DIE *> GlobalNames; 61 /// GlobalTypes - A map of globally visible types for this unit. 62 StringMap<const DIE *> GlobalTypes; 80 DenseMap<const DILocalScope *, DIE *> LexicalBlockDIEs; [all …]
|
H A D | DIEHash.cpp | 1 //===-- llvm/CodeGen/DIEHash.cpp - Dwarf Hashing Framework ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 30 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr() argument 33 for (const auto &V : Die.values()) in getDIEStringAttr() 70 ((Value == -1) && ((Byte & 0x40) != 0)))); in addSLEB128() 78 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext() 84 SmallVector<const DIE *, 1> Parents; in addParentContext() 85 const DIE *Cur = &Parent; in addParentContext() [all …]
|
H A D | DwarfCompileUnit.cpp | 1 //===- llvm/CodeGen/DwarfCompileUnit.cpp - Dwarf Compile Units ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 20 #include "llvm/CodeGen/DIE.h" 48 "add-linkage-names-to-declaration-call-origins", cl::Hidden, 51 "for -gsce debugger tuning.")); 54 bool EnabledByDefault = DD->tuneForSCE(); in AddLinkageNamesToDeclCallOriginsForTuning() 65 // on page 187), the compilation unit in the .debug_info section in GetCompileUnitType() 67 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 1 //===-- DWARFASTParserClang.h -----------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 53 const lldb_private::plugin::dwarf::DWARFDIE &die, 57 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 61 const lldb_private::plugin::dwarf::DWARFDIE &die, 65 CompleteTypeFromDWARF(const lldb_private::plugin::dwarf::DWARFDIE &die, 70 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 76 const lldb_private::plugin::dwarf::DWARFDIE &die) override; 79 const lldb_private::plugin::dwarf::DWARFDIE &die) override; [all …]
|
H A D | SymbolFileDWARF.h | 1 //===-- SymbolFileDWARF.h --------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 34 #include "lldb/lldb-private.h" 77 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } in classof() 146 Type *ResolveType(const DWARFDIE &die, bool assert_not_being_parsed = true, 220 GetDeclContextDIEContainingDIE(const DWARFDIE &die); 227 llvm::function_ref<bool(DWARFDIE die)> callback); 233 static DWARFDIE GetParentSymbolContextDIE(const DWARFDIE &die); 247 /// DWARF in .o files on mac, or a .dwo or .dwp file index for split DWARF. [all …]
|
H A D | DWARFBaseDIE.h | 1 //===-- DWARFBaseDIE.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-types.h" 32 DWARFBaseDIE(DWARFUnit *cu, DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument 33 : m_cu(cu), m_die(die) {} in DWARFBaseDIE() 35 DWARFBaseDIE(const DWARFUnit *cu, DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument 36 : m_cu(const_cast<DWARFUnit *>(cu)), m_die(die) {} in DWARFBaseDIE() 38 DWARFBaseDIE(DWARFUnit *cu, const DWARFDebugInfoEntry *die) in DWARFBaseDIE() argument 39 : m_cu(cu), m_die(const_cast<DWARFDebugInfoEntry *>(die)) {} in DWARFBaseDIE() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 1 //=== DWARFLinker.cpp -----------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 56 Size += Unit->getLength(); in getDebugInfoSize() 66 return LHS < RHS->getOrigUnit().getNextUnitOffset(); in getUnitForOffset() 68 return CU != Units.end() ? CU->get() : nullptr; in getUnitForOffset() 71 /// Resolve the DIE attribute reference that has been extracted in \p RefValue. 72 /// The resulting DIE might be in another CompileUnit which is stored into \p 77 const DWARFDie &DIE, in resolveDIEReference() argument 82 RefOffset = RefValue.getUnit()->getOffset() + *Off; in resolveDIEReference() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 1 //==- include/llvm/CodeGen/AccelTable.h - Accelerator Tables -----*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 21 #include "llvm/CodeGen/DIE.h" 36 /// The Apple accelerator table are output into an on-disk format that looks 39 /// .------------------. 41 /// |------------------| 43 /// |------------------| 45 /// |------------------| [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_attr.c | 1 /*- 22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30 ELFTC_VCSID("$Id: dwarf_attr.c 3064 2014-06-06 19:35:55Z kaiwang27 $"); 33 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, in dwarf_attr() argument 39 dbg = die != NULL ? die->die_dbg : NULL; in dwarf_attr() 41 if (die == NULL || atp == NULL) { in dwarf_attr() 46 if ((at = _dwarf_attr_find(die, attr)) == NULL) { in dwarf_attr() 57 dwarf_attrlist(Dwarf_Die die, Dwarf_Attribute **attrbuf, in dwarf_attrlist() argument 64 dbg = die != NULL ? die->die_dbg : NULL; in dwarf_attrlist() 66 if (die == NULL || attrbuf == NULL || attrcount == NULL) { in dwarf_attrlist() [all …]
|
H A D | dwarf_pro_die.c | 1 /*- 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 29 ELFTC_VCSID("$Id: dwarf_pro_die.c 2074 2011-10-27 03:34:33Z jkoshy $"); 41 dbg->dbgp_root_die = first_die; in dwarf_add_die_to_debug() 51 Dwarf_P_Die die; in dwarf_new_die() local 67 if (_dwarf_die_alloc(dbg, &die, error) != DW_DLE_NONE) in dwarf_new_die() 70 die->die_dbg = dbg; in dwarf_new_die() 71 die->die_tag = new_tag; in dwarf_new_die() 73 STAILQ_INSERT_TAIL(&dbg->dbgp_dielist, die, die_pro_next); in dwarf_new_die() 76 return (die); in dwarf_new_die() [all …]
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 30 * On the first pass, we iterate through every die, creating new type nodes as 33 * corresponding to a given die can be completely filled out (sizes and offsets 42 * size attribute, on the other hand, will prevent us from fully resolving the 59 * 1. Empty enums - GCC will occasionally emit an enum without any members. 60 * Later on in the file, it will emit the same enum type, though this time 68 * 2. Forward declarations - If the compiler sees a forward declaration for 72 * forward-referencing tdescs to the actual struct/union definitions. This 114 * To reduce the staggering amount of error-handling code that would otherwise 115 * be required, the attribute-retrieval routines handle most of their own 146 return (++dw->dw_mfgtid_last); in mfgtid_next() [all …]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | buildvirtuser | 1 #!/usr/bin/perl -w 3 # Copyright (c) 1999-2004, 2007 Gregory Neil Shapiro. All Rights Reserved. 25 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30 # $Id: buildvirtuser,v 1.8 2007-10-08 18:44:15 gshapiro Exp $ 34 buildvirtuser - Build virtusertable support from a directory of files 38 buildvirtuser [-f] [-t] 43 based on the contents of the directory /etc/mail/virtusers/. That 46 usernames on the left and the actual address for that username on the 50 Occurrences of $LHS in the right hand side are replaced by the address on 53 The -f option forces the database to be rebuilt regardless of whether [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 40-test_rehash.t | 2 # Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved. 21 #If "openssl rehash -help" fails it's most likely because we're on a platform 23 plan skip_all => "test_rehash is not available on this platform" 24 unless run(app(["openssl", "rehash", "-help"])); 37 'Testing rehash operations on readonly files'); 42 'Testing rehash operations on empty directory'); 54 'Testing rehash operations on readonly directory'); 63 die "There are no source files\n" if scalar @pemsourcefiles == 0; 70 open PEM, $_ or die "Can't read $_: $!\n"; 72 if ($line =~ m{^-----BEGIN (?:CERTIFICATE|X509 CRL)-----}) { [all …]
|