Home
last modified time | relevance | path

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

/xv6-public/
H A Delf.h13 uint phoff; member
H A Dbootmain.c35 ph = (struct proghdr*)((uchar*)elf + elf->phoff); in bootmain()
H A Dexec.c43 for(i=0, off=elf.phoff; i<elf.phnum; i++, off+=sizeof(ph)){ in exec()