Run constructors before resolving ifunc functions
Bug: 17177284
(cherry picked from commit 9598b8c415)
Change-Id: I2c9631ee1cd77f8cf95ec0216a35b605c8786454
This commit is contained in:
@@ -216,6 +216,7 @@ struct soinfo {
|
||||
private:
|
||||
void CallArray(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
|
||||
void CallFunction(const char* function_name, linker_function_t function);
|
||||
void resolve_ifunc_symbols();
|
||||
|
||||
private:
|
||||
// This part of the structure is only available
|
||||
|
||||
Reference in New Issue
Block a user