Lines Matching defs:mh
100 static pint_t findFDE(pint_t mh, pint_t pc);
101 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
102 static void removeAllIn(pint_t mh);
105 unw_word_t fde, unw_word_t mh));
110 pint_t mh;
120 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
153 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
157 if ((mh == p->mh) || (mh == kSearchAll)) {
169 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end,
185 _bufferUsed->mh = mh;
201 void DwarfFDECache<A>::removeAllIn(pint_t mh) {
205 if (s->mh != mh) {
217 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) {
218 removeAllIn((pint_t) mh);
224 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
227 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
1718 fprintf(stderr, "getInfoFromCompactEncodingSection(pc=0x%llX, mh=0x%llX)\n",