diff options
Diffstat (limited to 'tools/soslim/prelink_info.h')
-rw-r--r-- | tools/soslim/prelink_info.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/soslim/prelink_info.h b/tools/soslim/prelink_info.h deleted file mode 100644 index efa84fd..0000000 --- a/tools/soslim/prelink_info.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef PRELINK_INFO_H -#define PRELINK_INFO_H -#ifdef SUPPORT_ANDROID_PRELINK_TAGS - -int check_prelinked(const char *fname, int elf_little, long *prelink_addr); -int check_retouched(const char *fname, int elf_little, - unsigned int *retouch_byte_cnt, char *retouch_buf); -void retouch_dump(const char *fname, int elf_little, - unsigned int retouch_byte_cnt, char *retouch_buf); -void setup_prelink_info(const char *fname, int elf_little, long base); - -#endif -#endif/*PRELINK_INFO_H*/ |