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

/macosx-10.9.5/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c164 DEBUG_PRINT_API("_Unwind_Find_FDE(pc=%p) => %p\n", pc, (void*)(long)info.unwind_info);
165 return (void*)(long)info.unwind_info;
H A DUnwindCursor.hpp343 { return DwarfInstructions<A,R>::stepWithDwarf(fAddressSpace, this->getReg(UNW_REG_IP), fInfo.unwind_info, fRegisters); }
522 fInfo.unwind_info = fdeInfo.fdeStart;
528 // (uint64_t)pc, (uint64_t)mh, fInfo.start_ip, fInfo.unwind_info, fInfo.handler);
736 fInfo.unwind_info = 0;
815 fInfo.unwind_info = fdeInfo.fdeStart;
846 fInfo.unwind_info = fdeInfo.fdeStart;
/macosx-10.9.5/libunwind-35.3/include/
H A Dlibunwind.h79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero if none */ member in struct:unw_proc_info_t

Completed in 122 milliseconds