Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 2555) sorted by relevance

12345678910>>...103

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c208 short *symbol; /* canonically ordered symbols */ member
248 return h->symbol[index + (code - first)]; in decode()
287 return h->symbol[index + (code - first)]; in decode()
342 int symbol; /* current symbol when stepping through length[] */ in construct() local
350 for (symbol = 0; symbol < n; symbol++) in construct()
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
373 for (symbol = 0; symbol < n; symbol++) in construct()
374 if (length[symbol] != 0) in construct()
375 h->symbol[offs[length[symbol]]++] = symbol; in construct()
440 int symbol; /* decoded symbol */ in codes() local
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c208 short *symbol; /* canonically ordered symbols */ member
248 return h->symbol[index + (code - first)]; in decode()
287 return h->symbol[index + (code - first)]; in decode()
342 int symbol; /* current symbol when stepping through length[] */ in construct() local
350 for (symbol = 0; symbol < n; symbol++) in construct()
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
373 for (symbol = 0; symbol < n; symbol++) in construct()
374 if (length[symbol] != 0) in construct()
375 h->symbol[offs[length[symbol]]++] = symbol; in construct()
440 int symbol; /* decoded symbol */ in codes() local
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c208 short *symbol; /* canonically ordered symbols */ member
248 return h->symbol[index + (code - first)]; in decode()
287 return h->symbol[index + (code - first)]; in decode()
342 int symbol; /* current symbol when stepping through length[] */ in construct() local
350 for (symbol = 0; symbol < n; symbol++) in construct()
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
373 for (symbol = 0; symbol < n; symbol++) in construct()
374 if (length[symbol] != 0) in construct()
375 h->symbol[offs[length[symbol]]++] = symbol; in construct()
440 int symbol; /* decoded symbol */ in codes() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c208 short *symbol; /* canonically ordered symbols */ member
248 return h->symbol[index + (code - first)]; in decode()
287 return h->symbol[index + (code - first)]; in decode()
342 int symbol; /* current symbol when stepping through length[] */ in construct() local
350 for (symbol = 0; symbol < n; symbol++) in construct()
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
373 for (symbol = 0; symbol < n; symbol++) in construct()
374 if (length[symbol] != 0) in construct()
375 h->symbol[offs[length[symbol]]++] = symbol; in construct()
440 int symbol; /* decoded symbol */ in codes() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dextract_symvers.pl38 (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) {
69 $type{$symbol} = "OBJECT";
71 $version{$symbol} = $version;
73 $version{$symbol} = $symbol;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dextract_symvers.pl38 (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) {
69 $type{$symbol} = "OBJECT";
71 $version{$symbol} = $version;
73 $version{$symbol} = $symbol;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-comdats.cc65 propagate_comdat_group (struct symtab_node *symbol, in propagate_comdat_group() argument
74 symbol->iterate_referring (i, ref) in propagate_comdat_group()
89 if (symbol->type != symbol2->type) in propagate_comdat_group()
120 cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol); in propagate_comdat_group()
162 symtab_node *symbol) in enqueue_references() argument
167 for (i = 0; symbol->iterate_reference (i, ref); i++) in enqueue_references()
181 if (cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol)) in enqueue_references()
208 set_comdat_group (symtab_node *symbol, in set_comdat_group() argument
213 gcc_assert (!symbol->get_comdat_group ()); in set_comdat_group()
214 if (symbol->real_symbol_p ()) in set_comdat_group()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-comdats.c65 propagate_comdat_group (struct symtab_node *symbol, in propagate_comdat_group() argument
74 symbol->iterate_referring (i, ref) in propagate_comdat_group()
89 if (symbol->type != symbol2->type) in propagate_comdat_group()
120 cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol); in propagate_comdat_group()
162 symtab_node *symbol) in enqueue_references() argument
167 for (i = 0; symbol->iterate_reference (i, ref); i++) in enqueue_references()
181 if (cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol)) in enqueue_references()
208 set_comdat_group (symtab_node *symbol, in set_comdat_group() argument
213 gcc_assert (!symbol->get_comdat_group ()); in set_comdat_group()
214 if (symbol->real_symbol_p ()) in set_comdat_group()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-def-from-dll.pl54 my ($ordinal, $symbol, $in) = ($1, $2, $3);
56 if ($in eq "") { $in = $symbol };
57 $forward_exports{$symbol} = $in;
80 my ($ordinal, $symbol, $in) = ($1, $2, $3);
82 if ($strip_leading_underscore && $symbol =~ /_(.*)/) {
83 $symbol = $1;
85 if (exists $local_exports{$symbol}) {
86 print "\t".$symbol;
87 print " = ".$local_exports{$symbol};
88 if ($in ne $local_exports{$symbol} and $in ne "") {
[all …]
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dsymbol.h27 class symbol {
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) in symbol() function
53 inline int symbol::operator==(symbol p) const
58 inline int symbol::operator!=(symbol p) const
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y91 static void initialize_symbol(symbol_t *symbol);
101 static void test_readable_symbol(symbol_t *symbol);
102 static void test_writable_symbol(symbol_t *symbol);
103 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
105 static void add_conditional(symbol_t *symbol);
425 symbol_t *symbol; variable
427 symbol = $1;
428 if (symbol->type != CONST) {
433 if (symbol->info.cinfo->value > 4) {
438 $$ = (0x1 << symbol->info.cinfo->value);
[all …]
H A Daicasm_symbol.c88 symbol_delete(symbol_t *symbol) in symbol_delete() argument
93 key.data = symbol->name; in symbol_delete()
94 key.size = strlen(symbol->name); in symbol_delete()
97 switch(symbol->type) { in symbol_delete()
101 if (symbol->info.rinfo != NULL) in symbol_delete()
102 free(symbol->info.rinfo); in symbol_delete()
105 if (symbol->info.ainfo != NULL) in symbol_delete()
106 free(symbol->info.ainfo); in symbol_delete()
112 if (symbol->info.finfo != NULL) { in symbol_delete()
113 symlist_free(&symbol->info.finfo->symrefs); in symbol_delete()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_asm.h46 # define ASM_HIDDEN(symbol) .hidden symbol argument
47 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function argument
48 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
49 # define ASM_SYMBOL(symbol) symbol argument
50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
51 # define ASM_WRAPPER_NAME(symbol) __interceptor_##symbol argument
53 # define ASM_HIDDEN(symbol) argument
54 # define ASM_TYPE_FUNCTION(symbol) argument
55 # define ASM_SIZE(symbol) argument
56 # define ASM_SYMBOL(symbol) _##symbol argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_asm.h47 # define ASM_HIDDEN(symbol) .hidden symbol argument
48 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument
49 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
50 # define ASM_SYMBOL(symbol) symbol argument
51 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
53 # define ASM_HIDDEN(symbol) argument
54 # define ASM_TYPE_FUNCTION(symbol) argument
55 # define ASM_SIZE(symbol) argument
56 # define ASM_SYMBOL(symbol) _##symbol argument
57 # define ASM_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_asm.h45 # define ASM_HIDDEN(symbol) .hidden symbol argument
46 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument
47 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
48 # define ASM_SYMBOL(symbol) symbol argument
49 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
51 # define ASM_HIDDEN(symbol) argument
52 # define ASM_TYPE_FUNCTION(symbol) argument
53 # define ASM_SIZE(symbol) argument
54 # define ASM_SYMBOL(symbol) _##symbol argument
55 # define ASM_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c64 symbol = 1; \
67 rc_bit(probs[symbol], , , seq ## _BITTREE); \
68 } while (symbol < limit); \
69 target += symbol - limit; \
119 symbol = 1; \
123 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW0); \
124 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW1); \
125 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW2); \
126 target = symbol - LEN_LOW_SYMBOLS + MATCH_LEN_MIN; \
132 rc_bit_case(ld.mid[pos_state][symbol], , , \
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dsyms.texi2 BFD tries to maintain as much symbol information as it can when
5 application requests the symbol table, BFD reads the table in
11 symbol table structure as well as the canonical structure when
13 the output symbol table so that no information is lost, even
15 understand. If a coff symbol table were read, but were written
17 would be lost. The symbol table of a BFD
23 like the linker to output a symbol as it was read, since the ``behind
30 * symbol handling functions::
35 There are two stages to reading a symbol table from a BFD:
37 excerpt from an application which reads the symbol table:
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dsyms.texi2 BFD tries to maintain as much symbol information as it can when
5 application requests the symbol table, BFD reads the table in
11 symbol table structure as well as the canonical structure when
13 the output symbol table so that no information is lost, even
15 understand. If a coff symbol table were read, but were written
17 would be lost. The symbol table of a BFD
23 like the linker to output a symbol as it was read, since the ``behind
30 * symbol handling functions::
35 There are two stages to reading a symbol table from a BFD:
37 excerpt from an application which reads the symbol table:
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dextract_symbols.py127 def should_keep_microsoft_symbol(symbol, calling_convention_decoration): argument
129 if not '?' in symbol:
132 match = re.match('[_@]([^@]+)', symbol)
135 return symbol
140 elif re.match('\?\?\$getAs@.+@Type@clang@@', symbol):
141 return symbol
142 elif symbol.startswith('??$'):
147 elif symbol.startswith('??_G') or symbol.startswith('??_E'):
151 elif symbol.startswith('??0?$') or symbol.startswith('??1?$'):
156 elif re.search('\?A(0x\w+)?@', symbol):
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c105 short *symbol; /* canonically ordered symbols */ member
153 return h->symbol[index + (code - first)]; in decode()
193 int symbol; /* current symbol when stepping through length[] */ in construct() local
200 symbol = 0; in construct()
206 length[symbol++] = len; in construct()
209 n = symbol; in construct()
214 for (symbol = 0; symbol < n; symbol++) in construct()
215 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
236 for (symbol = 0; symbol < n; symbol++) in construct()
237 if (length[symbol] != 0) in construct()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.c105 short *symbol; /* canonically ordered symbols */ member
153 return h->symbol[index + (code - first)]; in decode()
193 int symbol; /* current symbol when stepping through length[] */ in construct() local
200 symbol = 0; in construct()
206 length[symbol++] = len; in construct()
209 n = symbol; in construct()
214 for (symbol = 0; symbol < n; symbol++) in construct()
215 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
236 for (symbol = 0; symbol < n; symbol++) in construct()
237 if (length[symbol] != 0) in construct()
[all …]
/netbsd-src/common/dist/zlib/contrib/blast/
H A Dblast.c105 short *symbol; /* canonically ordered symbols */ member
153 return h->symbol[index + (code - first)]; in decode()
193 int symbol; /* current symbol when stepping through length[] */ in construct() local
200 symbol = 0; in construct()
206 length[symbol++] = len; in construct()
209 n = symbol; in construct()
214 for (symbol = 0; symbol < n; symbol++) in construct()
215 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
236 for (symbol = 0; symbol < n; symbol++) in construct()
237 if (length[symbol] != 0) in construct()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.c105 short *symbol; /* canonically ordered symbols */ member
153 return h->symbol[index + (code - first)]; in decode()
193 int symbol; /* current symbol when stepping through length[] */ in construct() local
200 symbol = 0; in construct()
206 length[symbol++] = len; in construct()
209 n = symbol; in construct()
214 for (symbol = 0; symbol < n; symbol++) in construct()
215 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
236 for (symbol = 0; symbol < n; symbol++) in construct()
237 if (length[symbol] != 0) in construct()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.c105 short *symbol; /* canonically ordered symbols */ member
153 return h->symbol[index + (code - first)]; in decode()
193 int symbol; /* current symbol when stepping through length[] */ in construct() local
200 symbol = 0; in construct()
206 length[symbol++] = len; in construct()
209 n = symbol; in construct()
214 for (symbol = 0; symbol < n; symbol++) in construct()
215 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ in construct()
236 for (symbol = 0; symbol < n; symbol++) in construct()
237 if (length[symbol] != 0) in construct()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Ddictionary.h29 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);
86 int alias(symbol newnm, symbol oldnm);
[all …]

12345678910>>...103