Home
last modified time | relevance | path

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

/xv6-public/
H A Dbootmain.c21 struct proghdr *ph, *eph; in bootmain()
35 ph = (struct proghdr*)((uchar*)elf + elf->phoff); in bootmain()
H A Delf.h25 struct proghdr { struct
H A Dexec.c18 struct proghdr ph; in exec()