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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c542 size_t addr_min=SIZE_MAX, addr_max=0, map_len; local
596 if (ph->p_vaddr+ph->p_memsz > addr_max) {
597 addr_max = ph->p_vaddr+ph->p_memsz;
641 addr_max += PAGE_SIZE-1;
642 addr_max &= -PAGE_SIZE;
645 map_len = addr_max - addr_min + off_start;

Completed in 27 milliseconds