Home
last modified time | relevance | path

Searched refs:ANDROID_REL_SIGN_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h229 #define ANDROID_REL_SIGN_SIZE 4 macro
/third_party/musl/src/internal/
H A Ddynlink.h264 #define ANDROID_REL_SIGN_SIZE 4 macro
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2382 if (memcmp(android_rel_curr, "APS2", ANDROID_REL_SIGN_SIZE)) { in do_android_relocs()
2386 android_rel_curr += ANDROID_REL_SIGN_SIZE; in do_android_relocs()
2387 android_rel_size -= ANDROID_REL_SIGN_SIZE; in do_android_relocs()
/third_party/musl/ldso/linux/
H A Ddynlink.c2610 if (memcmp(android_rel_curr, "APS2", ANDROID_REL_SIGN_SIZE)) { in do_android_relocs()
2614 android_rel_curr += ANDROID_REL_SIGN_SIZE; in do_android_relocs()
2615 android_rel_size -= ANDROID_REL_SIGN_SIZE; in do_android_relocs()

Completed in 20 milliseconds