ld: resolve: search all images for symbols, rather than just direct links

This commit is contained in:
2026-03-22 19:05:47 +00:00
parent 44cd6c551a
commit 3e0fdb616c
5 changed files with 251 additions and 47 deletions

8
sys/ld/ld.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef LD_H_
#define LD_H_
struct image_list;
extern struct image_list *global_image_list(void);
#endif