Home
last modified time | relevance | path

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

/lib/libc/
DSConscript28 # "amd64/entry.S",
29 "amd64/syscall.S",
41 libc_env.StaticObject("crti", "crti.S")
42 libc_env.StaticObject("crtn", "crtn.S")
/sys/
DSConscript10 # Multiboot requires multiboot.S to be the first file
11 "amd64/multiboot.S",
22 "amd64/mpboot.S",
25 "amd64/support.S",
26 "amd64/switch.S",
30 "amd64/trapentry.S",
/
DLICENSE7 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S) DISCLAIM ALL WARRANTIES
/sys/amd64/
Ddisasm.c82 #define S 8 /* segment reg, in 'reg' field */ macro
797 /*8c*/ { "mov", TRUE, NONE, op2(S, Ew), 0 },
799 /*8e*/ { "mov", TRUE, NONE, op2(Ew, S), 0 },
1494 case S: in db_disasm()
/lib/liblwip/doc/
Dsnmp_agent.txt17 Note the S in SNMP stands for "Simple". Note that "Simple" is
/docs/
DDoxyfile1808 # search using the keyboard; to jump to the search box use <access key> + S
/lib/liblwip/
DCHANGELOG1966 call. Also replaced all calls to memcpy() with calls to (S)MEMCPY().