Searched refs:sym (Results 1 - 25 of 564) sorted by relevance

1234567891011>>

/external/iproute2/genl/
H A Dstatic-syms.c2 void *_dlsym(const char *sym) argument
/external/iproute2/ip/
H A Dstatic-syms.c2 void *_dlsym(const char *sym) argument
/external/iproute2/tc/
H A Dstatic-syms.c2 void *_dlsym(const char *sym) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delf-rip.asm2 [extern sym]
5 mov eax, [rip+sym]
6 mov eax, [sym wrt rip]
7 call sym
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addend.s3 add x0, x4, #:lo12:sym
4 // CHECK: 0 R_AARCH64_ADD_ABS_LO12_NC sym
5 add x3, x5, #:lo12:sym+1
6 // CHECK: 4 R_AARCH64_ADD_ABS_LO12_NC sym+1
7 add x3, x5, #:lo12:sym-1
8 // CHECK: 8 R_AARCH64_ADD_ABS_LO12_NC sym-1
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dmem64rip.asm4 mov eax, [rip+sym]
5 mov eax, [sym wrt rip]
6 sym: label
7 mov eax, [sym wrt rip]
8 call sym
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c138 Demangle 'sym' into its soname and fnname parts, putting them in
146 Bool VG_(maybe_Z_demangle) ( const HChar* sym, argument
182 valid = sym[0] == '_'
183 && sym[1] == 'v'
184 && sym[2] == 'g'
185 && (sym[3] == 'r' || sym[3] == 'w')
186 && VG_(isdigit)(sym[4])
187 && VG_(isdigit)(sym[5])
188 && VG_(isdigit)(sym[
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dlibudevsymboltable.cc33 #define X(sym) \
34 LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(LibUDevSymbolTable, sym)
/external/elfutils/libdwfl/
H A Ddwfl_module_addrname.c55 GElf_Sym sym; local
56 return INTUSE(dwfl_module_addrsym) (mod, addr, &sym, NULL);
H A Ddwfl_module_addrsym.c65 inline bool same_section (const GElf_Sym *sym, GElf_Word shndx) argument
69 return sym->st_value == addr;
110 GElf_Sym sym; local
112 const char *name = INTUSE(dwfl_module_getsym) (mod, i, &sym, &shndx);
114 && sym.st_shndx != SHN_UNDEF
115 && sym.st_value <= addr
116 && GELF_ST_TYPE (sym.st_info) != STT_SECTION
117 && GELF_ST_TYPE (sym.st_info) != STT_FILE
118 && GELF_ST_TYPE (sym.st_info) != STT_TLS)
123 if (sym
[all...]
H A Ddwfl_module_getsym.c54 GElf_Sym *sym, GElf_Word *shndxp)
67 sym = gelf_getsymshndx (mod->symdata, mod->symxndxdata, ndx, sym, &shndx);
68 if (unlikely (sym == NULL))
74 if (sym->st_shndx != SHN_XINDEX)
75 shndx = sym->st_shndx;
95 shndx, &sym->st_value);
103 sym->st_value += mod->symfile->bias;
107 if (unlikely (sym->st_name >= mod->symstrdata->d_size))
112 return (const char *) mod->symstrdata->d_buf + sym
53 dwfl_module_getsym(Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Word *shndxp) argument
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
26 #define DEFINE(sym, val) const int sym = val
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c140 struct symbol *sym; local
142 for (sym = scope->symbols
143 ; sym != NULL
144 ; sym = sym->next_with_same_name) {
145 const struct symbol_header *const hdr = sym->hdr;
162 struct symbol *sym = scope->symbols; local
169 while (sym != NULL) {
170 struct symbol *const next = sym->next_with_same_scope;
171 struct symbol_header *const hdr = sym
214 struct symbol *sym; local
285 struct symbol *sym; local
309 struct symbol *sym; local
331 struct symbol *sym; local
386 struct symbol *sym; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c140 struct symbol *sym; local
142 for (sym = scope->symbols
143 ; sym != NULL
144 ; sym = sym->next_with_same_name) {
145 const struct symbol_header *const hdr = sym->hdr;
162 struct symbol *sym = scope->symbols; local
169 while (sym != NULL) {
170 struct symbol *const next = sym->next_with_same_scope;
171 struct symbol_header *const hdr = sym
214 struct symbol *sym; local
285 struct symbol *sym; local
309 struct symbol *sym; local
331 struct symbol *sym; local
386 struct symbol *sym; local
[all...]
/external/chromium_org/third_party/codesighs/
H A Dreadelf_wrap.pl104 my @sym;
106 if (@sym = /^\s*(\d+): (\w+)\s*(\d+)\s*(\w+)\s*(\w+)\s*(\w+)\s*(\w+) (.*)/)
113 if (($sym[$SYM_TYPE] !~ /^(OBJECT|FUNC)$/) ||
114 $sym[$SYM_NDX] eq 'UND' || $sym[$SYM_NDX] eq 'UNDEF'
115 || $sym[$SYM_SIZE] eq '0') {
118 push (@symbol_list, \@sym);
133 my $sym;
138 foreach $sym (@symbol_list) {
140 printf "%08x\t", $sym
[all...]
/external/valgrind/main/coregrind/m_initimg/
H A Dsimple_huffman.c180 static void _Huffman_Hist( UChar *in, huff_sym_t *sym, argument
189 sym[k].Symbol = k;
190 sym[k].Count = 0;
191 sym[k].Code = 0;
192 sym[k].Bits = 0;
198 sym[ *in ++ ].Count ++;
207 if( sym[k].Count < sym[k+1].Count )
209 tmp = sym[k];
210 sym[
224 _Huffman_MakeTree( huff_sym_t *sym, huff_bitstream_t *stream, UInt code, UInt bits, UInt first, UInt last ) argument
309 _Huffman_RecoverTree( huff_sym_t *sym, huff_bitstream_t *stream, UInt code, UInt bits, UInt *symnum ) argument
369 huff_sym_t sym[ 256 ], tmp; local
451 huff_sym_t sym[ 256 ], tmp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.c49 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(
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.c49 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(
[all...]
/external/elfutils/libebl/
H A Debl_check_special_symbol.c59 ebl_check_special_symbol (ebl, ehdr, sym, name, destshdr)
62 const GElf_Sym *sym;
69 return ebl->check_special_symbol (ebl->elf, ehdr, sym, name, destshdr);
/external/iproute2/include/
H A Ddlfcn.h21 extern void *_dlsym(const char *sym);
22 static inline void *dlsym(void *handle, const char *sym) argument
26 return _dlsym(sym);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dcheckkeys.c53 static void PrintKey(SDL_keysym *sym, int pressed) argument
56 if ( sym->sym ) {
58 sym->sym, SDL_GetKeyName(sym->sym));
60 printf("Unknown Key (scancode = %d) %s ", sym->scancode,
65 if ( sym->unicode ) {
67 if ( sym
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlatebindingsymboltable.h.def74 #define X(sym) \
75 typeof(&::sym) sym() const { \
77 return reinterpret_cast<typeof(&::sym)>(table_[SYMBOL_TABLE_INDEX_##sym]); \
84 #define X(sym) \
85 SYMBOL_TABLE_INDEX_##sym,
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsymrec.c152 yasm_symrec *sym = d; local
153 yasm_xfree(sym->name);
154 if (sym->type == SYM_EQU && (sym->status & YASM_SYM_VALUED))
155 yasm_expr_destroy(sym->value.expn);
156 yasm__assoc_data_destroy(sym->assoc_data);
157 yasm_xfree(sym);
204 non_table_symrec *sym = yasm_xmalloc(sizeof(non_table_symrec)); local
205 sym->rec = symrec_new_common(name, symtab->case_sensitive);
207 sym
229 yasm_symtab_traverse(yasm_symtab *symtab, void *d, int (*func) (yasm_symrec *sym, void *d)) argument
410 symtab_parser_finalize_checksym(yasm_symrec *sym, void *d) argument
453 non_table_symrec *sym = SLIST_FIRST(&symtab->non_table_syms); local
469 symrec_print_wrapper(yasm_symrec *sym, void *d) argument
489 yasm_symrec_get_name(const yasm_symrec *sym) argument
495 yasm_symrec_get_global_name(const yasm_symrec *sym, const yasm_object *object) argument
510 yasm_symrec_get_visibility(const yasm_symrec *sym) argument
516 yasm_symrec_get_status(const yasm_symrec *sym) argument
522 yasm_symrec_get_def_line(const yasm_symrec *sym) argument
528 yasm_symrec_get_decl_line(const yasm_symrec *sym) argument
534 yasm_symrec_get_use_line(const yasm_symrec *sym) argument
540 yasm_symrec_get_equ(const yasm_symrec *sym) argument
548 yasm_symrec_get_label(const yasm_symrec *sym, yasm_symrec_get_label_bytecodep *precbc) argument
561 yasm_symrec_set_size(yasm_symrec *sym, int size) argument
567 yasm_symrec_get_size(const yasm_symrec *sym) argument
573 yasm_symrec_set_segment(yasm_symrec *sym, const char *segment) argument
579 yasm_symrec_get_segment(const yasm_symrec *sym) argument
585 yasm_symrec_is_abs(const yasm_symrec *sym) argument
592 yasm_symrec_is_special(const yasm_symrec *sym) argument
598 yasm_symrec_is_curpos(const yasm_symrec *sym) argument
604 yasm_symrec_set_objext_valparams(yasm_symrec *sym, yasm_valparamhead *objext_valparams) argument
611 yasm_symrec_get_objext_valparams(yasm_symrec *sym) argument
617 yasm_symrec_set_common_size(yasm_symrec *sym, yasm_expr *common_size) argument
626 yasm_symrec_get_common_size(yasm_symrec *sym) argument
632 yasm_symrec_get_data(yasm_symrec *sym, const yasm_assoc_data_callback *callback) argument
639 yasm_symrec_add_data(yasm_symrec *sym, const yasm_assoc_data_callback *callback, void *data) argument
646 yasm_symrec_print(const yasm_symrec *sym, FILE *f, int indent_level) argument
[all...]
/external/bison/src/
H A Dsymtab.c177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) argument
181 if (sym->type_name)
182 symbol_redeclaration (sym, "%type", sym->type_location, loc);
184 sym->type_name = type_name;
185 sym->type_location = loc;
194 symbol_destructor_set (symbol *sym, code_props const *destructor) argument
196 if (sym->destructor.code)
197 symbol_redeclaration (sym, "%destructor", sym
222 symbol_destructor_get(symbol const *sym) argument
251 symbol_printer_set(symbol *sym, code_props const *printer) argument
277 symbol_printer_get(symbol const *sym) argument
306 symbol_precedence_set(symbol *sym, int prec, assoc a, location loc) argument
328 symbol_class_set(symbol *sym, symbol_class class, location loc, bool declaring) argument
357 symbol_user_token_number_set(symbol *sym, int user_token_number, location loc) argument
389 symbol_check_defined(symbol *sym) argument
405 symbol_check_defined_processor(void *sym, void *null ATTRIBUTE_UNUSED) argument
412 symbol_make_alias(symbol *sym, symbol *str, location loc) argument
441 symbol *sym = this; local
743 symbol *sym; local
753 symbol_is_dummy(const symbol *sym) argument
[all...]
/external/compiler-rt/lib/
H A Dapple_versioning.c15 #define NOT_HERE_BEFORE_10_6(sym)
16 #define NOT_HERE_IN_10_8_AND_EARLIER(sym)
18 #define NOT_HERE_BEFORE_10_6(sym) \
19 extern const char sym##_tmp3 __asm("$ld$hide$os10.3$_" #sym ); \
20 __attribute__((visibility("default"))) const char sym##_tmp3 = 0; \
21 extern const char sym##_tmp4 __asm("$ld$hide$os10.4$_" #sym ); \
22 __attribute__((visibility("default"))) const char sym##_tmp4 = 0; \
23 extern const char sym##_tmp
[all...]

Completed in 771 milliseconds

1234567891011>>