HomeSort by relevance Sort by last modified time
    Searched defs:sym (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/MC/AArch64/
adrp-relocation.s 8 adrp x0, sym
9 adrp x0, :got:sym
10 adrp x0, :gottprel:sym
11 adrp x0, :tlsdesc:sym
13 .global sym
14 sym: label
15 // CHECK: R_AARCH64_ADR_PREL_PG_HI21 sym
16 // CHECK: R_AARCH64_ADR_GOT_PAGE sym
17 // CHECK: R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 sym
18 // CHECK: R_AARCH64_TLSDESC_ADR_PAGE21 sym
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-localentry-error1.s 7 sym: label
8 .localentry sym, 123
ppc64-localentry-error2.s 8 sym: label
9 .localentry sym, remote_sym
  /external/v8/test/mjsunit/regress/
regress-crbug-350864.js 31 var sym = Symbol(); variable
32 v1[sym] = 1;
34 assertArrayEquals([sym], symbols);
  /external/elfutils/src/libdwfl/
dwfl_module_addrname.c 35 GElf_Sym sym; local
36 return INTUSE(dwfl_module_addrinfo) (mod, addr, &off, &sym,
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 9 * of the symbol number that they represent in the sym field. Finally,
26 sym = sym_num;
41 public int sym; field in class:symbol
  /development/perftests/panorama/feature_mos/src/mosaic/
EdgePointerUtil.h 22 inline EdgePointer sym(EdgePointer a) function
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
EdgePointerUtil.h 22 inline EdgePointer sym(EdgePointer a) function
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
EdgePointerUtil.h 22 inline EdgePointer sym(EdgePointer a) function
  /external/elfutils/src/libelf/
gelf_update_sym.c 66 Elf32_Sym *sym; local
84 sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx];
87 sym->name = src->name
gelf_update_symshndx.c 92 Elf32_Sym *sym; local
110 sym = &((Elf32_Sym *) symdata_scn->d.d_buf)[ndx];
113 sym->name = src->name
  /external/linux-tools-perf/src/tools/perf/util/
unwind.h 10 struct symbol *sym; member in struct:unwind_entry
  /external/llvm/tools/llvm-c-test/
object.c 56 LLVMSymbolIteratorRef sym; local
71 sym = LLVMGetSymbols(O);
72 while (!LLVMIsSymbolIteratorAtEnd(O, sym)) {
74 LLVMMoveToContainingSection(sect, sym);
75 printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
76 LLVMGetSymbolAddress(sym), LLVMGetSymbolSize(sym),
79 LLVMMoveToNextSymbol(sym);
82 LLVMDisposeSymbolIterator(sym);
  /external/openfst/src/include/fst/
symbol-table-ops.h 46 typename Arc::Label sym = (input) ? aiter.Value().ilabel : local
48 seen.insert(sym);
  /external/elfutils/src/tests/
asm-tst6.c 63 AsmSym_t *sym; local
86 sym = asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
88 if (sym == NULL)
105 if (asm_scngrp_newsignature (grp, sym) != 0)
asm-tst7.c 127 GElf_Sym *sym; local
136 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
137 if (sym == NULL)
144 if (sym->st_shndx != SHN_COMMON)
147 (unsigned int) sym->st_shndx);
151 if (sym->st_value != 16)
154 (uintmax_t) sym->st_value);
158 if (sym->st_size != 4)
161 (uintmax_t) sym->st_value);
asm-tst8.c 128 GElf_Sym *sym; local
137 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
138 if (sym == NULL)
145 if (sym->st_shndx != SHN_ABS)
148 (unsigned int) sym->st_shndx);
152 if (sym->st_value != 0xfeedbeef)
155 (uintmax_t) sym->st_value);
159 if (sym->st_size != 4)
162 (uintmax_t) sym->st_value);
166 if (GELF_ST_TYPE (sym->st_info) != STT_FILE
    [all...]
vdsosyms.c 55 GElf_Sym sym; local
57 const char *sname = dwfl_module_getsym_info (mod, i, &sym, &addr,
61 i, sname, sym.st_value, addr);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 150 module::sym(compat::string name) const { function in class:clover::module
  /external/mesa3d/src/glx/apple/
apple_cgl.c 49 sym(void *h, const char *name) function
88 apple_cgl.get_version = sym(h, "CGLGetVersion");
99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable");
103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable");
105 apple_cgl.create_context = sym(h, "CGLCreateContext");
106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext");
108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext");
109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext")
    [all...]
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 80 size_t sym = 1; local
82 for (; sym < size; ++sym)
83 if (m_SymTab[sym]->name() == pName)
84 return m_SymTab[sym];
89 size_t sym = 1; local
91 for (; sym < size; ++sym)
92 if (m_SymTab[sym]->name() == pName)
93 return m_SymTab[sym];
    [all...]
  /external/icu/icu4c/source/common/
ruleiter.h 51 const SymbolTable* sym; member in class:RuleCharacterIterator
94 * @param sym the symbol table, or null if there is none. If sym is null,
101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
CurrencyNameProviderICU.java 20 String sym = curDispNames.getSymbol(currencyCode); local
21 if (sym == null || sym.equals(currencyCode)) {
24 return sym;
  /external/javassist/src/main/javassist/compiler/ast/
MethodDecl.java 28 Symbol sym = getReturn().getVariable(); local
29 return sym != null && initName.equals(sym.get());
  /external/mesa3d/src/gallium/state_trackers/clover/api/
kernel.cpp 41 auto sym = prog->binaries().begin()->second.sym(name); local
44 return new kernel(*prog, name, { sym.args.begin(), sym.args.end() });
71 [=](const module::symbol &sym) {
72 return new kernel(*prog, compat::string(sym.name),
73 { sym.args.begin(), sym.args.end() });

Completed in 1104 milliseconds

1 2 3 4 5 6 7 8 910