Home
last modified time | relevance | path

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

/xv6-public/
H A Dbootmain.c15 void readseg(uchar*, uint, uint);
28 readseg((uchar*)elf, 4096, 0); in bootmain()
39 readseg(pa, ph->filesz, ph->off); in bootmain()
79 readseg(uchar* pa, uint count, uint offset) in readseg() function