nxstyle: Add some unwind name to the white list
we can't change the case because it is defined by ARM Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
aa0d57e8ad
commit
cfc58d1913
@ -197,7 +197,10 @@ static const char *g_white_prefix[] =
|
|||||||
|
|
||||||
static const char *g_white_list[] =
|
static const char *g_white_list[] =
|
||||||
{
|
{
|
||||||
"_Exit", /* Ref: stdlib.h */
|
"__EIT_entry", /* Ref: gnu_unwind_find_exidx.c */
|
||||||
|
"__gnu_Unwind_Find_exidx", /* Ref: gnu_unwind_find_exidx.c */
|
||||||
|
"_Exit", /* Ref: stdlib.h */
|
||||||
|
"_Unwind_Ptr", /* Ref: unwind-arm-common.h */
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user