Files
rosetta/sys/ld/resolve.h
T

10 lines
170 B
C
Raw Normal View History

2026-03-21 10:54:50 +00:00
#ifndef RESOLVE_H_
#define RESOLVE_H_
#include <stdint.h>
2026-03-21 10:54:50 +00:00
extern void _dl_runtime_resolve(void);
extern uintptr_t dl_runtime_resolve(uintptr_t a, uintptr_t b);
2026-03-21 10:54:50 +00:00
#endif