/* For a given PC, find the .so that it belongs to. *Returnsthebaseaddressofthe.ARM.exidxsection *forthat.so,andthenumberof8-byteentries *inthatsection(via*pcount). * *libgccdeclares__gnu_Unwind_Find_exidx()asaweaksymbol,with *theexpectationthatlibcwilldefineitandcallthroughto *adifferently-namedfunctioninthedynamiclinker.
*/
_Unwind_Ptr __gnu_Unwind_Find_exidx_impl(_Unwind_Ptr pc, int *pcount) { return dl_unwind_find_exidx(pc, pcount);
}
_Unwind_Ptr __gnu_Unwind_Find_exidx_impl2(_Unwind_Ptr pc, int *pcount) { return dl_unwind_find_exidx(pc, pcount);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.