Lines Matching defs:start
1244 static void reclaim(struct dso *dso, size_t start, size_t end)
1246 if (start >= dso->relro_start && start < dso->relro_end) start = dso->relro_end;
1248 if (start >= end) return;
1249 char *base = laddr_pg(dso, start);
1250 __malloc_donate(base, base+(end-start));
1559 /* we will find a mapping_align aligned address as the start of dso
2900 // we may abort when linking other libs, load signal handler before stage start
4958 /* we will find a mapping_align aligned address as the start of dso
5688 // Find start location.