Home
last modified time | relevance | path

Searched refs:max_offs (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/ldelf/
A Dta_elf.h36 vaddr_t max_offs; member
A Dta_elf.c501 elf->max_offs = SMALL_PAGE_SIZE; in init_elf()
602 if (offs < elf->max_offs) { in copy_remapped_to()
603 n = MIN(elf->max_offs - offs, num_bytes); in copy_remapped_to()
604 memcpy(dst, (void *)(elf->max_addr + offs - elf->max_offs), n); in copy_remapped_to()
616 elf->max_offs += offs; in copy_remapped_to()
750 elf->max_offs = seg->offset + seg->filesz; in populate_segments_legacy()
813 if (offset < elf->max_offs) { in populate_segments()
907 elf->max_offs += filesz; in populate_segments()

Completed in 6 milliseconds