Searched refs:compact_unwind_section_length (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dyld-239.4/include/mach-o/
H A Ddyld_priv.h157 uintptr_t compact_unwind_section_length; member in struct:dyld_unwind_sections
167 // info->compact_unwind_section_length length of __TEXT/__unwind_info section
/macosx-10.9.5/dyld-239.4/src/
H A DdyldExceptions.c123 info->compact_unwind_section_length = ((char*)&uwEnd - (char*)&uwStart);
H A DImageLoaderMachO.cpp1343 info->compact_unwind_section_length = 0;
1352 info->compact_unwind_section_length = sect->size;

Completed in 190 milliseconds