[libc] Add init and fini array iteration to the loader.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 2 Aug 2022 00:13:17 +0000 (00:13 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 3 Aug 2022 17:53:23 +0000 (17:53 +0000)
commitf23076f6c5668aa8535da6b80b36f6bdc41b44b2
tree42d3773d4b260dfd9db005b8d3a4fa837852ffc2
parent6a48dc092b0fda65e786021ebf75bda3e1be5c33
[libc] Add init and fini array iteration to the loader.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D130966
libc/loader/linux/x86_64/start.cpp
libc/test/integration/loader/linux/CMakeLists.txt
libc/test/integration/loader/linux/init_fini_array_test.cpp [new file with mode: 0644]