Searched refs:symbol (Results 176 - 200 of 285) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c832 /**< build a fake FSEv07_DTable, designed to read an uncompressed bitstream where each symbol uses nbBits */
840 * FSE symbol decompression API
872 unsigned char symbol; member in struct:__anon11113
888 return DInfo.symbol;
903 BYTE const symbol = DInfo.symbol; local
907 return symbol;
911 unsafe, only works if no symbol has a probability > 50% */
916 BYTE const symbol = DInfo.symbol; local
1531 FSEv07_FUNCTION_TYPE const symbol = (FSEv07_FUNCTION_TYPE)(tableDecode[u].symbol); local
2052 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; member in struct:__anon11117
2077 const U32 symbol = sortedSymbols[s].symbol; local
2110 const U16 symbol = sortedList[s].symbol; local
[all...]
H A Dzstd_v04.c459 1. count symbol occurrence from source[] into table count[]
842 /* build a fake FSE_DTable, designed to read an uncompressed bitstream where each symbol uses nbBits */
850 * FSE symbol decompression API
886 unsigned char symbol; member in struct:__anon11055
903 BYTE symbol = DInfo.symbol; local
907 return symbol;
914 BYTE symbol = DInfo.symbol; local
918 return symbol;
1132 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); local
1689 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; member in struct:__anon11058
2012 const U32 symbol = sortedSymbols[s].symbol; local
2046 const U16 symbol = sortedList[s].symbol; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp333 "by symbol name.");
461 Symbol *sym = context.symbol;
759 if (sym_ctx.symbol)
760 module_sp = sym_ctx.symbol->GetAddressRef().GetModule();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp219 // Make sure the size of the symbol is up to date before dumping
269 // prologue information. So if this symbol points to a function, use
314 // has debug information, but not for this symbol. So the line
382 // Symbols can reconstruct the symbol and the module in the symbol context
383 sc->symbol = this;
445 if (sc.symbol->IsExternal())
446 return sc.symbol;
450 // If we didn't find the symbol in this module, it may be because this
/freebsd-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd.c161 apr_dso_handle_sym_t symbol; local
194 rv = apu_dso_load(NULL, &symbol, modname, symname, pool);
196 *driver = symbol;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp128 // Dump the line entries in each symbol context. Return the number of entries
294 // Given an address and a list of modules, append the symbol contexts of all
395 if (sc.symbol && sc.symbol->ValueIsAddress()) {
396 const Address &base_address = sc.symbol->GetAddressRef();
420 // Append the symbol contexts for each address in the range to
433 result.AppendWarningWithFormat("in symbol '%s': %s",
442 " for matching symbol '%s'.\n",
455 "Unable to dump line information for symbol '%s'.\n",
588 // Print lines for symbol
[all...]
H A DCommandObjectFrame.cpp871 "%s needs at least one symbol name (-n argument).\n",
879 "%s needs only one symbol regular expression (-n argument).\n",
956 for (auto &symbol : symbols)
957 strm << ", symbol " << symbol;
1027 for (auto &symbol : symbols)
1028 stream << ", symbol " << symbol;
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.c127 struct symbol { class c; type t; name id; }; struct
128 typedef struct symbol symbol; typedef in typeref:struct:symbol
130 struct namelist { symbol *s; struct namelist *next; };
135 symbol ss;
138 extern symbol *mksymbol(type t, class c, name id);
343 "namelist","illegal-symbol",
493 /* Release memory associated with symbol. */
H A Dbtyacc_destroy2.tab.c127 struct symbol { class c; type t; name id; }; struct
128 typedef struct symbol symbol; typedef in typeref:struct:symbol
130 struct namelist { symbol *s; struct namelist *next; };
135 symbol ss;
138 extern symbol *mksymbol(type t, class c, name id);
343 "namelist","illegal-symbol",
493 /* Release memory associated with symbol. */
H A Dbtyacc_destroy3.tab.c127 struct symbol { class c; type t; name id; }; struct
128 typedef struct symbol symbol; typedef in typeref:struct:symbol
130 struct namelist { symbol *s; struct namelist *next; };
135 symbol ss;
138 extern symbol *mksymbol(type t, class c, name id);
343 "namelist","illegal-symbol",
493 /* Release memory associated with symbol. */
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp541 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
555 return atomFromAddress(reloc.symbol, targetAddress, target, addend);
577 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
592 return atomFromAddress(reloc.symbol, targetAddress, target, addend);
611 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
618 if (auto ec = atomFromAddress(reloc.symbol, instruction, target, addend))
884 if (auto ec = atomFromSymbolIndex(reloc1.symbol, target))
893 sectIndex = reloc1.symbol;
H A DArchHandler.h128 /// representing that symbol.
135 /// given a symbol index or address.
150 /// given a symbol index or address.
163 /// Prototype for a helper function. Given an atom, finds the symbol table
309 uint32_t symbol, uint32_t value,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i29 print >> output, ' frame #{num}: {addr:#016x} {mod}`{symbol} + {offset}'.format(
30 num=i, addr=load_addr, mod=mods[i], symbol=symbols[i], offset=symbol_offset)
117 This function will return the appropriate function, symbol or inlined
123 - the name of the symbol (if there is one)
341 symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) for this stack frame.''')
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c78 * note : symbol not declared but exposed for fullbench */
364 * generate FSE decoding table for one symbol (ll, ml or off)
407 /* Specialized symbol spreading for the case when there are
476 U32 const symbol = tableDecode[u].baseValue; local
477 U32 const nextState = symbolNext[symbol]++;
480 assert(nbAdditionalBits[symbol] < 255);
481 tableDecode[u].nbAdditionalBits = (BYTE)nbAdditionalBits[symbol];
482 tableDecode[u].baseValue = baseValue[symbol];
542 { U32 const symbol = *(const BYTE*)src; local
543 U32 const baseline = baseValue[symbol];
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h49 // Each symbol file can claim to support one or more symbol file abilities.
73 /// Get a mask of what this symbol file supports for the object file
76 /// Each symbol file gets to respond with a mask of abilities that
78 /// trying to figure out which symbol file plug-in will get used
81 /// be the symbol file parser. This allows each plug-in to check for
82 /// sections that contain data a symbol file plug-in would need. For
86 /// we will probably fall back to the symbol table SymbolFile plug-in
87 /// which uses any information in the symbol table. Also, plug-ins
88 /// might check for some specific symbols in a symbol tabl
294 GetParameterStackSize(Symbol &symbol) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h221 /// [Used by IRForTarget] Get the address of a symbol given nothing but its
225 /// The target to find the symbol in. If not provided,
234 /// The name of the symbol.
240 /// Valid load address for the symbol
320 SymbolContext m_sym_ctx; ///< The symbol context to use in finding variables
552 /// Use the NameSearchContext to generate a Decl for the given LLDB symbol
554 void AddOneGenericVariable(NameSearchContext &context, const Symbol &symbol);
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am83 symbol.c \
84 symbol.h
H A Dgen_template.c45 return t->symbol->gen_name;
477 if (use_extern(t->symbol)) {
480 poffset, t->symbol->gen_name);
482 add_line_pointer(temp, t->symbol->gen_name, poffset,
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dset_sec_context_option.c252 krb5_plugin_register(context, c.type, c.name, c.symbol);
/freebsd-13-stable/lib/libefivar/
H A Defivar.c322 efi_guid_to_symbol(efi_guid_t *guid __unused, char **symbol __unused)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h43 return "Breakpad debug symbol file reader.";
144 llvm::Expected<lldb::addr_t> GetParameterStackSize(Symbol &symbol) override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h61 // Normally a Relocation can refer to the symbol via its name.
62 // It can also use a direct symbol table index instead (with no name
84 COFF::symbol Header;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h274 * Returns the name of the ith symbol in the object module.
282 * Returns the attributes of the ith symbol in the object module.
459 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol);
625 * that might not be visible from the symbol table of bitcode files.
809 * Adds a symbol to the list of global symbols that must exist in the final
821 * Adds a symbol to the list of global symbols that are cross-referenced between
823 * references from a ThinLTO module to this symbol is optimized away, then
824 * the symbol can be discarded.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp43 // so we know if we have tried to look up information in our internal symbol
145 // Make sure we have resolved the StackID object's symbol context scope if we
150 // We already have a symbol context scope, we just don't have our flag
154 // Calculate the frame block and use this for the stack ID symbol context
158 // We don't have a block, so use the symbol
162 // It is ok if m_sc.symbol is nullptr here
163 scope = m_sc.symbol;
165 // Set the symbol context scope (the accessor will set the
269 // Get the symbol context if we already haven't done so by resolving the
276 // Copy our internal symbol contex
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c142 apr_dso_handle_sym_t symbol;
161 status = apr_dso_sym(&symbol, dso, funcname);
169 *func = (svn_ra__init_func_t) symbol;
174 status = apr_dso_sym(&symbol, dso, compat_funcname);
182 *compat_func = (svn_ra_init_func_t) symbol;
140 apr_dso_handle_sym_t symbol; local

Completed in 249 milliseconds

1234567891011>>