HomeSort by: relevance | last modified time | path
    Searched defs:entrypoint (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
elf.c 50 static const char entrypoint[] = "start_prekern"; variable in typeref:typename:const char[]
115 if (!memcmp(buf, entrypoint, sizeof(entrypoint))) {
elf.c 50 static const char entrypoint[] = "start_prekern"; variable in typeref:typename:const char[]
115 if (!memcmp(buf, entrypoint, sizeof(entrypoint))) {

Completed in 23 milliseconds