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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-350864.js 33 var sym = Symbol(); variable
34 v1[sym] = 1;
36 assertArrayEquals([sym], symbols);
  /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_PAGE sym
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module_addrname.c 55 GElf_Sym sym; local
56 return INTUSE(dwfl_module_addrsym) (mod, addr, &sym, NULL);
  /external/chromium_org/third_party/fips181/
randpass.h 40 struct sym struct
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
mem64rip.asm 4 mov eax, [rip+sym]
5 mov eax, [sym wrt rip]
6 sym: label
7 mov eax, [sym wrt rip]
8 call 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/0.153/libelf/
gelf_update_sym.c 93 Elf32_Sym *sym; local
111 sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx];
114 sym->name = src->name
gelf_update_symshndx.c 119 Elf32_Sym *sym; local
137 sym = &((Elf32_Sym *) symdata_scn->d.d_buf)[ndx];
140 sym->name = src->name
  /external/linux-tools-perf/perf-3.12.0/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/qemu/distrib/sdl-1.2.15/src/loadso/beos/
SDL_sysloadso.c 50 void *sym = NULL; local
52 status_t rc = get_image_symbol(library_id, name, B_SYMBOL_TYPE_TEXT, &sym);
56 return (sym);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.cpp 150 module::sym(compat::string name) const { function in class:clover::module
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/qemu/android/skin/
keyset.h 94 /* convert a (sym,mod) pair into a descriptive string. e.g. "Ctrl-K" or "Alt-A", etc..
97 extern const char* skin_key_symmod_to_str ( int sym, int mod );
99 /* convert a key binding description into a (sym,mod) pair. returns 0 on success, -1
118 int sym; // really a SDL key symbol member in struct:__anon32902
129 extern SkinKeyCommand skin_keyset_get_command( SkinKeyset* kset, int sym, int mod );
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 61 SDLKey sym; /**< SDL virtual keysym */ member in struct:SDL_keysym
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 89 size_t sym = 1; local
91 for (; sym < size; ++sym)
92 if (m_SymTab[sym]->name() == pName)
93 return m_SymTab[sym];
99 size_t sym = 1; local
101 for (; sym < size; ++sym)
102 if (m_SymTab[sym]->name() == pName)
103 return m_SymTab[sym];
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 61 SDLKey sym; /**< SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 61 SDLKey sym; /**< SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 61 SDLKey sym; /**< SDL virtual keysym */ member in struct:SDL_keysym
  /art/runtime/native/
java_lang_Runtime.cc 57 void* sym = dlsym(RTLD_DEFAULT, "android_update_LD_LIBRARY_PATH"); local
58 if (sym != NULL) {
60 Fn android_update_LD_LIBRARY_PATH = reinterpret_cast<Fn>(sym);

Completed in 929 milliseconds

1 2 3 4 5 6 7 8 91011>>