Gunnar Beutner
|
6cb28ecee8
|
LibC+LibELF: Implement support for the dl_iterate_phdr helper
This helper is used by libgcc_s to figure out where the .eh_frame sections
are located for all loaded shared objects.
|
2021-04-18 10:55:25 +02:00 |
|
Andreas Kling
|
0c0127dc3f
|
LibELF: Use StringView instead of "const char*" in dynamic linker code
There's no reason to use C strings more than absolutely necessary.
|
2021-02-20 22:29:12 +01:00 |
|
Andreas Kling
|
41d8734288
|
LibELF: Use Optional<SymbolLookupResult> as a return type
Instead of storing a "found" state inside the result object.
|
2021-01-25 18:57:06 +01:00 |
|
Ben Wiederhake
|
58f25092c7
|
Meta: Fix silly copyright line
|
2021-01-22 11:28:07 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|