Home | History | Annotate | Download | only in Unwind

Lines Matching defs:mh

42   static pint_t findFDE(pint_t mh, pint_t pc);
43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
44 static void removeAllIn(pint_t mh);
47 unw_word_t fde, unw_word_t mh));
52 pint_t mh;
62 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
96 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
100 if ((mh == p->mh) || (mh == 0)) {
112 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end,
127 _bufferUsed->mh = mh;
142 void DwarfFDECache<A>::removeAllIn(pint_t mh) {
146 if (s->mh != mh) {
158 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) {
159 removeAllIn((pint_t) mh);
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
168 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
887 fprintf(stderr, "getInfoFromCompactEncodingSection(pc=0x%llX, mh=0x%llX)\n",