Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/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
27 #define NOT_HERE_BEFORE_10_6(sym) \ argument
32 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
206 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.c152 yasm_symrec *sym = d; in symrec_destroy_one() local
204 non_table_symrec *sym = yasm_xmalloc(sizeof(non_table_symrec)); in symtab_get_or_new_not_in_table() local
229 yasm_symtab_traverse(yasm_symtab *symtab, void *d, in yasm_symtab_traverse()
410 symtab_parser_finalize_checksym(yasm_symrec *sym, /*@null@*/ void *d) in symtab_parser_finalize_checksym()
453 non_table_symrec *sym = SLIST_FIRST(&symtab->non_table_syms); in yasm_symtab_destroy() local
469 symrec_print_wrapper(yasm_symrec *sym, /*@null@*/ void *d) in symrec_print_wrapper()
489 yasm_symrec_get_name(const yasm_symrec *sym) in yasm_symrec_get_name()
495 yasm_symrec_get_global_name(const yasm_symrec *sym, const yasm_object *object) in yasm_symrec_get_global_name()
510 yasm_symrec_get_visibility(const yasm_symrec *sym) in yasm_symrec_get_visibility()
516 yasm_symrec_get_status(const yasm_symrec *sym) in yasm_symrec_get_status()
[all …]
/external/chromium_org/third_party/fips181/
Drandpass.h40 struct sym struct
46 /* char gen_symbol(unsigned short int symbol_class); */ argument
/external/llvm/test/MC/AArch64/
Dadrp-relocation.s13 .global sym symbol
14 sym: label
/external/libcxxabi/src/Unwind/
DUnwind_AppleExtras.cpp45 #define NOT_HERE_BEFORE_5_0(sym) \ argument
61 #define NOT_HERE_BEFORE_10_6(sym) argument
62 #define NEVER_HERE(sym) argument
64 #define NOT_HERE_BEFORE_10_6(sym) \ argument
69 #define NEVER_HERE(sym) \ argument
/external/llvm/test/MC/ELF/
Difunc-reloc.s2 .global sym symbol
7 .set sym, alias define
/external/bison/src/
Dsymtab.c177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) in symbol_type_set()
194 symbol_destructor_set (symbol *sym, code_props const *destructor) in symbol_destructor_set()
222 symbol_destructor_get (symbol const *sym) in symbol_destructor_get()
251 symbol_printer_set (symbol *sym, code_props const *printer) in symbol_printer_set()
277 symbol_printer_get (symbol const *sym) in symbol_printer_get()
306 symbol_precedence_set (symbol *sym, int prec, assoc a, location loc) in symbol_precedence_set()
328 symbol_class_set (symbol *sym, symbol_class class, location loc, bool declaring) in symbol_class_set()
357 symbol_user_token_number_set (symbol *sym, int user_token_number, location loc) in symbol_user_token_number_set()
389 symbol_check_defined (symbol *sym) in symbol_check_defined()
405 symbol_check_defined_processor (void *sym, void *null ATTRIBUTE_UNUSED) in symbol_check_defined_processor()
[all …]
DLR0.c58 state_list_append (symbol_number sym, size_t core_size, item_number *core) in state_list_append()
190 symbol_number sym = item_number_as_symbol_number (ritem[itemset[i]]); in new_itemsets() local
211 get_state (symbol_number sym, size_t core_size, item_number *core) in get_state()
248 symbol_number sym = shift_symbol[i]; in append_states() local
257 symbol_number sym = shift_symbol[i]; in append_states() local
Dreader.c59 grammar_start_symbol_set (symbol *sym, location loc) in grammar_start_symbol_set()
178 grammar_symbol_append (symbol *sym, location loc) in grammar_symbol_append()
200 symbol *sym = p->content.sym; in assign_named_ref() local
467 grammar_current_rule_symbol_append (symbol *sym, location loc, in grammar_current_rule_symbol_append()
739 symbol_list *sym; in check_and_convert_grammar() local
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.h151 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY(ClassName, sym) \ argument
178 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(ClassName, sym) \ argument
185 #define LATESYM_INDEXOF(ClassName, sym) \ argument
189 #define LATESYM_GET(ClassName, inst, sym) \ argument
/external/chromium_org/tools/
Dunused-symbols-report.py28 def Demangle(sym): argument
38 def Unyuck(sym): argument
/external/mesa3d/src/mesa/program/
Dsymbol_table.c140 struct symbol *sym; in check_symbol_table() local
162 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
214 struct symbol *sym; in _mesa_symbol_table_iterator_ctor() local
285 struct symbol *sym; in _mesa_symbol_table_symbol_scope() local
309 struct symbol *sym; in _mesa_symbol_table_find_symbol() local
331 struct symbol *sym; in _mesa_symbol_table_add_symbol() local
386 struct symbol *sym; in _mesa_symbol_table_add_global_symbol() local
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dsymbol_table.c140 struct symbol *sym; in check_symbol_table() local
162 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
214 struct symbol *sym; in _mesa_symbol_table_iterator_ctor() local
285 struct symbol *sym; in _mesa_symbol_table_symbol_scope() local
309 struct symbol *sym; in _mesa_symbol_table_find_symbol() local
331 struct symbol *sym; in _mesa_symbol_table_add_symbol() local
386 struct symbol *sym; in _mesa_symbol_table_add_global_symbol() local
/external/libvpx/libvpx/vpx_ports/
Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) argument
26 #define DEFINE(sym, val) const int sym = val argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) argument
26 #define DEFINE(sym, val) const int sym = val argument
/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()
139 int sym, in skin_keyboard_add_last()
156 int sym ) in skin_keyboard_remove_last()
181 int sym ) in skin_keyboard_rotate_sym()
218 unsigned sym, in skin_keyboard_key_to_code()
319 skin_keyboard_raw_key_to_code(SkinKeyboard* kb, unsigned sym, int down) in skin_keyboard_raw_key_to_code()
429 int sym = ev->key.keysym.sym; in skin_keyboard_process_event() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
Dannotate.c22 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent()
51 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_offset()
88 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, in perf_gtk__annotate_symbol()
157 int symbol__gtk_annotate(struct symbol *sym, struct map *map, in symbol__gtk_annotate()
/external/oprofile/libpp/
Ddiff_container.cpp45 add_sym(diff_collection & syms, diff_symbol const & sym, in add_sym()
62 symbol_old(diff_collection & syms, symbol_entry const & sym, in symbol_old()
73 symbol_new(diff_collection & syms, symbol_entry const & sym, in symbol_new()
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgevents.c47 SDL_keysym sym; in PG_HandleKey() local
57 SDL_keysym sym; in PG_HandleChar() local
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_symbols.h39 const ELF::Sym* sym = LookupById(symbol_id); in LookupNameById() local
46 const ELF::Sym* sym = LookupByName(symbol_name); in LookupAddressByName() local
/external/javassist/src/main/javassist/compiler/ast/
DDeclarator.java49 int var, Symbol sym) { in Declarator()
59 public Declarator make(Symbol sym, int dim, ASTree init) { in make()
82 public void setVariable(Symbol sym) { setLeft(sym); } in setVariable()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp64 # define SIZE(sym) ".size " #sym ", . - " #sym "\n" argument
65 # define TYPE_FUNCTION(sym) ".type " #sym ", @function\n" argument
67 # define SIZE(sym) argument
68 # define TYPE_FUNCTION(sym) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dannotate.c423 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym) in symbol__annotate_init()
430 int symbol__alloc_hist(struct symbol *sym) in symbol__alloc_hist()
456 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms()
467 int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples()
640 static int disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, in disasm_line__print()
763 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, in symbol__parse_objdump_line()
849 static void delete_last_nop(struct symbol *sym) in delete_last_nop()
873 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) in symbol__annotate()
1062 static void symbol__free_source_line(struct symbol *sym, int len) in symbol__free_source_line()
1082 static int symbol__get_source_line(struct symbol *sym, struct map *map, in symbol__get_source_line()
[all …]
/external/iproute2/genl/
Dstatic-syms.c2 void *_dlsym(const char *sym) in _dlsym()
/external/iproute2/ip/
Dstatic-syms.c2 void *_dlsym(const char *sym) in _dlsym()

12345678910>>...14