HomeSort by: relevance | last modified time | path
    Searched refs:symbol (Results 1 - 25 of 1789) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
private_namespace.sh 3 for symbol in `cat "$@"` ; do
4 echo "#define ${symbol} JEMALLOC_N(${symbol})"
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
private_namespace.sh 3 for symbol in `cat "$@"` ; do
4 echo "#define ${symbol} JEMALLOC_N(${symbol})"
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
module.h 13 #define EXPORT_SYMBOL(symbol) \
14 void* __##symbol = symbol
15 #define EXPORT_SYMBOL_GPL(symbol) \
16 void* __##symbol = symbol
  /src/external/gpl2/groff/dist/src/include/
symbol.h 1 /* $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() : s(0 function in class:symbol
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
symbol.cc 27 #include "analyzer/symbol.h"
36 symbol::cmp_ids (const symbol *sym1, const symbol *sym2)
  /src/lib/librumphijack/
hijackdlsym.c 49 bouncer(void *handle, const char *symbol)
52 return dlsym(handle, symbol);
56 rumphijack_dlsym(void *handle, const char *symbol)
59 return bouncer(handle, symbol);
  /src/external/gpl3/gcc/dist/libgcc/
find-symver.awk 1 # Extract the version of a single symbol from the version map.
25 $1 == symbol {
  /src/external/gpl3/gcc.old/dist/libgcc/
find-symver.awk 1 # Extract the version of a single symbol from the version map.
25 $1 == symbol {
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
extract_symvers.pl 20 # 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 or $version eq $basever)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
extract_symvers.pl 20 # 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 or $version eq $basever)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
ada-imported.c 25 /* Helper to get the imported symbol's real name. */
27 get_imported_name (const struct symbol *sym)
35 ada_imported_read_variable (struct symbol *symbol, const frame_info_ptr &frame)
37 const char *name = get_imported_name (symbol);
39 = lookup_minimal_symbol_linkage (symbol->objfile ()->pspace (), name, false);
42 return value_at (symbol->type (), minsym.value_address ());
48 ada_imported_get_symbol_read_needs (struct symbol *symbol)
57 ada_imported_describe_location (struct symbol *symbol, CORE_ADDR addr
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_asm.h 47 # 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...]
  /src/external/gpl3/binutils/dist/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /src/external/gpl3/binutils.old/dist/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /src/external/gpl3/gdb/dist/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
ada-imported.c 24 /* Helper to get the imported symbol's real name. */
26 get_imported_name (const struct symbol *sym)
34 ada_imported_read_variable (struct symbol *symbol, const frame_info_ptr &frame)
36 const char *name = get_imported_name (symbol);
40 return value_at (symbol->type (), minsym.value_address ());
46 ada_imported_get_symbol_read_needs (struct symbol *symbol)
55 ada_imported_describe_location (struct symbol *symbol, CORE_ADDR addr
    [all...]
  /src/external/gpl3/gdb.old/dist/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_asm.h 46 # 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...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-comdats.cc 21 exclusively by symbol within one comdat group. In this case it makes
22 sense to bring the symbol itself into the group to avoid dead code
44 TODO: When symbol is used only by comdat symbols, but from different groups,
60 the symbol table. All references to SYMBOL are examined
65 propagate_comdat_group (struct symtab_node *symbol,
71 /* Walk all references to SYMBOL, recursively dive into aliases. */
74 symbol->iterate_referring (i, ref)
89 if (symbol->type != symbol2->type)
120 cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol);
239 symtab_node *symbol; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-comdats.cc 21 exclusively by symbol within one comdat group. In this case it makes
22 sense to bring the symbol itself into the group to avoid dead code
44 TODO: When symbol is used only by comdat symbols, but from different groups,
60 the symbol table. All references to SYMBOL are examined
65 propagate_comdat_group (struct symtab_node *symbol,
71 /* Walk all references to SYMBOL, recursively dive into aliases. */
74 symbol->iterate_referring (i, ref)
89 if (symbol->type != symbol2->type)
120 cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol);
239 symtab_node *symbol; local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
dictionary.h 29 symbol s;
41 int get(symbol *, void **);
53 void *lookup(symbol s, void *v=0); // returns value associated with key
56 void *remove(symbol);
75 int get(symbol *, object **);
82 object *lookup(symbol nm);
83 void define(symbol nm, object *obj);
84 void rename(symbol oldnm, symbol newnm);
85 void remove(symbol nm)
    [all...]
  /src/common/dist/zlib/contrib/puff/
puff.c 65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member in struct:huffman
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */
247 if (code - count < first) /* if length len, return symbol */
248 return h->symbol[index + (code - first)];
269 int index; /* index of first code of length len in symbol table */
284 if (code - count < first) { /* if length len, return symbol */
342 int symbol; \/* current symbol when stepping through length[] *\/ local
440 int symbol; \/* decoded symbol *\/ local
545 int symbol; local
704 int symbol; \/* decoded value *\/ local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
puff.c 65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member in struct:huffman
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */
247 if (code - count < first) /* if length len, return symbol */
248 return h->symbol[index + (code - first)];
269 int index; /* index of first code of length len in symbol table */
284 if (code - count < first) { /* if length len, return symbol */
342 int symbol; \/* current symbol when stepping through length[] *\/ local
440 int symbol; \/* decoded symbol *\/ local
545 int symbol; local
704 int symbol; \/* decoded value *\/ local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
puff.c 65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member in struct:huffman
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */
247 if (code - count < first) /* if length len, return symbol */
248 return h->symbol[index + (code - first)];
269 int index; /* index of first code of length len in symbol table */
284 if (code - count < first) { /* if length len, return symbol */
342 int symbol; \/* current symbol when stepping through length[] *\/ local
440 int symbol; \/* decoded symbol *\/ local
545 int symbol; local
704 int symbol; \/* decoded value *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/puff/
puff.c 65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member in struct:huffman
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */
247 if (code - count < first) /* if length len, return symbol */
248 return h->symbol[index + (code - first)];
269 int index; /* index of first code of length len in symbol table */
284 if (code - count < first) { /* if length len, return symbol */
342 int symbol; \/* current symbol when stepping through length[] *\/ local
440 int symbol; \/* decoded symbol *\/ local
545 int symbol; local
704 int symbol; \/* decoded value *\/ local
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>