Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf.h37 vaddr_t max_offs; member
H A Dta_elf.c508 elf->max_offs = SMALL_PAGE_SIZE; in init_elf()
609 if (offs < elf->max_offs) { in copy_remapped_to()
610 n = MIN(elf->max_offs - offs, num_bytes); in copy_remapped_to()
611 memcpy(dst, (void *)(elf->max_addr + offs - elf->max_offs), n); in copy_remapped_to()
623 elf->max_offs += offs; in copy_remapped_to()
757 elf->max_offs = seg->offset + seg->filesz; in populate_segments_legacy()
820 if (offset < elf->max_offs) { in populate_segments()
914 elf->max_offs += filesz; in populate_segments()