Home
last modified time | relevance | path

Searched defs:die (Results 1 – 25 of 50) sorted by relevance

12

/trueos/lib/libdwarf/
HDdwarf_die.c35 Dwarf_Die die; in dwarf_die_add() local
77 dwarf_dieoffset(Dwarf_Die die, Dwarf_Off *ret_offset, Dwarf_Error *err __unused) in dwarf_dieoffset()
85 dwarf_child(Dwarf_Die die, Dwarf_Die *ret_die, Dwarf_Error *err) in dwarf_child()
110 dwarf_tag(Dwarf_Die die, Dwarf_Half *tag, Dwarf_Error *err) in dwarf_tag()
128 dwarf_siblingof(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Die *caller_ret_die, Dwarf_Error *err) in dwarf_siblingof()
178 dwarf_die_find(Dwarf_Die die, Dwarf_Unsigned off) in dwarf_die_find()
HDdwarf_attrval.c35 dwarf_attrval_find(Dwarf_Die die, Dwarf_Half attr) in dwarf_attrval_find()
48 dwarf_attrval_add(Dwarf_Die die, Dwarf_AttrValue avref, Dwarf_AttrValue *avp, Dwarf_Error *error) in dwarf_attrval_add()
83 dwarf_attrval_flag(Dwarf_Die die, uint64_t attr, Dwarf_Bool *valp, Dwarf_Error *err) in dwarf_attrval_flag()
120 dwarf_attrval_string(Dwarf_Die die, uint64_t attr, const char **strp, Dwarf_Error *err) in dwarf_attrval_string()
161 dwarf_attrval_signed(Dwarf_Die die, uint64_t attr, Dwarf_Signed *valp, Dwarf_Error *err) in dwarf_attrval_signed()
198 dwarf_attrval_unsigned(Dwarf_Die die, uint64_t attr, Dwarf_Unsigned *valp, Dwarf_Error *err) in dwarf_attrval_unsigned()
HDdwarf_dump.c628 dwarf_dump_av(Dwarf_Die die, Dwarf_AttrValue av) in dwarf_dump_av()
686 Dwarf_Die die; in dwarf_dump_die_at_offset() local
702 dwarf_dump_die(Dwarf_Die die) in dwarf_dump_die()
751 dwarf_dump_tree_dies(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Error *error) in dwarf_dump_tree_dies()
777 Dwarf_Die die; in dwarf_dump_tree() local
814 Dwarf_Die die; in dwarf_dump_info() local
HDdwarf_func.c93 Dwarf_Die die; in dwarf_find_function_by_offset() local
109 Dwarf_Die die, origin_die; in dwarf_build_function_table() local
HDdwarf_finish.c44 Dwarf_Die die; in dwarf_finish() local
HDdwarf_attr.c34 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, Dwarf_Error *err) in dwarf_attr()
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDdwarf.c266 die_off(dwarf_t *dw, Dwarf_Die die) in die_off()
280 die_sibling(dwarf_t *dw, Dwarf_Die die) in die_sibling()
298 die_child(dwarf_t *dw, Dwarf_Die die) in die_child()
315 die_tag(dwarf_t *dw, Dwarf_Die die) in die_tag()
329 die_attr(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, int req) in die_attr()
352 die_signed(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Signed *valp, in die_signed()
367 die_unsigned(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Unsigned *valp, in die_unsigned()
382 die_bool(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Bool *valp, int req) in die_bool()
397 die_string(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, char **strp, int req) in die_string()
416 die_attr_ref(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name) in die_attr_ref()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIECollection.cpp22 DWARFDIECollection::Insert(const DWARFDebugInfoEntry *die) in Insert()
33 DWARFDIECollection::Append (const DWARFDebugInfoEntry *die) in Append()
HDSymbolFileDWARF.cpp119 void Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) in Push()
133 const DWARFDebugInfoEntry *die = m_dies[i].die; in LogDIEs() local
159 Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die) in Push()
186 const DWARFDebugInfoEntry *die; member
240 const DWARFDebugInfoEntry *die, in GetTypes()
433 const DWARFDebugInfoEntry *die; in GetParentSymbolContextDIE() local
1021 …eUnitFunction (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die) in ParseCompileUnitFunction()
1125 const DWARFDebugInfoEntry *die = dwarf_cu->GetCompileUnitDIEOnly(); in ParseCompileUnitLanguage() local
1149 const DWARFDebugInfoEntry *die = function_dies.GetDIEPtrAtIndex(func_idx); in ParseCompileUnitFunctions() local
1286 const DWARFDebugInfoEntry *die, in ParseFunctionBlocks()
[all …]
HDDWARFDebugInfo.cpp311 DWARFDebugInfoEntry* die = NULL; in GetDIEPtrWithCompileUnitHint() local
356 DWARFDebugInfoEntry* die, in DWARFDebugInfo_ParseCallback()
417 DWARFDebugInfoEntry die; in Parse() local
505 DWARFDebugInfoEntry* die, in DumpCallback()
719 const DWARFDebugInfoEntry* die = cu_sp->DIE(); in Dump() local
748 DWARFDebugInfoEntry* die, in FindCallbackString()
HDDWARFCompileUnit.cpp150 DWARFDebugInfoEntry die; in ExtractDIEsIfNeeded() local
371 const DWARFDebugInfoEntry* die = DIE(); in BuildAddressRangeTable() local
428 const DWARFDebugInfoEntry* die = DIE(); in GetFunctionAranges() local
609 const DWARFDebugInfoEntry &die = *pos; in Index() local
935 const DWARFDebugInfoEntry *die = GetCompileUnitDIEOnly(); in ParseProducerInfo() local
HDUniqueDWARFASTType.h46 DWARFDebugInfoEntry *die, in UniqueDWARFASTType()
155 const DWARFDebugInfoEntry *die, in Find()
HDDWARFDebugPubnames.cpp103 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx); in GeneratePubnames() local
233 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx); in GeneratePubBaseTypes() local
HDUniqueDWARFASTType.cpp25 const DWARFDebugInfoEntry *die, in Find()
/trueos/contrib/gcc/
HDdwarf2out.c2740 dw_die_ref die; member
3749 #define FOR_EACH_CHILD(die, c, expr) do { \ argument
3761 dw_die_ref die; member
3777 dw_die_ref die; member
4892 add_dwarf_attr (dw_die_ref die, dw_attr_ref attr) in add_dwarf_attr()
4912 add_AT_flag (dw_die_ref die, enum dwarf_attribute attr_kind, unsigned int flag) in add_AT_flag()
4932 add_AT_int (dw_die_ref die, enum dwarf_attribute attr_kind, HOST_WIDE_INT int_val) in add_AT_int()
4952 add_AT_unsigned (dw_die_ref die, enum dwarf_attribute attr_kind, in add_AT_unsigned()
4973 add_AT_long_long (dw_die_ref die, enum dwarf_attribute attr_kind, in add_AT_long_long()
4988 add_AT_vec (dw_die_ref die, enum dwarf_attribute attr_kind, in add_AT_vec()
[all …]
/trueos/contrib/gdb/gdb/
HDdwarf2read.c1932 process_die (struct die_info *die, struct dwarf2_cu *cu) in process_die()
2035 read_file_scope (struct die_info *die, struct dwarf2_cu *cu) in read_file_scope()
2175 read_func_scope (struct die_info *die, struct dwarf2_cu *cu) in read_func_scope()
2300 read_lexical_block_scope (struct die_info *die, struct dwarf2_cu *cu) in read_lexical_block_scope()
2344 dwarf2_get_pc_bounds (struct die_info *die, CORE_ADDR *lowpc, in dwarf2_get_pc_bounds()
2504 get_scope_pc_bounds (struct die_info *die, in get_scope_pc_bounds()
2564 dwarf2_add_field (struct field_info *fip, struct die_info *die, in dwarf2_add_field()
2821 dwarf2_add_member_fn (struct field_info *fip, struct die_info *die, in dwarf2_add_member_fn()
3009 read_structure_type (struct die_info *die, struct dwarf2_cu *cu) in read_structure_type()
3174 process_structure_scope (struct die_info *die, struct dwarf2_cu *cu) in process_structure_scope()
[all …]
/trueos/crypto/openssh/
HDfixalgorithms8 die() { function
HDfixpaths6 die() { function
/trueos/contrib/jansson/test/scripts/
HDrun-tests.sh6 die() { function
/trueos/share/examples/uefisign/
HDuefikeys8 die() { function
/trueos/contrib/jansson/
HDrelease.sh6 die() { function
/trueos/cddl/contrib/opensolaris/cmd/mdb/tools/common/
HDdie.c39 die(char *format, ...) in die() function
/trueos/sys/tools/
HDvnode_if.awk48 function die(msg, what) function
/trueos/contrib/netbsd-tests/fs/ffs/
HDh_ffs_server.c33 die(const char *reason, int error) in die() function
/trueos/sys/dev/ida/
HDidaio.h13 struct ida_drive_info_ext die; member

12