Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/external/llvm/test/MC/AArch64/
Darm64-elf-relocs.s4 add x0, x2, #:lo12:sym
8 add x5, x7, #:dtprel_lo12:sym
12 add x9, x12, #:dtprel_lo12_nc:sym
16 add x20, x30, #:tprel_lo12:sym
20 add x9, x12, #:tprel_lo12_nc:sym
24 add x5, x0, #:tlsdesc_lo12:sym
28 add x0, x2, #:lo12:sym+8
32 add x5, x7, #:dtprel_lo12:sym+1
36 add x9, x12, #:dtprel_lo12_nc:sym+2
40 add x20, x30, #:tprel_lo12:sym+12
[all …]
/external/mesa3d/src/mesa/program/
Dsymbol_table.c140 struct symbol *sym; in check_symbol_table() local
142 for (sym = scope->symbols in check_symbol_table()
143 ; sym != NULL in check_symbol_table()
144 ; sym = sym->next_with_same_name) { in check_symbol_table()
145 const struct symbol_header *const hdr = sym->hdr; in check_symbol_table()
162 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
169 while (sym != NULL) { in _mesa_symbol_table_pop_scope()
170 struct symbol *const next = sym->next_with_same_scope; in _mesa_symbol_table_pop_scope()
171 struct symbol_header *const hdr = sym->hdr; in _mesa_symbol_table_pop_scope()
173 assert(hdr->symbols == sym); in _mesa_symbol_table_pop_scope()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dsymbol_table.c140 struct symbol *sym; in check_symbol_table() local
142 for (sym = scope->symbols in check_symbol_table()
143 ; sym != NULL in check_symbol_table()
144 ; sym = sym->next_with_same_name) { in check_symbol_table()
145 const struct symbol_header *const hdr = sym->hdr; in check_symbol_table()
162 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
169 while (sym != NULL) { in _mesa_symbol_table_pop_scope()
170 struct symbol *const next = sym->next_with_same_scope; in _mesa_symbol_table_pop_scope()
171 struct symbol_header *const hdr = sym->hdr; in _mesa_symbol_table_pop_scope()
173 assert(hdr->symbols == sym); in _mesa_symbol_table_pop_scope()
[all …]
/external/valgrind/main/coregrind/m_demangle/
Ddemangle.c146 Bool VG_(maybe_Z_demangle) ( const HChar* sym, in VG_()
182 valid = sym[0] == '_' in VG_()
183 && sym[1] == 'v' in VG_()
184 && sym[2] == 'g' in VG_()
185 && (sym[3] == 'r' || sym[3] == 'w') in VG_()
186 && VG_(isdigit)(sym[4]) in VG_()
187 && VG_(isdigit)(sym[5]) in VG_()
188 && VG_(isdigit)(sym[6]) in VG_()
189 && VG_(isdigit)(sym[7]) in VG_()
190 && VG_(isdigit)(sym[8]) in VG_()
[all …]
/external/libcxxabi/src/Unwind/
DUnwind_AppleExtras.cpp45 #define NOT_HERE_BEFORE_5_0(sym) \ argument
46 extern const char sym##_tmp30 __asm("$ld$hide$os3.0$_" #sym ); \
47 __attribute__((visibility("default"))) const char sym##_tmp30 = 0; \
48 extern const char sym##_tmp31 __asm("$ld$hide$os3.1$_" #sym ); \
49 __attribute__((visibility("default"))) const char sym##_tmp31 = 0; \
50 extern const char sym##_tmp32 __asm("$ld$hide$os3.2$_" #sym );\
51 __attribute__((visibility("default"))) const char sym##_tmp32 = 0; \
52 extern const char sym##_tmp40 __asm("$ld$hide$os4.0$_" #sym ); \
53 __attribute__((visibility("default"))) const char sym##_tmp40 = 0; \
54 extern const char sym##_tmp41 __asm("$ld$hide$os4.1$_" #sym ); \
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.c152 yasm_symrec *sym = d; in symrec_destroy_one() local
153 yasm_xfree(sym->name); in symrec_destroy_one()
154 if (sym->type == SYM_EQU && (sym->status & YASM_SYM_VALUED)) in symrec_destroy_one()
155 yasm_expr_destroy(sym->value.expn); in symrec_destroy_one()
156 yasm__assoc_data_destroy(sym->assoc_data); in symrec_destroy_one()
157 yasm_xfree(sym); in symrec_destroy_one()
204 non_table_symrec *sym = yasm_xmalloc(sizeof(non_table_symrec)); in symtab_get_or_new_not_in_table() local
205 sym->rec = symrec_new_common(name, symtab->case_sensitive); in symtab_get_or_new_not_in_table()
207 sym->rec->status = YASM_SYM_NOTINTABLE; in symtab_get_or_new_not_in_table()
209 SLIST_INSERT_HEAD(&symtab->non_table_syms, sym, link); in symtab_get_or_new_not_in_table()
[all …]
Dsymrec.h195 (yasm_symrec *sym, /*@null@*/ void *d);
258 /*@observer@*/ const char *yasm_symrec_get_name(const yasm_symrec *sym);
266 /*@only@*/ char *yasm_symrec_get_global_name(const yasm_symrec *sym,
274 yasm_sym_vis yasm_symrec_get_visibility(const yasm_symrec *sym);
281 yasm_sym_status yasm_symrec_get_status(const yasm_symrec *sym);
288 unsigned long yasm_symrec_get_def_line(const yasm_symrec *sym);
295 unsigned long yasm_symrec_get_decl_line(const yasm_symrec *sym);
302 unsigned long yasm_symrec_get_use_line(const yasm_symrec *sym);
310 (const yasm_symrec *sym);
322 int yasm_symrec_get_label(const yasm_symrec *sym,
[all …]
/external/bison/src/
Dsymtab.c177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) in symbol_type_set() argument
181 if (sym->type_name) in symbol_type_set()
182 symbol_redeclaration (sym, "%type", sym->type_location, loc); in symbol_type_set()
184 sym->type_name = type_name; in symbol_type_set()
185 sym->type_location = loc; in symbol_type_set()
194 symbol_destructor_set (symbol *sym, code_props const *destructor) in symbol_destructor_set() argument
196 if (sym->destructor.code) in symbol_destructor_set()
197 symbol_redeclaration (sym, "%destructor", sym->destructor.location, in symbol_destructor_set()
199 sym->destructor = *destructor; in symbol_destructor_set()
222 symbol_destructor_get (symbol const *sym) in symbol_destructor_get() argument
[all …]
DLR0.c58 state_list_append (symbol_number sym, size_t core_size, item_number *core) in state_list_append() argument
61 state *s = state_new (sym, core_size, core); in state_list_append()
65 nstates, sym, symbols[sym]->tag); in state_list_append()
190 symbol_number sym = item_number_as_symbol_number (ritem[itemset[i]]); in new_itemsets() local
191 if (!kernel_size[sym]) in new_itemsets()
193 shift_symbol[nshifts] = sym; in new_itemsets()
197 kernel_base[sym][kernel_size[sym]] = itemset[i] + 1; in new_itemsets()
198 kernel_size[sym]++; in new_itemsets()
211 get_state (symbol_number sym, size_t core_size, item_number *core) in get_state() argument
217 sym, symbols[sym]->tag); in get_state()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dsymshift.pl196 ($sym,$rest) = ($1,$2);
204 $sym = translate($table,$sym,$id);
205 if ($shifted{$sym}) {
206 $otherplane = int($shifted{$sym} / 256);
207 …print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherpla…
209 $shifted{$sym} = $shifted;
210 $sym{$shifted} = $sym;
225 foreach $sym (keys %{$notpredicted{$table}}) {
226 $id = $notpredicted{$table}{$sym};
228 $shifted{$sym} = $shifted unless $shifted{$sym};
[all …]
/external/elfutils/0.153/libdwfl/
Ddwfl_module_addrsym.c65 inline bool same_section (const GElf_Sym *sym, GElf_Word shndx) in dwfl_module_addrsym()
69 return sym->st_value == addr; in dwfl_module_addrsym()
112 GElf_Sym sym; in dwfl_module_addrsym() local
114 const char *name = INTUSE(dwfl_module_getsym) (mod, i, &sym, &shndx); in dwfl_module_addrsym()
116 && sym.st_shndx != SHN_UNDEF in dwfl_module_addrsym()
117 && sym.st_value <= addr in dwfl_module_addrsym()
118 && GELF_ST_TYPE (sym.st_info) != STT_SECTION in dwfl_module_addrsym()
119 && GELF_ST_TYPE (sym.st_info) != STT_FILE in dwfl_module_addrsym()
120 && GELF_ST_TYPE (sym.st_info) != STT_TLS) in dwfl_module_addrsym()
125 if (sym.st_value + sym.st_size > min_label) in dwfl_module_addrsym()
[all …]
Ddwfl_module_getsym.c54 GElf_Sym *sym, GElf_Word *shndxp) in dwfl_module_getsym() argument
67 sym = gelf_getsymshndx (mod->symdata, mod->symxndxdata, ndx, sym, &shndx); in dwfl_module_getsym()
68 if (unlikely (sym == NULL)) in dwfl_module_getsym()
74 if (sym->st_shndx != SHN_XINDEX) in dwfl_module_getsym()
75 shndx = sym->st_shndx; in dwfl_module_getsym()
80 && (sym->st_shndx == SHN_XINDEX in dwfl_module_getsym()
81 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in dwfl_module_getsym()
93 switch (sym->st_shndx) in dwfl_module_getsym()
108 shndx, &sym->st_value); in dwfl_module_getsym()
117 sym->st_value = dwfl_adjusted_st_value (mod, sym->st_value); in dwfl_module_getsym()
[all …]
/external/compiler-rt/lib/builtins/
Dapple_versioning.c16 #define NOT_HERE_BEFORE_10_6(sym) argument
17 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
18 extern const char sym##_tmp61 __asm("$ld$hide$os6.1$_" #sym ); \
19 __attribute__((visibility("default"))) const char sym##_tmp61 = 0; \
20 extern const char sym##_tmp60 __asm("$ld$hide$os6.0$_" #sym ); \
21 __attribute__((visibility("default"))) const char sym##_tmp60 = 0; \
22 extern const char sym##_tmp51 __asm("$ld$hide$os5.1$_" #sym ); \
23 __attribute__((visibility("default"))) const char sym##_tmp51 = 0; \
24 extern const char sym##_tmp50 __asm("$ld$hide$os5.0$_" #sym ); \
25 __attribute__((visibility("default"))) const char sym##_tmp50 = 0;
[all …]
/external/llvm/test/MC/Sparc/
Dsparc-relocations.s7 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_LO10 sym
8 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_HI22 sym
9 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_H44 sym
10 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_M44 sym
11 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_L44 sym
12 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_HH22 sym
13 ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_HM10 sym
20 ! CHECK: or %g1, %lo(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
21 … ! CHECK-NEXT ! fixup A - offset: 0, value: %lo(sym), kind: fixup_sparc_lo10
22 or %g1, %lo(sym), %g3
[all …]
/external/qemu/android/skin/
Dkeyboard.c37 int sym; /* SDL key symbol value (e.g. SDLK_a) */ member
125 int sym ) in skin_keyboard_find_last() argument
131 if (k->sym == sym) in skin_keyboard_find_last()
139 int sym, in skin_keyboard_add_last() argument
146 k->sym = sym; in skin_keyboard_add_last()
156 int sym ) in skin_keyboard_remove_last() argument
162 if (k->sym == sym) { in skin_keyboard_remove_last()
181 int sym ) in skin_keyboard_rotate_sym() argument
185 switch (sym) { in skin_keyboard_rotate_sym()
186 case SDLK_LEFT: sym = SDLK_DOWN; break; in skin_keyboard_rotate_sym()
[all …]
/external/chromium_org/third_party/codesighs/
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->[$SYM_SIZE];
143 if ($sym->[$SYM_TYPE] eq 'FUNC') {
[all …]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dapple_cgl.c49 sym(void *h, const char *name) in sym() function
88 apple_cgl.get_version = sym(h, "CGLGetVersion"); in apple_cgl_init()
99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); in apple_cgl_init()
100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); in apple_cgl_init()
102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); in apple_cgl_init()
103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); in apple_cgl_init()
105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); in apple_cgl_init()
108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); in apple_cgl_init()
109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext"); in apple_cgl_init()
[all …]
/external/mesa3d/src/glx/apple/
Dapple_cgl.c49 sym(void *h, const char *name) in sym() function
88 apple_cgl.get_version = sym(h, "CGLGetVersion"); in apple_cgl_init()
99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); in apple_cgl_init()
100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); in apple_cgl_init()
102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); in apple_cgl_init()
103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); in apple_cgl_init()
105 apple_cgl.create_context = sym(h, "CGLCreateContext"); in apple_cgl_init()
106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); in apple_cgl_init()
108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); in apple_cgl_init()
109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext"); in apple_cgl_init()
[all …]
/external/qemu/distrib/sdl-1.2.15/test/
Dcheckkeys.c53 static void PrintKey(SDL_keysym *sym, int pressed) in PrintKey() argument
56 if ( sym->sym ) { in PrintKey()
58 sym->sym, SDL_GetKeyName(sym->sym)); in PrintKey()
60 printf("Unknown Key (scancode = %d) %s ", sym->scancode, in PrintKey()
65 if ( sym->unicode ) { in PrintKey()
67 if ( sym->unicode < ' ' ) { in PrintKey()
68 printf(" (^%c)", sym->unicode+'@'); in PrintKey()
71 printf(" (%c)", sym->unicode); in PrintKey()
74 if ( !(sym->unicode & 0xFF00) ) in PrintKey()
75 printf(" (%c)", sym->unicode); in PrintKey()
[all …]
/external/qemu/distrib/zlib-1.2.8/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
201 sym = 0; /* starting code symbol */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 here.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inftrees.c41 unsigned sym; /* index of code symbols */ in inflate_table() local
109 for (sym = 0; sym < codes; sym++) in inflate_table()
110 count[lens[sym]]++; in inflate_table()
146 for (sym = 0; sym < codes; sym++) in inflate_table()
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
201 sym = 0; /* starting code symbol */ in inflate_table()
219 if ((int)(work[sym]) < end) { in inflate_table()
221 here.val = work[sym]; in inflate_table()
223 else if ((int)(work[sym]) > end) { in inflate_table()
224 here.op = (unsigned char)(extra[work[sym]]); in inflate_table()
[all …]
/external/zlib/src/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
201 sym = 0; /* starting code symbol */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 here.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_symbols.cpp69 const ELF::Sym* sym = &symbol_table_[n]; in LookupByAddress() local
70 if (sym->st_shndx != SHN_UNDEF && elf_addr >= sym->st_value && in LookupByAddress()
71 elf_addr < sym->st_value + sym->st_size) { in LookupByAddress()
72 return sym; in LookupByAddress()
90 const ELF::Sym* sym = &symbol_table_[n]; in LookupNearestByAddress() local
91 if (sym->st_shndx == SHN_UNDEF) in LookupNearestByAddress()
94 if (elf_addr >= sym->st_value && elf_addr < sym->st_value + sym->st_size) { in LookupNearestByAddress()
96 nearest_sym = sym; in LookupNearestByAddress()
102 if (elf_addr < sym->st_value) in LookupNearestByAddress()
103 diff = sym->st_value - elf_addr; in LookupNearestByAddress()
[all …]
/external/zlib/src/contrib/infback9/
Dinftree9.c41 unsigned sym; /* index of code symbols */ local
111 for (sym = 0; sym < codes; sym++)
112 count[lens[sym]]++;
140 for (sym = 0; sym < codes; sym++)
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
195 sym = 0; /* starting code symbol */
213 if ((int)(work[sym]) < end) {
215 this.val = work[sym];
217 else if ((int)(work[sym]) > end) {
218 this.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/chromium_org/third_party/zlib/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
201 sym = 0; /* starting code symbol */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 here.op = (unsigned char)(extra[work[sym]]);
[all …]

12345678910>>...30