Home
last modified time | relevance | path

Searched refs:dies (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-11-stable/usr.bin/calendar/calendars/
HDcalendar.music12 01/04 Jazz great Charlie Mingus dies at 57 in Cuernavaca, Mexico, 1979
20 01/08 Arcangelo Corelli dies in Italy, 1713
22 01/10 Blues guitarist Howlin' Wolf dies in Chicago, 1976
26 01/11 David Bowie dies, 2016
36 01/23 Edward MacDowell dies, 1908
43 01/27 Giuseppe Verdi dies, 1901
46 01/30 Lightnin' Hopkins, the most-recorded blues artist ever, dies, 1982
47 01/30 Francis Jean Poulenc dies in Paris, 1963
53 02/02 Lou Harrison dies in Lafayette, Indiana, en route to a festival
55 02/02 Giovanni Pierluigi da Palestrina dies near Rome, 1594
[all …]
HDcalendar.birthday52 02/06 King George VI of UK dies; his daughter becomes Elizabeth II, 1952
71 02/18 Michelangelo Buonarroti dies in Rome, Italy, 1564
89 03/05 John Belushi dies in Los Angeles, 1982
100 03/12 Terry Pratchett (Sir) dies, 2015, author
187 06/13 Alexander the Great dies (323BC)
189 06/16 Hammurabi the Great dies, Babylon, 1686 BC
203 07/07 P.T. Barnum dies, 1891
221 08/03 Lenny Bruce dies of a morphine overdose, 1966
248 09/09 Chinese Communist Party Chairman Mao Tse-Tung dies at age 82, 1976
258 09/18 Jimi Hendrix dies from an overdose, 1970
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFIndex.cpp23 std::vector<DWARFDIE> &dies) { in ProcessFunctionDIE() argument
44 dies.push_back(die); in ProcessFunctionDIE()
52 dies.push_back(die); in ProcessFunctionDIE()
64 dies.push_back(die); in ProcessFunctionDIE()
HDManualDWARFIndex.cpp117 for (const DWARFDebugInfoEntry &die : unit.dies()) { in IndexUnitImpl()
399 std::vector<DWARFDIE> &dies) { in GetFunctions() argument
410 dies.push_back(die); in GetFunctions()
421 dies.push_back(die); in GetFunctions()
431 dies.push_back(die); in GetFunctions()
441 dies.push_back(die); in GetFunctions()
HDDWARFIndex.h45 std::vector<DWARFDIE> &dies) = 0;
62 uint32_t name_type_mask, std::vector<DWARFDIE> &dies);
HDAppleDWARFIndex.cpp159 std::vector<DWARFDIE> &dies) { in GetFunctions() argument
164 name_type_mask, dies); in GetFunctions()
HDDebugNamesDWARFIndex.cpp220 std::vector<DWARFDIE> &dies) { in GetFunctions() argument
239 dies.push_back(die); in GetFunctions()
HDManualDWARFIndex.h41 std::vector<DWARFDIE> &dies) override;
HDAppleDWARFIndex.h48 std::vector<DWARFDIE> &dies) override;
HDDWARFDebugInfoEntry.cpp233 std::vector<DWARFDIE> dies; in GetDIENamesAndRanges() local
301 dies.push_back(form_value.Reference()); in GetDIENamesAndRanges()
305 dies.push_back(form_value.Reference()); in GetDIENamesAndRanges()
387 for (const DWARFDIE &die : dies) { in GetDIENamesAndRanges()
HDDebugNamesDWARFIndex.h40 std::vector<DWARFDIE> &dies) override;
HDDWARFUnit.h206 die_iterator_range dies() { in dies() function
HDSymbolFileDWARF.cpp822 for (DWARFDebugInfoEntry &entry : dwarf_cu->dies()) { in ParseFunctions()
2345 std::vector<DWARFDIE> dies; in FindFunctions() local
2346 m_index->GetFunctions(name, *this, *parent_decl_ctx, name_type_mask, dies); in FindFunctions()
2347 for (const DWARFDIE &die : dies) { in FindFunctions()
/freebsd-11-stable/contrib/gdb/gdb/config/i386/
HDncr3000.mh5 # you run it, but it chokes and dies on a whole bunch of GNU source
/freebsd-11-stable/contrib/llvm-project/lld/Common/
HDDWARF.cpp35 for (const auto &entry : cu->dies()) { in DWARFCache()
/freebsd-11-stable/sys/gnu/dts/arm/
HDuniphier-ph1-ld6b.dtsi46 * PH1-LD6b consists of two silicon dies: D-chip and A-chip.
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2read.c1826 struct die_info *dies; in psymtab_to_symtab_1() local
1876 dies = read_comp_unit (info_ptr, abfd, &cu); in psymtab_to_symtab_1()
1878 make_cleanup_free_die_list (dies); in psymtab_to_symtab_1()
1889 attr = dwarf2_attr (dies, DW_AT_entry_pc, &cu); in psymtab_to_symtab_1()
1897 attr = dwarf2_attr (dies, DW_AT_low_pc, &cu); in psymtab_to_symtab_1()
1906 process_die (dies, &cu); in psymtab_to_symtab_1()
1911 get_scope_pc_bounds (dies, &lowpc, &highpc, &cu); in psymtab_to_symtab_1()
4194 free_die_list (struct die_info *dies) in free_die_list() argument
4198 die = dies; in free_die_list()
4211 do_free_die_list_cleanup (void *dies) in do_free_die_list_cleanup() argument
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h515 die_iterator_range dies() { in dies() function
/freebsd-11-stable/contrib/tcsh/nls/german/
HDset319 17 Erweitere zu früherem Wort für das dies ein Anfang ist
/freebsd-11-stable/contrib/ntp/html/hints/
HDhpux140 trash from a previous execution of it. Otherwise adjtimed quietly dies
/freebsd-11-stable/contrib/gcc/
HDreg-notes.def35 /* The value in REG dies in this insn (i.e., it is not needed past
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp316 for (const auto &Entry : CU->dies()) { in filterByName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDSignals.inc840 // the process dies.
852 // Allow normal processing to take place; i.e., the process dies.
/freebsd-11-stable/sys/dev/isp/
HDHardware.txt118 dies quickly if you step on it.
/freebsd-11-stable/contrib/amd/
HDBUGS154 others) dies with a SEGV when amd tries to contact it for access to a volume

123