Home
last modified time | relevance | path

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

/optee_os/ldelf/
A Dta_elf.h36 vaddr_t max_offs; member
A Dta_elf.c454 elf->max_offs = SMALL_PAGE_SIZE; in init_elf()
555 if (offs < elf->max_offs) { in copy_remapped_to()
556 n = MIN(elf->max_offs - offs, num_bytes); in copy_remapped_to()
557 memcpy(dst, (void *)(elf->max_addr + offs - elf->max_offs), n); in copy_remapped_to()
569 elf->max_offs += offs; in copy_remapped_to()
703 elf->max_offs = seg->offset + seg->filesz; in populate_segments_legacy()
766 if (offset < elf->max_offs) { in populate_segments()
860 elf->max_offs += filesz; in populate_segments()

Completed in 5 milliseconds