Lines Matching defs:end
1276 * data, we reclaim the gaps at the beginning and end of writable maps
1279 static void reclaim(struct dso *dso, size_t start, size_t end)
1282 if (end >= dso->relro_start && end < dso->relro_end) end = dso->relro_start;
1283 if (start >= end) return;
1285 __malloc_donate(base, base+(end-start));
2570 static uint8_t* sleb128_decoder(uint8_t* current, uint8_t* end, size_t* value)
2579 if (current >= end) {
3631 goto end;
3684 goto end;
3690 goto end;
3695 goto end;
3705 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3706 goto end;
3718 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3719 goto end;
3761 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3762 goto end;
3767 trace_marker_end(HITRACE_TAG_MUSL); // "loading: entry so" trace end.
3812 * the new libraries are committed; otherwise we could end up with
3839 end:
3857 trace_marker_end(HITRACE_TAG_MUSL); // "dlopen: " trace end.
4453 // Unload all sos at the end because weak symbol may cause later unloaded so to access the previous so's function.
4978 // Read end of central directory record.
4982 LD_LOGE("Open uncompressed library: fseek end locator position failed.");
4987 LD_LOGE("Open uncompressed library: fread end locator failed.");
6087 // Find end location.