HomeSort by relevance Sort by last modified time
    Searched defs:dwarf (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/binutils/
dwarf-mode.el 0 ;;; dwarf-mode.el --- Browser for DWARF information.
25 (defvar dwarf-objdump-program "objdump")
27 (defconst dwarf-font-lock-keywords
37 (defvar dwarf-file nil
42 (defun dwarf-do-insert-substructure (new-depth die)
50 (apply #'call-process dwarf-objdump-program nil (current-buffer) nil
51 "-Wi" (concat "--dwarf-start=0x" die)
52 (expand-file-name dwarf-file)
53 (if new-depth (list (concat "--dwarf-depth=
    [all...]
  /external/elfutils/tests/
debugaltlink.c 49 Dwarf *dwarf = dwarf_begin (fd, DWARF_C_READ); local
50 if (dwarf == NULL)
60 (dwarf, &name, &build_id);
78 dwarf_end (dwarf);
  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 26 #include "debug/dwarf/dwarf_constants.h"
27 #include "debug/dwarf/writer.h"
31 namespace dwarf { namespace in namespace:art
95 } // namespace dwarf
dwarf_test.cc 19 #include "debug/dwarf/debug_frame_opcode_writer.h"
20 #include "debug/dwarf/debug_info_entry_writer.h"
21 #include "debug/dwarf/debug_line_opcode_writer.h"
22 #include "debug/dwarf/dwarf_constants.h"
23 #include "debug/dwarf/headers.h"
27 namespace dwarf { namespace in namespace:art
248 // DWARF has special one byte codes which advance PC and line at the same time.
291 info.StartTag(dwarf::DW_TAG_compile_unit);
293 info.WriteStrp(dwarf::DW_AT_producer, "Compiler name", &debug_str_data_);
295 info.WriteAddr(dwarf::DW_AT_low_pc, 0x01000000)
    [all...]
expression.h 23 #include "debug/dwarf/dwarf_constants.h"
24 #include "debug/dwarf/writer.h"
27 namespace dwarf { namespace in namespace:art
29 // Writer for DWARF expressions which are used in .debug_info and .debug_loc sections.
30 // See the DWARF specification for the precise meaning of the opcodes.
118 } // namespace dwarf
register.h 21 namespace dwarf { namespace in namespace:art
23 // Represents DWARF register.
33 // There are ways around this in DWARF but they are complex.
59 } // namespace dwarf
headers.h 22 #include "debug/dwarf/debug_frame_opcode_writer.h"
23 #include "debug/dwarf/debug_info_entry_writer.h"
24 #include "debug/dwarf/debug_line_opcode_writer.h"
25 #include "debug/dwarf/dwarf_constants.h"
26 #include "debug/dwarf/register.h"
27 #include "debug/dwarf/writer.h"
31 namespace dwarf { namespace in namespace:art
34 // DWARF also supports 64-bit lengths, but we never use that.
204 } // namespace dwarf
writer.h 27 namespace dwarf { namespace in namespace:art
29 // The base class for all DWARF writers.
179 } // namespace dwarf
debug_info_entry_writer.h 24 #include "debug/dwarf/debug_abbrev_writer.h"
25 #include "debug/dwarf/dwarf_constants.h"
26 #include "debug/dwarf/expression.h"
27 #include "debug/dwarf/writer.h"
31 namespace dwarf { namespace in namespace:art
225 } // namespace dwarf
dwarf_test.h 36 namespace dwarf { namespace in namespace:art
58 // Pretty-print the generated DWARF data using objdump.
61 // Write simple elf file with just the DWARF sections.
169 } // namespace dwarf
debug_frame_opcode_writer.h 21 #include "debug/dwarf/dwarf_constants.h"
22 #include "debug/dwarf/register.h"
23 #include "debug/dwarf/writer.h"
26 namespace dwarf { namespace in namespace:art
28 // Writer for .debug_frame opcodes (DWARF-3).
29 // See the DWARF specification for the precise meaning of the opcodes.
39 // To save space, DWARF divides most offsets by header-defined factors.
338 } // namespace dwarf
debug_line_opcode_writer.h 22 #include "debug/dwarf/dwarf_constants.h"
23 #include "debug/dwarf/writer.h"
26 namespace dwarf { namespace in namespace:art
28 // Writer for the .debug_line opcodes (DWARF-3).
258 } // namespace dwarf
  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.h 16 namespace dwarf { namespace in namespace:llvm
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMpar.h 50 const Scalar dwarf = (std::numeric_limits<Scalar>::min)(); local
99 paru = dwarf / (std::min)(m_delta,Scalar(0.1));
114 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 30 const Scalar dwarf = (std::numeric_limits<Scalar>::min)(); local
98 paru = dwarf / (std::min)(delta,Scalar(0.1));
113 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
188 const Scalar dwarf = (std::numeric_limits<Scalar>::min)(); local
236 paru = dwarf / (std::min)(delta,Scalar(0.1));
252 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
  /external/libunwind/include/tdep-aarch64/
libunwind_i.h 41 #include "dwarf.h"
84 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
292 #define tdep_get_as(c) ((c)->dwarf.as)
293 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
294 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-hppa/
libunwind_i.h 40 #include "dwarf.h"
68 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
275 #define tdep_get_as(c) ((c)->dwarf.as)
276 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
277 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-mips/
libunwind_i.h 43 #include "dwarf.h"
78 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
332 #define tdep_get_as(c) ((c)->dwarf.as)
333 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
334 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 46 #include "dwarf.h"
75 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
295 #define tdep_get_as(c) ((c)->dwarf.as)
296 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
297 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 46 #include "dwarf.h"
75 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
295 #define tdep_get_as(c) ((c)->dwarf.as)
296 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
297 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-sh/
libunwind_i.h 40 #include "dwarf.h"
69 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
276 #define tdep_get_as(c) ((c)->dwarf.as)
277 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
278 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-x86/
libunwind_i.h 40 #include "dwarf.h"
70 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
279 #define tdep_get_as(c) ((c)->dwarf.as)
280 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
281 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-arm/
libunwind_i.h 39 #include "dwarf.h"
69 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
280 #define tdep_get_as(c) ((c)->dwarf.as)
281 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
282 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 42 #include "dwarf.h"
58 int64_t cfa_reg_rsp : 1; /* cfa dwarf base register is rsp vs. rbp */
85 struct dwarf_cursor dwarf; /* must be first */ member in struct:cursor
224 #define tdep_get_as(c) ((c)->dwarf.as)
225 #define tdep_get_as_arg(c) ((c)->dwarf.as_arg)
226 #define tdep_get_ip(c) ((c)->dwarf.ip)
  /external/elfutils/src/
stack.c 31 #include <dwarf.h>
140 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); local
167 if (dwarf != NULL)
655 N_("Additionally try to lookup DWARF debuginfo name for frame address"),
658 N_("Additionally show inlined function frames using DWARF debuginfo if available (implies -d)"), 0 },

Completed in 677 milliseconds

1 2