Home
last modified time | relevance | path

Searched refs:dwarf_section_length (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
DAddressSpace.hpp51 uintptr_t dwarf_section_length; member
78 info->dwarf_section = getsectiondata(mh, "__TEXT", "__eh_frame", &info->dwarf_section_length); in _dyld_find_unwind_sections()
82 info->dwarf_section_length = 0; in _dyld_find_unwind_sections()
162 uintptr_t dwarf_section_length; member
393 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()
401 info.dwarf_section_length = (uintptr_t)(&__eh_frame_end - &__eh_frame_start); in findUnwindSections()
404 (void *)info.dwarf_section, (void *)info.dwarf_section_length); in findUnwindSections()
411 if (info.dwarf_section_length) in findUnwindSections()
448 info.dwarf_section_length = pish->Misc.VirtualSize; in findUnwindSections()
547 cbdata->sects->dwarf_section_length = object_length; in findUnwindSections()
DUnwindCursor.hpp1460 (uint32_t)sects.dwarf_section_length, in getInfoFromDwarfSection()
1477 (uint32_t)sects.dwarf_section_length, in getInfoFromDwarfSection()
1485 (uint32_t)sects.dwarf_section_length, 0, in getInfoFromDwarfSection()