Lines Matching defs:dwarf

12 /// elf format, containing dwarf information.
23 #include <dwarf.h>
45 #include "abg-dwarf-reader.h"
66 namespace dwarf
98 /// Convenience typedef for a map which key is the offset of a dwarf
102 /// Convenience typedef for a map which key is the offset of a dwarf
107 /// Convenience typedef for a map which key is the offset of a dwarf
112 /// Convenience typedef for a map which key the offset of a dwarf die
116 /// Convenience typedef for a map which key is the offset of a dwarf
262 /// Convenience typedef for a map which key is a dwarf offset. The
263 /// value is also a dwarf offset.
1318 /// evaluation of a dwarf expression. This is abstraction represents
1321 /// sub-expression of a given dwarf expression.
1610 /// Abstraction of the evaluation context of a dwarf expression.
1678 /// abigail::dwarf::reader::create().
2014 static dwarf::reader_sptr
2085 /// This is a sub-routine of abigail::dwarf::reader::read_corpus().
5853 /// @param attr_name the attribute name. Must come from dwarf.h and
5877 /// @param attr_name the attribute name. Must come from dwarf.h and
5902 /// from dwarf.h and be an enumerator representing an attribute like,
6003 /// enum in dwarf.h so we have to use an unsigned int for the form,
6031 /// enum in dwarf.h so we have to use an unsigned int for the form,
6056 /// from dwarf.h and be an enumerator representing an attribute like,
7557 /// array of operators + operands forming a dwarf expression. This is
7560 /// @param expr_len the length of the resulting dwarf expression.
7563 /// @return true if the attribute exists and has a non-empty dwarf expression
7565 /// resulting dwarf expression.
7592 /// If the current operation in the dwarf expression represents a push
7593 /// of a constant value onto the dwarf expr virtual machine (aka
7600 /// @param ops the array of the dwarf expression operations to consider.
7754 /// If the current operation in the dwarf expression represents a push
7755 /// of a non-constant value onto the dwarf expr virtual machine (aka
7764 /// @param ops the array of the dwarf expression operations to consider.
7882 /// If the current operation in the dwarf expression represents a
7890 /// @param expr the array of the dwarf expression operations to consider.
8006 /// If the current operation in the dwarf expression represents a push
8007 /// of an arithmetic or logic operation onto the dwarf expr virtual
8014 /// @param expr the array of the dwarf expression operations to consider.
8139 /// If the current operation in the dwarf expression represents a push
8140 /// of a control flow operation onto the dwarf expr virtual machine
8147 /// @param expr the array of the dwarf expression operations to consider.
11242 /// @param rdr the dwarf reader to consider.
11359 /// @param rdr the dwarf reader to consider.
11564 /// @param rdr the dwarf reader to use.
15797 /// Create a dwarf::reader.
15827 /// @return a smart pointer to the resulting dwarf::reader.
15877 /// @return a smart pointer to the resulting dwarf::reader.
15930 dwarf::reader::create(elf_path, debug_info_root_paths,
16026 }// end namespace dwarf