HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 576 - 600 of 2152) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
undefined.s 10 # at this point h->dynindx for the undefined symbol would be set to -1.
11 # Other kinds of GOT relocations allocate a GOT index for the symbol
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-14.d 8 # A BPO against an external symbol.
12 SYMBOL TABLE:
bpo-14m.d 8 # A BPO against an external symbol.
12 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2f.s 1 ! Section with SHmedia in unique section. Note the absence of a symbol to
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 84 OMX_U32 symbol, bit; local
90 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros);
92 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol);
93 return symbol;
275 DEBUG_PRINT_LOW("\nIn %s() symbol : %u", __func__,buf_hdr->nFlags);
321 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits)
325 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits);
329 rbsp_buf[byte_ptr] |= (symbol >> shift);
330 symbol = (symbol << (32 - shift)) >> (32 - shift)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 89 OMX_U32 symbol, bit; local
96 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros);
98 DEBUG_PRINT_LOW("In %s() symbol : %u", __func__, (unsigned int)symbol);
99 return symbol;
385 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits)
389 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits);
393 rbsp_buf[byte_ptr] |= (symbol >> shift);
394 symbol = (symbol << (32 - shift)) >> (32 - shift)
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 89 OMX_U32 symbol, bit; local
96 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros);
98 DEBUG_PRINT_LOW("In %s() symbol : %u", __func__, (unsigned int)symbol);
99 return symbol;
385 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits)
389 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits);
393 rbsp_buf[byte_ptr] |= (symbol >> shift);
394 symbol = (symbol << (32 - shift)) >> (32 - shift)
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 93 OMX_U32 symbol, bit; local
100 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros);
102 DEBUG_PRINT_LOW("In %s() symbol : %u", __func__, (unsigned int)symbol);
103 return symbol;
389 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits)
393 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits);
397 rbsp_buf[byte_ptr] |= (symbol >> shift);
398 symbol = (symbol << (32 - shift)) >> (32 - shift)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 74 * Build a string dictionary entry for a .stabX symbol.
75 * The symbol is added to the .<secname>str section.
142 /* Put the stab information in the symbol table. */
143 symbolS *symbol; local
145 /* Create the symbol now, but only insert it into the symbol chain
147 symbol chain. This is to avoid "continuation symbols" (where one
150 symbol = symbol_create (string, undefined_section, 0,
155 pseudo_set (symbol);
160 S_SET_NAME (symbol, NULL)
366 symbolS *symbol; local
    [all...]
  /development/scripts/
stack_core.py 22 import symbol
30 print "Reading symbols from", symbol.SYMBOLS_DIR
71 if symbol.ARCH == "arm64" or symbol.ARCH == "mips64" or symbol.ARCH == "x86_64":
78 self.register_line = re.compile("(([ ]*\\b(" + self.register_names[symbol.ARCH] + ")\\b +[0-9a-f]" + self.width + "){2,5})")
99 "(?P<symbolpresent> \((?P<symbol>.*)\))?") # Is the symbol there?
117 # bea4170c 8018e4e9 /data/data/com.my.project/lib/libmyproject.so (symbol)
180 if not symbol.ARCH
    [all...]
  /external/skia/tools/
CrashHandler.cpp 157 // Buffer to store symbol name in.
164 IMAGEHLP_SYMBOL64* symbol = reinterpret_cast<IMAGEHLP_SYMBOL64*>(&buffer); local
165 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64);
166 symbol->MaxNameLength = kMaxNameLength - 1;
168 // Translate the current PC into a symbol and byte offset from the symbol.
170 SymGetSymFromAddr64(hProcess, frame.AddrPC.Offset, &offset, symbol);
172 SkDebugf("%s +%x\n", symbol->Name, offset);
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 177 LOGE("module %s has init(), call the symbol\n", new->name);
243 void *symbol = NULL; local
251 symbol = dlsym(module->handle, string);
252 if (!symbol) {
254 LOGE("not founded symbol %s in module %s (%s)\n",
257 symbol = NULL;
260 LOGV("found symbol %s in module %s\n", string, module->name);
263 return symbol;
  /system/extras/simpleperf/inferno/
data_types.py 33 def add_callchain(self, callchain, symbol, sample):
40 chain.append(CallSite(entry.ip, entry.symbol.symbol_name, entry.symbol.dso_name))
42 chain.append(CallSite(sample.ip, symbol.symbol_name, symbol.dso_name))
  /toolchain/binutils/binutils-2.25/bfd/
libecoff.h 93 /* The symbol table file position, set by _bfd_ecoff_mkobject_hook. */
126 /* A mapping from external symbol numbers to entries in the linker
130 /* A mapping from reloc symbol indices to sections, used when
157 /* The actual symbol which the rest of BFD works with */
158 asymbol symbol; member in struct:ecoff_symbol_struct
160 /* The fdr for this symbol. */
163 /* TRUE if this is a local symbol rather than an external one. */
166 /* A pointer to the unswapped hidden information for this symbol.
176 /* We need to save the index of an external symbol when we write it
177 out so that can set the symbol index correctly when we write ou
    [all...]
elf32-i860.c 33 asymbol *symbol,
44 && (symbol->flags & BSF_SECTION_SYM) == 0
53 if (bfd_is_und_section (symbol->section)
57 if (bfd_is_com_section (symbol->section))
60 relocation = symbol->value;
62 relocation += symbol->section->output_section->vma;
63 relocation += symbol->section->output_offset;
96 asymbol *symbol,
107 && (symbol->flags & BSF_SECTION_SYM) == 0
116 if (bfd_is_und_section (symbol->section
    [all...]
  /prebuilts/go/darwin-x86/src/debug/pe/
symbol.go 15 // COFFSymbol represents single COFF symbol table record.
34 return nil, fmt.Errorf("fail to seek to symbol table: %v", err)
39 return nil, fmt.Errorf("fail to read symbol table: %v", err)
44 // isSymNameOffset checks symbol name if it is encoded as offset into string table.
52 // FullName finds real name of symbol sym. Normally name is stored
62 func removeAuxSymbols(allsyms []COFFSymbol, st StringTable) ([]*Symbol, error) {
66 syms := make([]*Symbol, 0)
78 s := &Symbol{
90 // Symbol is similar to COFFSymbol with Name field replaced
91 // by Go string. Symbol also does not have NumberOfAuxSymbols
    [all...]
  /prebuilts/go/linux-x86/src/debug/pe/
symbol.go 15 // COFFSymbol represents single COFF symbol table record.
34 return nil, fmt.Errorf("fail to seek to symbol table: %v", err)
39 return nil, fmt.Errorf("fail to read symbol table: %v", err)
44 // isSymNameOffset checks symbol name if it is encoded as offset into string table.
52 // FullName finds real name of symbol sym. Normally name is stored
62 func removeAuxSymbols(allsyms []COFFSymbol, st StringTable) ([]*Symbol, error) {
66 syms := make([]*Symbol, 0)
78 s := &Symbol{
90 // Symbol is similar to COFFSymbol with Name field replaced
91 // by Go string. Symbol also does not have NumberOfAuxSymbols
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 33 import static com.google.clearsilver.jsilver.compiler.JavaExpression.symbol;
91 public static final JavaExpression DATA = symbol(Type.DATA, "data");
93 public static final JavaExpression CONTEXT = symbol("context");
95 public static final JavaExpression DATA_CONTEXT = symbol(Type.DATA_CONTEXT, "dataContext");
96 public static final JavaExpression NULL = symbol("null");
99 public static final JavaExpression TEMPLATE_LOADER = symbol("getTemplateLoader()");
100 public static final JavaExpression THIS_TEMPLATE = symbol("this");
130 JavaExpression symbol; field in class:TemplateTranslator.MacroInfo
155 * @param symbol static variable name of the macro definition.
158 private void addMacro(String name, JavaExpression symbol, ADefCommand defNode)
    [all...]
  /external/icu/icu4c/source/test/depstest/
dependencies.py 25 with standard-library system symbol names.
27 file_to_item: Map from a symbol (ushoe.o) to library or group (shoesize)
119 def _AddSystemSymbol(item, symbol):
122 exports.add(symbol)
132 # One double-quote-enclosed symbol on the line, allows spaces in a symbol name.
133 symbol = line[1:-1]
134 if line.startswith('"') and line.endswith('"') and '"' not in symbol:
135 _AddSystemSymbol(item, symbol)
137 sys.exit("Error:%d: invalid quoted symbol name %s" % (_line_number, line)
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 95 #define LEAF_MIPS32R2(symbol) \
96 .globl symbol; \
98 .type symbol, @function; \
99 .ent symbol, 0; \
100 symbol: .frame sp, 0, ra; \
109 #define LEAF_MIPS_DSPR2(symbol) \
110 LEAF_MIPS32R2(symbol) \
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Huffman.java 140 baos.write(node.symbol);
156 baos.write(node.symbol);
199 // Terminal nodes have a symbol.
200 private final int symbol; field in class:Huffman.Node
208 this.symbol = 0; // Not read.
215 * @param symbol symbol the node represents
218 Node(int symbol, int bits) {
220 this.symbol = symbol;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp 16 // Symbol table for parsing. Most functionaliy and main ideas
190 // Symbol table levels are a map of pointers to symbols that have to be deleted.
201 TSymbol *symbol = nullptr; local
211 symbol = table[level]->find(name);
213 while(!symbol && --level >= 0); // Doesn't decrement level when a symbol was found
225 return symbol;
238 TSymbol *symbol = table[level]->find(name); local
240 if(symbol)
242 return symbol;
    [all...]
  /build/soong/cc/
gen_stub_libs.py 131 """Returns true if the symbol is present for the given architecture."""
139 # If there were no arch tags, the symbol is available for all
140 # architectures. If there were any arch tags, the symbol is only available
146 """Returns true if the symbol is present for the given API level."""
160 # We found no "introduced" tags, so the symbol has always been
168 """Returns true if the symbol should be versioned for the given API.
176 when building against any version prior to N we need the symbol to be
188 """An error that occurred while parsing a symbol file."""
193 """A version block of a symbol file."""
212 class Symbol(object)
    [all...]
  /external/bison/src/
state.h 40 For each state there is a particular symbol which must have been
50 replace them with the symbol that the rule derives, and leave the
74 grammar's start symbol. The next-to-final state has one shift to
118 /* What is the symbol labelling the transition to
172 symbol *symbols[1];
175 errs *errs_new (int num, symbol **tokens);
243 void state_errs_set (state *s, int num, symbol **errors);
  /external/ltp/testcases/kernel/fs/doio/
open_flags.c 62 * If a symbol is unknown and <badname> is not NULL, <badname>
63 * will updated to point that symbol in <string>.
70 * are more than one symbol, the <sep> string will be placed as
74 * symbol will be added to return string.
77 * string or the "UNKNOWN" symbol.
112 char *symbol; member in struct:open_flag_t
213 if (strcmp(name, Open_flags[ind].symbol) == 0) {
269 strcat(Open_symbols, Open_flags[ind].symbol);

Completed in 786 milliseconds

<<21222324252627282930>>