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

1234567891011>>

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprivate_namespace.sh3 for symbol in `cat "$@"` ; do
4 echo "#define ${symbol} JEMALLOC_N(${symbol})"
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dsymbol.h1 /* $NetBSD: symbol.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
27 class symbol { class
35 symbol(const char *p, int how = 0);
36 symbol();
38 int operator ==(symbol) const;
39 int operator !=(symbol) const;
46 extern const symbol NULL_SYMBOL;
47 extern const symbol EMPTY_SYMBOL;
49 inline symbol::symbol() function in class:symbol
[all...]
/netbsd-current/lib/librumphijack/
H A Dhijackdlsym.c49 bouncer(void *handle, const char *symbol) argument
52 return dlsym(handle, symbol);
56 rumphijack_dlsym(void *handle, const char *symbol) argument
59 return bouncer(handle, symbol);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfind-symver.awk1 # Extract the version of a single symbol from the version map.
25 $1 == symbol {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dcommon1.l2 [^:]*: Error: symbol `foobar' can not be both weak and common
H A Dcommon2.l2 [^:]*: Error: symbol `foobar' can not be both weak and common
H A Dpr14891.l2 [^:]*:3: Error: section name 'foo' already defined as another symbol
3 [^:]*:6: Error: symbol `bar' is already defined
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dnoat-4.s2 lw $27, symbol($27)
H A Dnoat-7.s2 sw $27, symbol($27)
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfind-symver.awk1 # Extract the version of a single symbol from the version map.
25 $1 == symbol {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dauipc-parsing.s4 # Don't accept a symbol without %hi() for 'u' operands.
5 auipc x12,symbol
6 lui x13,symbol
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dextract_symvers.pl20 # Extract symbol version information on Solaris 2.
22 # Sun ld doesn't record symbol versions in .dynsym entries and they cannot
37 # shared object, dash, version, symbol, [size]
38 (undef, undef, $version, $symbol, $size) = split;
51 next unless defined ($symbol);
54 next if ($symbol =~ /\{.*\}/);
61 $type{$symbol} = "OBJECT";
62 $version{$symbol} = $version;
63 $size{$symbol} = $size;
67 if ($version eq $symbol o
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dextract_symvers.pl20 # Extract symbol version information on Solaris 2.
22 # Sun ld doesn't record symbol versions in .dynsym entries and they cannot
37 # shared object, dash, version, symbol, [size]
38 (undef, undef, $version, $symbol, $size) = split;
51 next unless defined ($symbol);
54 next if ($symbol =~ /\{.*\}/);
61 $type{$symbol} = "OBJECT";
62 $version{$symbol} = $version;
63 $size{$symbol} = $size;
67 if ($version eq $symbol o
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_asm.h47 # define ASM_HIDDEN(symbol) .hidden symbol
48 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function
49 # define ASM_SIZE(symbol) .size symbol, .-symbol
50 # define ASM_SYMBOL(symbol) symbol
51 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbo
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_asm.h45 # define ASM_HIDDEN(symbol) .hidden symbol
46 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function
47 # define ASM_SIZE(symbol) .size symbol, .-symbol
48 # define ASM_SYMBOL(symbol) symbol
49 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbo
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/gdb/
H A Dsignals.h52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
/netbsd-current/external/gpl3/binutils/dist/include/gdb/
H A Dsignals.h52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
/netbsd-current/external/gpl3/gdb.old/dist/include/gdb/
H A Dsignals.h52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Ddounssym2 # objdump the symbol table, but strip off the headings and symbol
3 # numbers and sort the result. Intended for use in comparing symbol
6 objdump +symbols +omit-symbol-numbers $1 \
/netbsd-current/external/gpl3/gdb/dist/include/gdb/
H A Dsignals.h52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgentmap.c8 char *symbol; member in struct:tdefs
45 for (t = &sys_tdefs[0]; t->symbol; ++t)
46 printf ("#define TARGET_%s %d\n", t->symbol, t->value);
50 for (t = &errno_tdefs[0]; t->symbol; ++t)
51 printf ("#define TARGET_%s %d\n", t->symbol, t->value);
55 for (t = &open_tdefs[0]; t->symbol; ++t)
56 printf ("#define TARGET_%s 0x%x\n", t->symbol, t->value);
80 for (t = &sys_tdefs[0]; t->symbol; ++t)
82 printf ("#ifdef CB_%s\n", t->symbol);
84 printf (" { \"%s\", CB_%s, TARGET_%s },\n", t->symbol
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_asm.h46 # define ASM_HIDDEN(symbol) .hidden symbol
47 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function
48 # define ASM_SIZE(symbol) .size symbol, .-symbol
49 # define ASM_SYMBOL(symbol) symbol
50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbo
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dassign-bad-recursive.l2 .*: Error: symbol definition loop encountered at `aaa'
4 .*: Error: symbol definition loop encountered at `iii'
6 .*: Error: symbol definition loop encountered at `xxx'
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dpcr-relocs-undef.d1 #name: C6X PCR relocs against undefined symbol
4 #error: undefined symbol
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-symbol.c30 /* The GDB symbol structure this object is wrapping. */
31 struct symbol *symbol; member in struct:symbol_object
32 /* A symbol object is associated with an objfile, so keep track with
34 invalidate the underlying struct symbol when the objfile is
40 /* Require a valid symbol. All access to symbol_object->symbol should be
42 #define SYMPY_REQUIRE_VALID(symbol_obj, symbol) \
44 symbol = symbol_object_to_symbol (symbol_obj); \
45 if (symbol
78 struct symbol *symbol = NULL; local
90 struct symbol *symbol = NULL; local
106 struct symbol *symbol = NULL; local
119 struct symbol *symbol = NULL; local
129 struct symbol *symbol = NULL; local
139 struct symbol *symbol = NULL; local
149 struct symbol *symbol = NULL; local
159 struct symbol *symbol = NULL; local
169 struct symbol *symbol = NULL; local
182 struct symbol *symbol = NULL; local
195 struct symbol *symbol = NULL; local
214 struct symbol *symbol = NULL; local
239 struct symbol *symbol = NULL; local
252 struct symbol *symbol = NULL; local
267 struct symbol *symbol = NULL; local
320 set_symbol(symbol_object *obj, struct symbol *symbol) argument
391 struct symbol *symbol = NULL; local
459 struct symbol *symbol = NULL; local
499 struct symbol *symbol = NULL; local
592 symbol *symbol = lookup_symbol_in_static_block local
[all...]

Completed in 390 milliseconds

1234567891011>>