Home
last modified time | relevance | path

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

/xv6-public/
H A Delf.h18 ushort phnum; member
H A Dbootmain.c36 eph = ph + elf->phnum; in bootmain()
H A Dexec.c43 for(i=0, off=elf.phoff; i<elf.phnum; i++, off+=sizeof(ph)){ in exec()