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

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1497 size_t min_addr = -1, max_addr = 0, cnt; local
1504 if (ph->p_vaddr + ph->p_memsz > max_addr)
1505 max_addr = ph->p_vaddr + ph->p_memsz;
1521 max_addr = (max_addr + PAGE_SIZE - 1) & -PAGE_SIZE;
1523 p->map_len = max_addr - min_addr;

Completed in 84 milliseconds