mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibELF: Export static resolve_library method of the DynamicLinker code
It will be used in the following commit to introduce a new utility to use this method.
This commit is contained in:
parent
ab8522aa17
commit
efec344803
Notes:
sideshowbarker
2024-07-17 02:22:44 +09:00
Author: https://github.com/supercomputer7
Commit: efec344803
Pull-request: https://github.com/SerenityOS/serenity/pull/16571
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
2 changed files with 6 additions and 4 deletions
|
@ -17,6 +17,8 @@ public:
|
|||
static Optional<DynamicObject::SymbolLookupResult> lookup_global_symbol(StringView symbol);
|
||||
[[noreturn]] static void linker_main(DeprecatedString&& main_program_path, int fd, bool is_secure, int argc, char** argv, char** envp);
|
||||
|
||||
static Optional<DeprecatedString> resolve_library(DeprecatedString const& name, DynamicObject const& parent_object);
|
||||
|
||||
private:
|
||||
DynamicLinker() = delete;
|
||||
~DynamicLinker() = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue