Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
1d89773c1dd0e433a2dbd0ef8aedaf4c20f6ff74
/
.
/
tools
/
isprelinked
/
prelink_info.h
blob: afc03e92b60628c2162180437ce8cce1031af31b [
file
] [
log
] [
blame
]
#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
);
#endif
#endif/*PRELINK_INFO_H*/