HomeSort by relevance Sort by last modified time
    Searched full:dwarf_section (Results 1 - 6 of 6) sorted by null

  /external/lldb/test/macosx/debug-info/apple_types/
TestAppleTypesIsProduced.py 59 dwarf_section = exe_module.FindSection("__DWARF")
60 self.assertTrue(dwarf_section)
61 print "__DWARF section:", dwarf_section
62 print "Number of sub-sections: %d" % dwarf_section.GetNumSubSections()
64 for subsec in dwarf_section:
67 debug_str_sub_section = dwarf_section.FindSubSection("__debug_str")
72 apple_types_sub_section = dwarf_section.FindSubSection("__apple_types")
77 self.assertTrue(dwarf_section.FindSubSection("__apple_names") and
78 dwarf_section.FindSubSection("__apple_namespac") and
79 dwarf_section.FindSubSection("__apple_objc")
    [all...]
  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 77 uintptr_t dwarf_section; member in struct:libunwind::UnwindInfoSections
301 const void* dwarf_section; member in struct:libunwind::dyld_unwind_sections
329 info->dwarf_section = p;
346 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section;
409 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr;
UnwindCursor.hpp 826 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
828 sects.dwarf_section + fdeSectionOffsetHint,
843 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
851 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 81 uintptr_t dwarf_section; member in struct:libunwind::UnwindInfoSections
302 const void* dwarf_section; member in struct:libunwind::dyld_unwind_sections
330 info->dwarf_section = p;
347 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section;
UnwindCursor.hpp 819 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
821 sects.dwarf_section + fdeSectionOffsetHint,
835 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
843 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 637 const Shdr* dwarf_section = local
641 if (dwarf_section) {
    [all...]

Completed in 208 milliseconds