| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-partition.h | 28 int symbols; member in struct:ltrans_partition_def
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-partition.h | 28 int symbols; member in struct:ltrans_partition_def
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ModuleSymbolTable.h | 46 ArrayRef<Symbol> symbols() const { return SymTab; } function in class:llvm::ModuleSymbolTable 52 /// Parse inline ASM and collect the symbols that are defined or referenced in
|
| SymbolicFile.h | 1 //===- SymbolicFile.h - Interface that only provides symbols ----*- C++ -*-===// 100 /// symbols in the object file. 116 // (e.g. section symbols) 161 basic_symbol_iterator_range symbols() const { function in class:llvm::object::SymbolicFile
|
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| symbol-version.py | 50 symbols = [] variable 67 symbols.append([namespace, p[1]]) 83 for symbol in symbols:
|
| /src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| gen-errorlist.py | 105 symbols = stringprep.symbols(error_list, tables) variable 106 if len(symbols) == 0: 110 % (start, length, symbols, ",".join(tables), description))
|
| stringprep.py | 53 def symbols(tabledict, tables): function 54 """return CPP symbols to use for this symbols"""
|
| gen-map.py | 131 symbols = stringprep.symbols(map_list, tables) variable 132 if len(symbols) == 0: 137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
|
| /src/external/bsd/zstd/dist/tests/fuzz/ |
| huf_decompress.c | 30 int const symbols = FUZZ_dataProducer_int32Range(producer, 0, 1); local 48 if (symbols == 0) {
|
| huf_round_trip.c | 46 int const symbols = FUZZ_dataProducer_int32Range(producer, 0, 1); local 100 if (symbols == 0) {
|
| /src/external/gpl3/binutils/usr.sbin/mdsetimage/ |
| bin_bfd.c | 73 struct symbols { struct 76 } *s, symbols[3]; local 78 symbols[0].offset = 0; 79 symbols[1].offset = 0; 80 symbols[0].name = root_name; 81 symbols[1].name = size_name; 82 symbols[2].name = NULL; 104 for (s = symbols; s->name != NULL; s++) { 121 for (s = symbols; s->name != NULL; s++) { 128 *md_root_offset = symbols[0].offset [all...] |
| /src/external/gpl3/binutils.old/usr.sbin/mdsetimage/ |
| bin_bfd.c | 73 struct symbols { struct 76 } *s, symbols[3]; local 78 symbols[0].offset = 0; 79 symbols[1].offset = 0; 80 symbols[0].name = root_name; 81 symbols[1].name = size_name; 82 symbols[2].name = NULL; 104 for (s = symbols; s->name != NULL; s++) { 121 for (s = symbols; s->name != NULL; s++) { 128 *md_root_offset = symbols[0].offset [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| ModuleDebugStream.cpp | 111 ModuleDebugStreamRef::symbols(bool *HadError) const { function in class:ModuleDebugStreamRef
|
| /src/external/gpl2/xcvs/dist/src/ |
| status.c | 344 List *symbols = RCS_symbols(vers->srcfile); local 347 if (symbols) 350 (void) walklist (symbols, tag_list_proc, NULL);
|
| /src/external/gpl3/binutils/usr.bin/gas/ |
| Makefile | 19 COPTS.symbols.c = -Wno-stack-protector
|
| /src/external/gpl3/binutils.old/usr.bin/gas/ |
| Makefile | 19 COPTS.symbols.c = -Wno-stack-protector
|
| /src/lib/libexecinfo/ |
| symtab.c | 68 struct symbol *symbols; member in struct:symtab 86 free(s->symbols[i].st_name); 87 free(s->symbols); 137 warn("Cannot allocate %zu symbols", ns); 140 st->symbols = s; 169 st->nsymbols = s - st->symbols; 171 warnx("No symbols found"); 174 qsort(st->symbols, st->nsymbols, sizeof(*st->symbols), 189 struct symbol *s = st->symbols; [all...] |
| /src/usr.bin/rpcgen/ |
| rpc_scan.c | 379 static const token symbols[] = { variable 415 for (s = symbols; s->kind != TOK_EOF; s++) {
|
| /src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| DebugMap.h | 51 /// information along with the mapping between the symbols' addresses in the 178 iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const { function in class:llvm::dsymutil::DebugMapObject 179 return make_range(Symbols.begin(), Symbols.end()); 182 bool empty() const { return Symbols.empty(); } 203 StringMap<SymbolMapping> Symbols;
|
| /src/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
| range_encoder.h | 20 /// Maximum number of symbols that can be put pending into lzma_range_encoder 35 /// Number of symbols in the tables 41 /// Symbols to encode 48 } symbols[RC_SYMBOLS_MAX]; member in struct:__anon403 81 rc->symbols[rc->count] = bit; 121 rc->symbols[rc->count++] 131 rc->symbols[rc->count++] = RC_FLUSH; 206 switch (rc->symbols[rc->pos]) { 295 switch (rc->symbols[pos]) { 330 // Flush the last bytes. This isn't in rc->symbols[] so we d [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| shlibloadtest.c | 69 } symbols[5]; local 110 if (!sd_sym(cryptolib, "OPENSSL_init_crypto", &symbols[0].sym)) { 114 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func; 124 if (!sd_sym(ssllib, "TLS_method", &symbols[0].sym) 125 || !sd_sym(ssllib, "SSL_CTX_new", &symbols[1].sym) 126 || !sd_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) { 127 fprintf(stderr, "Failed to load libssl symbols\n"); 130 myTLS_method = (TLS_method_t)symbols[0].func; 131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func; 132 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| dhparam.c | 412 static const char symbols[] = ".+*\n"; local 413 char c = (p >= 0 && (size_t)p < sizeof(symbols) - 1) ? symbols[p] : '?';
|
| dsaparam.c | 243 static const char symbols[] = ".+*\n"; local 253 c = (p >= 0 && (size_t)p < sizeof(symbols) - 1) ? symbols[p] : '?';
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| shlibloadtest.c | 69 } symbols[5]; local 110 if (!sd_sym(cryptolib, "OPENSSL_init_crypto", &symbols[0].sym)) { 114 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func; 124 if (!sd_sym(ssllib, "TLS_method", &symbols[0].sym) 125 || !sd_sym(ssllib, "SSL_CTX_new", &symbols[1].sym) 126 || !sd_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) { 127 fprintf(stderr, "Failed to load libssl symbols\n"); 130 myTLS_method = (TLS_method_t)symbols[0].func; 131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func; 132 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| dhparam.c | 368 static const char symbols[] = ".+*\n"; local 369 char c = (p >= 0 && (size_t)p < sizeof(symbols) - 1) ? symbols[p] : '?';
|