Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dload_elf.c329 uint_t fpcopy; in __elfN() local
448 fpcopy = 0; in __elfN()
450 fpcopy = ef->firstlen - phdr[i].p_offset; in __elfN()
454 phdr[i].p_paddr + off, fpcopy); in __elfN()
458 phdr[i].p_vaddr + off, fpcopy); in __elfN()
461 if (phdr[i].p_filesz > fpcopy) { in __elfN()
464 phdr[i].p_paddr + off + fpcopy, in __elfN()
465 phdr[i].p_filesz - fpcopy, in __elfN()
466 phdr[i].p_offset + fpcopy) != 0) { in __elfN()
474 phdr[i].p_vaddr + off + fpcopy, in __elfN()
[all …]