Lines Matching defs:end
1241 * data, we reclaim the gaps at the beginning and end of writable maps
1244 static void reclaim(struct dso *dso, size_t start, size_t end)
1247 if (end >= dso->relro_start && end < dso->relro_end) end = dso->relro_start;
1248 if (start >= end) return;
1250 __malloc_donate(base, base+(end-start));
2342 static uint8_t* sleb128_decoder(uint8_t* current, uint8_t* end, size_t* value)
2351 if (current >= end) {
3366 goto end;
3420 goto end;
3426 goto end;
3431 goto end;
3440 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3441 goto end;
3453 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3454 goto end;
3485 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3486 goto end;
3491 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3532 * the new libraries are committed; otherwise we could end up with
3556 end:
3571 trace_marker_end(HITRACE_TAG_MUSL); // "dlopen: " trace end.
4115 // Unload all sos at the end because weak symbol may cause later unloaded so to access the previous so's function.
4628 // Read end of central directory record.
4632 LD_LOGE("Open uncompressed library: fseek end locator position failed.");
4637 LD_LOGE("Open uncompressed library: fread end locator failed.");
5696 // Find end location.