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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c1170 size_t min_addr = -1, max_addr = 0, cnt; local
1182 if (ph->p_vaddr+ph->p_memsz > max_addr)
1183 max_addr = ph->p_vaddr+ph->p_memsz;
1186 max_addr = (max_addr + PAGE_SIZE-1) & -PAGE_SIZE;
1188 p->map_len = max_addr - min_addr;

Completed in 16 milliseconds