Home
last modified time | relevance | path

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

/xen/xen/common/libelf/
A Dlibelf-loader.c173 if ( filesz > ULONG_MAX || memsz > ULONG_MAX ) in elf_load_image()
182 memsz - filesz); in elf_load_image()
470 uint64_t low = -1, high = 0, paddr, memsz; in elf_parse_binary() local
483 memsz = elf_uval(elf, phdr, p_memsz); in elf_parse_binary()
485 paddr, memsz); in elf_parse_binary()
488 if ( high < paddr + memsz ) in elf_parse_binary()
489 high = paddr + memsz; in elf_parse_binary()
500 uint64_t paddr, offset, filesz, memsz; in elf_load_binary() local
522 memsz = elf_uval(elf, phdr, p_memsz); in elf_load_binary()
530 if ( remain_allow_copy < memsz ) in elf_load_binary()
[all …]

Completed in 3 milliseconds