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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c863 size_t this_min, this_max; local
985 this_max = (ph->p_vaddr + ph->p_memsz + PAGE_SIZE - 1) & -PAGE_SIZE;
993 size_t map_size = this_max - this_min;

Completed in 26 milliseconds