Home
last modified time | relevance | path

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

/xv6-public/
H A Dbootmain.c22 void (*entry)(void); in bootmain() local
46 entry = (void(*)(void))(elf->entry); in bootmain()
47 entry(); in bootmain()
H A Dentry.S3 # The boot block (bootasm.S and bootmain.c) jumps to entry below.
10 # and then adding this menu entry:
37 # By convention, the _start symbol specifies the ELF entry point.
39 # the physical address of 'entry'.
H A Dtoc.ftr4 constant, struct, global variable, and function in xv6. Each entry gives,
6 where the name is defined. Successive lines in an entry list the line
7 numbers where the name is used. For example, this entry:
H A Delf.h12 uint entry; member
H A Drunoff.spec24 even: entry.S # mild preference
H A Dmp.h22 ushort entry; // entry count member
H A Drunoff.list13 entry.S
H A DMakefile123 kernel: $(OBJS) entry.o entryother initcode kernel.ld
124 $(LD) $(LDFLAGS) -T kernel.ld -o kernel entry.o $(OBJS) -b binary initcode entryother
135 kernelmemfs: $(MEMFSOBJS) entry.o entryother initcode kernel.ld fs.img
136 …$(LD) $(LDFLAGS) -T kernel.ld -o kernelmemfs entry.o $(MEMFSOBJS) -b binary initcode entryother f…
H A Dentryother.S20 # This code combines elements of bootasm.S and entry.S.
H A Dexec.c100 curproc->tf->eip = elf.entry; // main in exec()
H A Dgdbutil5 # printdesc and printdescs are the main entry points.