Searched refs:die (Results 101 - 125 of 178) sorted by relevance

12345678

/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man74 ) or die $help_info;
76 die $help_info unless @ARGV == 1;
101 die "$this_program: can't open `$inc' ($!)\n"
130 die "$inc:$.:$@";
147 die "$this_program: no valid information found in `$inc'\n"
166 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
177 or die "$this_program: can't unlink $opt_output ($!)\n"
181 or die "$this_program: can't create $opt_output ($!)\n";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp23 /// convenience, the starting die is included in the sequence as the first
41 DWARFDIE die = m_worklist.back(); local
46 if (DWARFDIE d = die.GetReferencedDIE(attr))
47 if (m_seen.insert(die.GetID()).second)
53 /// An iterator starting at die d.
83 elaborating_dies(const DWARFDIE &die) { argument
84 return llvm::make_range(ElaboratingDIEIterator(die),
316 lldb_private::Type *DWARFDIE::ResolveTypeUID(const DWARFDIE &die) const {
318 return dwarf->ResolveTypeUID(die, true);
H A DDWARFDebugInfoEntry.cpp205 const DWARFDebugInfoEntry &die,
217 die.GetOffset(), value.Unsigned(),
387 for (const DWARFDIE &die : dies) {
388 if (die) {
389 die.GetDIE()->GetDIENamesAndRanges(die.GetCU(), name, mangled, ranges,
629 DWARFDIE die = form_value.Reference(); local
630 if (die) {
631 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue(
632 die
204 GetRangesOrReportError(DWARFUnit &unit, const DWARFDebugInfoEntry &die, const DWARFFormValue &value) argument
639 DWARFDIE die = form_value.Reference(); local
[all...]
H A DDebugNamesDWARFIndex.cpp169 DWARFDIE die = m_debug_info.GetDIE(*ref); local
170 if (!die)
173 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) {
237 for (DWARFDIE die : v)
238 if (seen.insert(die.GetDIE()).second)
239 dies.push_back(die);
H A DSymbolFileDWARFDwo.cpp130 const DWARFDIE &die, lldb_private::ConstString type_name,
133 die, type_name, must_be_implementation);
129 FindCompleteObjCDefinitionTypeForDIE( const DWARFDIE &die, lldb_private::ConstString type_name, bool must_be_implementation) argument
H A DDWARFDebugInfo.h30 DWARFDebugInfoEntry *die,
H A DDWARFDIE.h41 lldb_private::Type *ResolveTypeUID(const DWARFDIE &die) const;
H A DSymbolFileDWARFDwo.h69 const DWARFDIE &die, lldb_private::ConstString type_name,
/freebsd-11-stable/contrib/ntp/scripts/
H A Dsummary.in50 die "$statsdir: no such directory" unless (-d $statsdir);
51 die "$outputdir: no such directory" unless (-d $outputdir);
52 die "$skip_time_steps: skip-time-steps must be positive"
54 die "$startdate: invalid start date|$`|$&|$'"
56 die "$enddate: invalid end date"
68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
126 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
195 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
287 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
301 open INPUT, "<$in_file" or die "ca
[all...]
/freebsd-11-stable/usr.sbin/sysrc/
H A Dsysrc69 # die [$fmt [$opts ...]]
73 die()
91 die
174 die
280 die "%s: Missing or null argument to \`-j' flag" "$pgm"
288 die "%s: Missing or null argument to \`-R' flag" "$pgm"
291 die "%s: Missing or null argument to \`-s' flag" "$pgm"
379 [ "$name" = "${name#*[!$VALID_VARNAME_CHARS]}" ] || die \
451 ) || die "$errmsg"
453 /bin/sh -n "$RC_DEFAULTS" || die "
[all...]
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c239 void die(int p, char* msg) { function
265 die(1, "ioctl(SIOCS80211) [chan]");
270 die(1, "gettimeofday()");
290 die(1, "ioctl(SIOCGIFFLAGS)");
300 die(1, "ioctl(SIOCSIFFLAGS)");
315 die(1,"can't open /dev/bpf");
323 die(1, "can't open /dev/bpf");
329 die(1, "ioctl(BIOCSETIF)");
332 die(1, "ioctl(BIOCSDLT)");
336 die(
[all...]
/freebsd-11-stable/tools/tools/drm/
H A Dgen-drm_pciids16 open(my $fh, '<', $header) or die "Can't open Linux header: $!\n";
48 open(my $fh, '<', $header) or die "Can't open FreeBSD header: $!\n";
82 open(my $fh, '<', $header) or die "Can't open PCI IDs database: $!\n";
/freebsd-11-stable/libexec/rpc.sprayd/
H A Dsprayd.c72 die(int sig __unused) function
102 (void)signal(SIGALRM, die);
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c955 find_object_name(Dwarf_Debug dbg, Dwarf_Die die) argument
964 if (dwarf_attrval_string(die, DW_AT_name, &str, &de) == DW_DLV_OK) {
972 if (dwarf_attr(die, DW_AT_specification, &at, &de) != DW_DLV_OK)
986 struct var_info_head *var_info, Dwarf_Die die, char **src_files,
1000 if (dwarf_tag(die, &tag, &de) != DW_DLV_OK) {
1013 if (dwarf_attrval_flag(die, DW_AT_artificial, &flag, &de) ==
1018 if (dwarf_attrval_flag(die, DW_AT_declaration, &flag, &de) ==
1023 if (dwarf_attrval_flag(die, DW_AT_external, &flag, &de) !=
1032 if (dwarf_attrval_unsigned(die, DW_AT_decl_file, &udata,
1043 if (dwarf_attrval_unsigned(die, DW_AT_decl_lin
985 search_line_attr(Dwarf_Debug dbg, struct func_info_head *func_info, struct var_info_head *var_info, Dwarf_Die die, char **src_files, Dwarf_Signed filecount) argument
1142 Dwarf_Die die; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi104 die "Not supported display type <$type>"
114 Mdoc::def_macro('.Ed', sub { die '.Ed used but .Bd was not seen' });
126 die "Specify a list type" if not defined $type;
128 die "Not supported list type <$type>" if not exists $lists{ $type };
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dutils.c97 die(const char *format, ...) function
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch106 (/^[+-]help$/) && die($usage);
109 (@ARGV || die($usage), $config = shift(@ARGV), next);
112 (@ARGV || die($usage), $workdir = shift(@ARGV), next);
115 (@ARGV || die($usage), $STATHOST = shift, next);
124 (($samples = ($1 eq "") ? (shift || die($usage)): $1), next);
127 (@ARGV || die($usage), $StartTime=&date_time_spec2seconds(shift),next);
130 (@ARGV || die($usage), $EndTime = &date_time_spec2seconds(shift),next);
133 (@ARGV || die($usage), $MaxY = shift, next);
136 (@ARGV || die($usage), $MinY = shift, next);
138 die("
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c869 die("failed to open %s", filename);
880 die("%s does not contain .SUNW_ctf data\n", filename);
915 die("failed to fstat %s", filename);
921 die("failed to mmap %s", filename);
930 die("%s does not contain a CTF preamble\n", filename);
936 die("%s does not appear to contain CTF data\n", filename);
944 die("%s does not contain a v%d CTF header\n", filename,
949 die("%s contains unsupported CTF version %d\n", filename,
963 die("failed to allocate decompression buffer");
972 die("faile
[all...]
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c26 die(int code, const char *fmt, ...) { function
644 die(2, "invalid class: %s\n", optarg);
678 die(2, "invalid type: %s\n", optarg);
724 die(1, "'%s' is not a legal name (%s)",
735 die(1, "not enought memory for a domain name");
738 die(1, "'%s' is not a legal name (%s)\n", ldns_rdf2str(result),
1000 die(1, "couldn't get address for '%s': %s", server, gai_strerror(err));
1003 die(1, "couldn't allocate an rdf: %s",
1007 die(1, "couldn't push a nameserver address: %s",
1020 die(
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh87 die "Could not connect to host $local port $tcpport" unless \$s;
H A Dtst.ipv4remotetcp.ksh77 die "Could not connect to host $dest port $tcpport" unless \$s;
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c142 goto die;
149 goto die;
172 goto die;
188 goto die;
198 goto die;
208 goto die;
244 goto die;
362 die:
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in68 $p = HTML::TokeParser->new("$filename.html") || die "Can't open $filename.html: $!";
71 || die "Can't open: $!";
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_quota2_tests.c361 die(const char *reason, int error) function
434 die("rump init failed", error);
442 die("mount ffs", errno);
456 die("rump server init failed", error);
/freebsd-11-stable/contrib/dtc/
H A Ddata.c109 die("Error reading file into data: %s", strerror(errno));
112 die("Overflow reading file into data\n");
196 die("Invalid literal size (%d)\n", bits);

Completed in 306 milliseconds

12345678