Searched refs:symbol (Results 1 - 25 of 173) sorted by relevance

1234567

/osnet-11/usr/src/grub/grub2/include/grub/mips/
H A Dkernel.h22 #include <grub/symbol.h>
H A Dcache.h23 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Dconsole.h22 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/ieee1275/
H A Dconsole.h22 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/mips/qemu_mips/
H A Dkernel.h22 #include <grub/symbol.h>
H A Dtime.h22 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/x86_64/efi/
H A Dloader.h23 #include <grub/symbol.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A DDemo.pm9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
11 print STDERR 'Scalar $', *{$symbol}{NAME},
23 my ($package, $symbol, $referent, $attr, $data) = @_;
25 print STDERR 'Hash %', *{$symbol}{NAME},
30 my ($package, $symbol, $referent, $attr, $data) = @_;
32 print STDERR 'Sub &', *{$symbol}{NAME},
37 my ($package, $symbol, $referent, $attr, $data) = @_;
39 print STDERR ref($referent), ' ', *{$symbol}{NAME},
44 my ($package, $symbol, $referent, $attr, $data) = @_;
46 print STDERR ref($referent), ' ', *{$symbol}{NAM
[all...]
H A Ddemo_range.pl6 my ($package, $symbol, $referent, $attr, $data) = @_;
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dconsole.h23 #include <grub/symbol.h>
H A Dtime.h22 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dtime.h22 #include <grub/symbol.h>
H A Dconsole.h25 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/powerpc/ieee1275/
H A Dtime.h22 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/sparc64/ieee1275/
H A Dtime.h22 #include <grub/symbol.h>
H A Dboot.h31 #define GET_ABS(symbol, reg) \
32 add PIC_REG, (symbol - pic_base), reg
33 #define LDUW_ABS(symbol, offset, reg) \
34 lduw [PIC_REG + (symbol - pic_base) + (offset)], reg
35 #define LDX_ABS(symbol, offset, reg) \
36 ldx [PIC_REG + (symbol - pic_base) + (offset)], reg
H A Dkernel.h26 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/mips/loongson/
H A Dtime.h22 #include <grub/symbol.h>
H A Dkernel.h22 #include <grub/symbol.h>
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s30 / global symbol errno
/osnet-11/usr/src/lib/libc/i386/gen/
H A Di386_data.s33 / global symbol errno
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-plugin.h69 * Plugins normally export fixed symbol names, but when statically
70 * linking plugins, we need a different symbol name for each plugin.
77 * symbol name unconditionally.
80 #define PLUGIN_SYMBOL_NAME(prefix, symbol) prefix ## _ ## symbol
82 #define PLUGIN_SYMBOL_NAME(prefix, symbol) symbol
/osnet-11/usr/src/grub/grub2/include/grub/i386/qemu/
H A Dkernel.h26 #include <grub/symbol.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DSymbol.pm18 $symbol = encode("symbol", $utf8); # loads Encode::Symbol implicitly
19 $utf8 = decode("", $symbol); # ditto
23 This module implements symbol and dingbats encodings. Encodings
28 symbol
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH49 * This symbol holds the complete pathname to the sed program.
54 * This symbol, if defined, indicates that the alarm routine is
60 * This symbol is defined if the bcmp() routine is available to
66 * This symbol is defined if the bcopy() routine is available to
72 * This symbol is defined if the bzero() routine is available to
78 * This symbol, if defined, indicates that the chown routine is
84 * This symbol, if defined, indicates that the chroot routine is
90 * This symbol, if defined, indicates that the chsize routine is available
96 * This symbol, if defined, indicates that this C compiler knows about
97 * the const type. There is no need to actually test for that symbol
[all...]

Completed in 83 milliseconds

1234567