The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | #ifndef PRELINKMAP_H |
2 | #define PRELINKMAP_H | ||||
3 | |||||
4 | #include <sys/types.h> | ||||
5 | |||||
6 | extern void pm_init(const char *file); | ||||
7 | extern void pm_report_library_size_in_memory(const char *name, off_t fsize); | ||||
8 | extern unsigned pm_get_next_link_address(const char *name); | ||||
9 | |||||
10 | #endif/*PRELINKMAP_H*/ |