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

  /src/sys/arch/arc/include/
bootinfo.h 41 #define BTINFO_SYMTAB 3
55 struct btinfo_symtab { struct
  /src/sys/arch/emips/include/
bootinfo.h 48 #define BTINFO_SYMTAB 3
61 struct btinfo_symtab { struct
  /src/sys/arch/mipsco/include/
bootinfo.h 48 #define BTINFO_SYMTAB 3
61 struct btinfo_symtab { struct
  /src/sys/arch/pmax/include/
bootinfo.h 48 #define BTINFO_SYMTAB 3
61 struct btinfo_symtab { struct
  /src/sys/arch/sgimips/include/
bootinfo.h 41 #define BTINFO_SYMTAB 3
55 struct btinfo_symtab { struct
  /src/sys/arch/sparc/include/
bootinfo.h 43 #define BTINFO_SYMTAB 2
52 struct btinfo_symtab { struct
  /src/sys/arch/cobalt/include/
bootinfo.h 42 #define BTINFO_SYMTAB 3
57 struct btinfo_symtab { struct
  /src/sys/arch/hppa/include/
bootinfo.h 40 #define BTINFO_SYMTAB 2
52 struct btinfo_symtab { struct
  /src/sys/arch/newsmips/include/
bootinfo.h 39 #define BTINFO_SYMTAB 2
49 struct btinfo_symtab { struct
  /src/sys/arch/evbarm/mini2440/
mini2440_bootinfo.h 44 #define BTINFO_SYMTAB 2
55 struct btinfo_symtab { struct
  /src/sys/arch/hp300/include/
bootinfo.h 39 #define BTINFO_SYMTAB 3
61 struct btinfo_symtab { struct
  /src/sys/arch/i386/stand/lib/
exec.c 417 struct btinfo_symtab btinfo_symtab; local in function:exec_netbsd
502 btinfo_symtab.nsym = marks[MARK_NSYM];
503 btinfo_symtab.ssym = marks[MARK_SYM];
504 btinfo_symtab.esym = marks[MARK_END];
505 BI_ADD(&btinfo_symtab, BTINFO_SYMTAB, sizeof(struct btinfo_symtab));
  /src/sys/arch/x86/include/
bootinfo.h 38 #define BTINFO_SYMTAB 8
109 struct btinfo_symtab { struct

Completed in 15 milliseconds