ld: implement support for exposing ld functions to loaded executables

This commit is contained in:
2026-05-30 10:17:43 +01:00
parent ce52afe5b4
commit 08abe467ea
12 changed files with 425 additions and 59 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
#include "image-list.h"
#include <mango/types.h>
#include <magenta/types.h>
#include <stdint.h>
enum elf_image_status {
@@ -360,6 +360,7 @@ extern int elf_image_collect_dependencies(
extern int elf_image_add_dependency(
struct elf_image *img,
struct elf_image *dep);
extern int elf_image_parse_dynamic(struct elf_image *image);
extern int elf_image_link(struct elf_image *img);
extern void elf_image_close(struct elf_image *img);