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

1 2 3 4 5

  /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
  /external/elfutils/libelf/
gelf_update_sym.c 60 Elf32_Sym *sym; local
78 sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx];
81 sym->name = src->name
gelf_update_symshndx.c 86 Elf32_Sym *sym; local
104 sym = &((Elf32_Sym *) symdata_scn->d.d_buf)[ndx];
107 sym->name = src->name
  /external/qemu/distrib/sdl-1.2.12/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/elfutils/tests/
asm-tst6.c 48 AsmSym_t *sym; local
71 sym = asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
73 if (sym == NULL)
90 if (asm_scngrp_newsignature (grp, sym) != 0)
asm-tst7.c 112 GElf_Sym *sym; local
121 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
122 if (sym == NULL)
129 if (sym->st_shndx != SHN_COMMON)
132 (unsigned int) sym->st_shndx);
136 if (sym->st_value != 16)
139 (uintmax_t) sym->st_value);
143 if (sym->st_size != 4)
146 (uintmax_t) sym->st_value);
asm-tst8.c 113 GElf_Sym *sym; local
122 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
123 if (sym == NULL)
130 if (sym->st_shndx != SHN_ABS)
133 (unsigned int) sym->st_shndx);
137 if (sym->st_value != 0xfeedbeef)
140 (uintmax_t) sym->st_value);
144 if (sym->st_size != 4)
147 (uintmax_t) sym->st_value);
151 if (GELF_ST_TYPE (sym->st_info) != STT_FILE
    [all...]
  /external/qemu/android/skin/
keyset.h 80 /* convert a (sym,mod) pair into a descriptive string. e.g. "Ctrl-K" or "Alt-A", etc..
83 extern const char* skin_key_symmod_to_str ( int sym, int mod );
85 /* convert a key binding description into a (sym,mod) pair. returns 0 on success, -1
104 int sym; // really a SDL key symbol member in struct:__anon5883
115 extern SkinKeyCommand skin_keyset_get_command( SkinKeyset* kset, int sym, int mod );
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h 60 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h 56 SDLKey sym; /* SDL virtual keysym */ member in struct:SDL_keysym
  /sdk/emulator/qtools/
bb_dump.cpp 36 symbol_type *sym; local
40 if (GetNextValidEvent(trace, &event, &ignored, &sym))
44 event.bb_addr, sym->name);
check_trace.cpp 38 symbol_type *sym; local
42 if (GetNextValidEvent(trace, &event, &ignored, &sym))
parse_options-inl.h 28 inline bool IsValidEvent(BBEvent *event, symbol_type *sym)
35 if (sym == NULL || included_procedures.Find(sym->name) == 0)
39 if (sym == NULL || excluded_procedures.Find(sym->name))
56 symbol_type *sym = trace->LookupFunction(pid, addr, time); local
58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) {
60 kernel_sym = sym;
61 sym->name = ":kernel";
63 sym = kernel_sym
103 symbol_type *sym = NULL; local
    [all...]
  /build/tools/soslim/
symfilter.c 122 GElf_Sym *sym;
124 sym = gelf_getsymshndx (filter->symtab.data, NULL,
126 ASSERT(sym);
130 sym->st_name);
159 GElf_Sym *sym; local
160 sym = gelf_getsymshndx (filter->symtab.data, NULL,
162 FAILIF_LIBELF(NULL == sym, gelf_getsymshndx);
166 sym->st_name),
168 if (sym->st_shndx == SHN_UNDEF) {
  /external/bison/src/
symlist.h 32 symbol *sym; member in struct:symbol_list
56 /* Create a list containing SYM at LOC. */
57 symbol_list *symbol_list_new (symbol *sym, location loc);
62 /* Prepend SYM at LOC to the LIST. */
64 symbol *sym,
  /external/bluetooth/glib/gmodule/
gmodule-dyld.c 115 NSSymbol sym; local
121 sym = NSLookupAndBindSymbol (symbol_name);
123 sym = NULL;
126 sym = NSLookupSymbolInModule (handle, symbol_name);
128 if (!sym)
136 return NSAddressOfSymbol (sym);
  /external/chromium/third_party/icu/source/common/
ruleiter.h 51 const SymbolTable* sym; member in class:RuleCharacterIterator
95 * @param sym the symbol table, or null if there is none. If sym is null,
102 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
  /external/elfcopy/
hash.c 62 GElf_Sym *sym; local
67 sym = gelf_getsymshndx (symtab_info->data, NULL, index, sym_mem, NULL);
68 FAILIF_LIBELF(NULL == sym, gelf_getsymshndx);
70 elf_strptr(elf, symtab_info->hdr->sh_link, sym->st_name)))
  /external/icu4c/common/
ruleiter.h 51 const SymbolTable* sym; member in class:RuleCharacterIterator
95 * @param sym the symbol table, or null if there is none. If sym is null,
102 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgevents.c 47 SDL_keysym sym; local
48 SDL_memset(&sym,0,sizeof(sym));
49 sym.sym = evt->e.kbd.key;
50 sym.mod = evt->e.kbd.mods;
51 SDL_PrivateKeyboard(evt->type == PG_WE_KBD_KEYDOWN, &sym);
57 SDL_keysym sym; local
58 SDL_memset(&sym,0,sizeof(sym));
    [all...]
  /external/svox/pico/lib/
picotrns.h 33 * - The input to the transducer is a list of pos/sym pairs, where pos are arbitrary position markers
40 * - Inserted symbols are allways preceded by a positioned pos/sym pair, e.g.
70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e.g. start/term symbols only used by the transducer) */
75 picoos_int16 sym; member in struct:picotrns_possym
  /hardware/libhardware/
hardware.c 83 const char *sym = HAL_MODULE_INFO_SYM_AS_STR; local
84 hmi = (struct hw_module_t *)dlsym(handle, sym);
86 LOGE("load: couldn't find symbol %s", sym);

Completed in 286 milliseconds

1 2 3 4 5