Lines Matching refs:mh
45 static pint_t findFDE(pint_t mh, pint_t pc);
46 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
47 static void removeAllIn(pint_t mh);
50 unw_word_t fde, unw_word_t mh));
55 pint_t mh; member
65 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
99 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() argument
103 if ((mh == p->mh) || (mh == 0)) { in findFDE()
115 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument
130 _bufferUsed->mh = mh; in add()
145 void DwarfFDECache<A>::removeAllIn(pint_t mh) { in removeAllIn() argument
149 if (s->mh != mh) { in removeAllIn()
161 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) { in dyldUnloadHook() argument
162 removeAllIn((pint_t) mh); in dyldUnloadHook()
168 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() argument
171 (*func)(p->ip_start, p->ip_end, p->fde, p->mh); in iterateCacheEntries()