Home
last modified time | relevance | path

Searched refs:ANDROID_REL_SIGN_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h217 #define ANDROID_REL_SIGN_SIZE 4 macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2308 if (memcmp(android_rel_curr, "APS2", ANDROID_REL_SIGN_SIZE)) { in do_android_relocs()
2312 android_rel_curr += ANDROID_REL_SIGN_SIZE; in do_android_relocs()
2313 android_rel_size -= ANDROID_REL_SIGN_SIZE; in do_android_relocs()