Searched refs:android_rel_end (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 2298 uint8_t *android_rel_curr, *android_rel_end; in do_android_relocs() local 2315 android_rel_end = android_rel_curr + android_rel_size; in do_android_relocs() 2320 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &relocs_num); in do_android_relocs() 2321 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &rel[0]); in do_android_relocs() 2327 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &group_size); in do_android_relocs() 2328 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &group_flags); in do_android_relocs() 2333 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &group_r_offset_delta); in do_android_relocs() 2337 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &rel[1]); in do_android_relocs() 2345 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &addend); in do_android_relocs() 2356 android_rel_curr = sleb128_decoder(android_rel_curr, android_rel_end, &offset_detla); in do_android_relocs() [all …]
|