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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c862 size_t addr_min = SIZE_MAX, addr_max = 0, map_len; local
906 if (ph->p_vaddr + ph->p_memsz > addr_max) {
907 addr_max = ph->p_vaddr + ph->p_memsz;
941 addr_max += PAGE_SIZE - 1;
942 addr_max &= -PAGE_SIZE;
944 map_len = addr_max - addr_min;

Completed in 74 milliseconds