Searched refs:debug_types (Results 1 – 12 of 12) sorted by relevance
/third_party/elfutils/libdw/ |
D | libdw_findcu.c | 100 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types) in __libdw_intern_next_unit() argument 103 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; in __libdw_intern_next_unit() 104 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; in __libdw_intern_next_unit() 115 if (__libdw_next_unit (dbg, debug_types, oldoff, offsetp, NULL, in __libdw_intern_next_unit() 125 || (debug_types && unlikely (version != 4))) in __libdw_intern_next_unit() 141 size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; in __libdw_intern_next_unit() 174 if (debug_types) in __libdw_intern_next_unit()
|
D | dwarf_offdie.c | 41 bool debug_types) in __libdw_offdie() argument 46 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types in __libdw_offdie() 61 result->cu = __libdw_findcu (dbg, offset, debug_types); in __libdw_offdie()
|
D | libdwP.h | 648 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types) 810 Dwarf_Die *result, bool debug_types)
|
D | ChangeLog | 953 and .debug_types sections for type units when type signature ref 967 unit (which comes from the .debug_types section). 979 (__libdw_findcu): Rename debug_types argument to v4_debug_types 980 argument (to indicate that we are looking in the .debug_types 2404 Use .debug_types when CU is a TU. 2414 .debug_types header size instead of .debug_info header size.
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldebug.c | 332 GLenum debug_types[8]; in _gst_gl_debug_enable() local 358 debug_types[n++] = GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR; in _gst_gl_debug_enable() 359 debug_types[n++] = GL_DEBUG_TYPE_PORTABILITY; in _gst_gl_debug_enable() 362 debug_types[n++] = GL_DEBUG_TYPE_ERROR; in _gst_gl_debug_enable() 363 debug_types[n++] = GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR; in _gst_gl_debug_enable() 365 g_assert (n < G_N_ELEMENTS (debug_types)); in _gst_gl_debug_enable() 367 gl->DebugMessageControl (GL_DONT_CARE, debug_types[i], GL_DONT_CARE, in _gst_gl_debug_enable()
|
/third_party/elfutils/ |
D | NEWS | 309 sections. Only a single .debug_info (and .debug_types) section are 578 Fix bug using dwarf_next_unit to iterate over .debug_types.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 914 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types")
|
/third_party/elfutils/src/ |
D | readelf.c | 7893 Dwarf *dbg, bool debug_types) in print_debug_units() argument 7895 const bool silent = !(print_debug_sections & section_info) && !debug_types; in print_debug_units() 7930 if (debug_types) in print_debug_units() 7953 if (cu->sec_idx != (size_t) (debug_types ? IDX_debug_types : IDX_debug_info)) in print_debug_units() 7962 if (debug_types && version < 5) in print_debug_units()
|
D | ChangeLog | 1096 (print_debug_units): Don't be silent for debug_types.
|
/third_party/elfutils/libebl/ |
D | ChangeLog | 530 .debug_types too.
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 757 .debug_types.
|
/third_party/libabigail/ |
D | ChangeLog | 22736 for DIEs coming from the .debug_types section.
|