2006-09-08 13:53:18 +00:00
|
|
|
|
|
|
|
|
2006-09-08 14:36:56 +00:00
|
|
|
The source listing is preceded by a cross-reference that lists every defined
|
2006-09-08 13:53:18 +00:00
|
|
|
constant, struct, global variable, and function in xv6. Each entry gives,
|
|
|
|
on the same line as the name, the line number (or, in a few cases, numbers)
|
|
|
|
where the name is defined. Successive lines in an entry list the line
|
|
|
|
numbers where the name is used. For example, this entry:
|
|
|
|
|
2011-02-20 02:17:55 +00:00
|
|
|
swtch 2358
|
|
|
|
0317 2128 2166 2357 2358
|
2006-09-08 13:53:18 +00:00
|
|
|
|
2011-02-20 02:17:55 +00:00
|
|
|
indicates that swtch is defined on line 2358 and is mentioned on five lines
|
2010-09-02 23:03:48 +00:00
|
|
|
on sheets 03, 21, and 23.
|