Home
last modified time | relevance | path

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

12345678910>>...12

/linux/include/linux/
H A Dexport.h18 #define __EXPORT_SYMBOL_REF(sym) \ argument
20 .quad sym
22 #define __EXPORT_SYMBOL_REF(sym) \ argument
24 .long sym
33 #define ___EXPORT_SYMBOL(sym, license, ns...) \ argument
35 __export_symbol_##sym: ASM_NL \
38 __EXPORT_SYMBOL_REF(sym) ASM_NL \
48 #define __EXPORT_SYMBOL(sym, license, ns) argument
52 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
56 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
[all …]
H A Dexport-internal.h20 #define __KSYM_REF(sym) ".long " #sym "- ." argument
23 #define __KSYM_REF(sym) ".quad " #sym argument
26 #define __KSYM_REF(sym) ".long " #sym argument
40 #define __KSYMTAB(name, sym, sec, ns) \ argument
50 __KSYM_REF(sym) "\n" \
65 #define SYMBOL_CRC(sym, crc, sec) \ argument
66 asm(".section \"___kcrctab" sec "+" #sym "\",\"
[all...]
H A Dcompiler.h143 # define KENTRY(sym) \ argument
144 extern typeof(sym) sym; \
145 static const unsigned long __kentry_##sym \
147 __attribute__((__section__("___kentry+" #sym))) \
148 = (unsigned long)&sym;
256 #define KCFI_REFERENCE(sym) __ADDRESSABLE(sym) argument
258 #define KCFI_REFERENCE(sym) argument
279 * Force the compiler to emit 'sym' a
284 ___ADDRESSABLE(sym,__attrs) global() argument
288 __ADDRESSABLE(sym) global() argument
291 __ADDRESSABLE_ASM(sym) global() argument
297 __ADDRESSABLE_ASM_STR(sym) global() argument
[all...]
/linux/scripts/gendwarfksyms/
H A Dsymbols.c20 static unsigned int __for_each_addr(struct symbol *sym, symbol_callback_t func, in __for_each_addr() argument
28 symbol_addr_hash(&sym->addr)) { in __for_each_addr()
29 if (match == sym) in __for_each_addr()
32 if (match->addr.section == sym->addr.section && in __for_each_addr()
33 match->addr.address == sym->addr.address) { in __for_each_addr()
85 static void set_crc(struct symbol *sym, void *data) in set_crc() argument
89 if (sym->state == SYMBOL_PROCESSED && sym->crc != *crc) in set_crc()
91 sym->name, sym in set_crc()
97 symbol_set_crc(struct symbol * sym,unsigned long crc) symbol_set_crc() argument
103 set_ptr(struct symbol * sym,void * data) set_ptr() argument
108 symbol_set_ptr(struct symbol * sym,Dwarf_Die * ptr) symbol_set_ptr() argument
114 set_die(struct symbol * sym,void * data) set_die() argument
120 symbol_set_die(struct symbol * sym,Dwarf_Die * die) symbol_set_die() argument
133 struct symbol *sym; symbol_read_exports() local
164 get_symbol(struct symbol * sym,void * arg) get_symbol() argument
174 struct symbol *sym = NULL; symbol_get() local
183 struct symbol *sym; symbol_for_each() local
252 GElf_Sym *sym; elf_for_each_global() local
284 set_symbol_addr(struct symbol * sym,void * arg) set_symbol_addr() argument
301 elf_set_symbol_addr(const char * name,GElf_Sym * sym,Elf32_Word xndx,void * arg) elf_set_symbol_addr() argument
319 struct symbol *sym; symbol_print_versions() local
332 struct symbol *sym; symbol_free() local
[all...]
/linux/scripts/kconfig/
H A Dexpr.c57 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() argument
59 return expr_lookup(E_SYMBOL, sym, NULL); in expr_alloc_symbol()
127 (*ep1)->left.sym == (*ep2)->left.sym && in __expr_eliminate_eq()
128 ((*ep1)->left.sym == &symbol_yes || (*ep1)->left.sym == &symbol_no)) in __expr_eliminate_eq()
228 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq()
713 expr_contains_symbol(struct expr * dep,struct symbol * sym) expr_contains_symbol() argument
741 expr_depends_symbol(struct expr * dep,struct symbol * sym) expr_depends_symbol() argument
784 expr_trans_compare(struct expr * e,enum expr_type type,struct symbol * sym) expr_trans_compare() argument
1107 expr_print_file_helper(void * data,struct symbol * sym,const char * str) expr_print_file_helper() argument
1117 expr_print_gstr_helper(void * data,struct symbol * sym,const char * str) expr_print_gstr_helper() argument
[all...]
H A Dmenu.c68 void menu_add_entry(struct symbol *sym, enum menu_type type) in menu_add_entry() argument
75 menu->sym = sym; in menu_add_entry()
83 if (sym) in menu_add_entry()
84 list_add_tail(&menu->link, &sym->menus); in menu_add_entry()
121 if (e->left.sym == &symbol_mod) in rewrite_m()
137 struct symbol *sym = current_entry->sym; in menu_set_type() local
139 if (sym->type == type) in menu_set_type()
141 if (sym in menu_set_type()
222 menu_add_symbol(enum prop_type type,struct symbol * sym,struct expr * dep) menu_add_symbol() argument
227 menu_validate_number(struct symbol * sym,struct symbol * sym2) menu_validate_number() argument
233 sym_check_prop(struct symbol * sym) sym_check_prop() argument
298 struct symbol *sym; _menu_finalize() local
538 struct symbol *sym; menu_is_visible() local
690 get_symbol_props_str(struct gstr * r,struct symbol * sym,enum prop_type tok,const char * prefix) get_symbol_props_str() argument
711 get_symbol_str(struct gstr * r,struct symbol * sym,struct list_head * head) get_symbol_str() argument
765 struct symbol *sym; get_relations_str() local
779 struct symbol *sym = menu->sym; menu_get_ext_help() local
[all...]
H A Dconf.c134 struct symbol *sym = menu->sym; in randomize_choice_values() local
136 if (sym && !sym_has_value(sym)) in randomize_choice_values()
144 struct symbol *sym = menu->sym; in randomize_choice_values() local
146 if (sym && !sym_has_value(sym)) in randomize_choice_values()
150 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
151 sym in randomize_choice_values()
233 struct symbol *sym = menu->sym; conf_set_all_new_symbols() local
281 struct symbol *sym; conf_rewrite_tristates() local
291 conf_askvalue(struct symbol * sym,const char * def) conf_askvalue() argument
325 struct symbol *sym = menu->sym; conf_string() local
358 struct symbol *sym = menu->sym; conf_sym() local
511 struct symbol *sym; conf() local
576 struct symbol *sym; check_conf() local
[all...]
H A Dlkc_proto.h23 void print_symbol_for_listconfig(struct symbol *sym);
26 void sym_calc_value(struct symbol *sym);
28 enum symbol_type sym_get_type(const struct symbol *sym);
29 bool sym_tristate_within_range(const struct symbol *sym, tristate tri);
30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
31 void choice_set_value(struct menu *choice, struct symbol *sym);
32 tristate sym_toggle_tristate_value(struct symbol *sym);
33 bool sym_string_valid(struct symbol *sym, const char *newval);
34 bool sym_string_within_range(struct symbol *sym, const char *str);
35 bool sym_set_string_value(struct symbol *sym, cons
[all...]
H A Dmconf.c456 struct symbol *sym; in build_conf() local
474 sym = menu->sym; in build_conf()
476 if (!sym) { in build_conf()
516 type = sym_get_type(sym); in build_conf()
517 if (sym_is_choice(sym)) { in build_conf()
523 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
543 val = sym_get_tristate_value(sym); in build_conf()
546 if (sym_is_changeable(sym)) in build_conf()
559 if (sym_is_changeable(sym)) { in build_conf()
758 struct symbol *sym; conf() local
[all...]
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_rtsym.c208 u64 nfp_rtsym_size(const struct nfp_rtsym *sym) in nfp_rtsym_size() argument
210 switch (sym->type) { in nfp_rtsym_size()
212 pr_err("rtsym '%s': type NONE\n", sym->name); in nfp_rtsym_size()
215 pr_warn("rtsym '%s': unknown type: %d\n", sym->name, sym->type); in nfp_rtsym_size()
219 return sym->size; in nfp_rtsym_size()
226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in nfp_rtsym_to_dest() argument
229 if (sym->type != NFP_RTSYM_TYPE_OBJECT) { in nfp_rtsym_to_dest()
231 sym->name); in nfp_rtsym_to_dest()
235 *addr = sym in nfp_rtsym_to_dest()
257 __nfp_rtsym_read(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u8 action,u8 token,u64 off,void * buf,size_t len) __nfp_rtsym_read() argument
288 nfp_rtsym_read(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u64 off,void * buf,size_t len) nfp_rtsym_read() argument
294 __nfp_rtsym_readl(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u8 action,u8 token,u64 off,u32 * value) __nfp_rtsym_readl() argument
314 nfp_rtsym_readl(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u64 off,u32 * value) nfp_rtsym_readl() argument
320 __nfp_rtsym_readq(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u8 action,u8 token,u64 off,u64 * value) __nfp_rtsym_readq() argument
345 nfp_rtsym_readq(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u64 off,u64 * value) nfp_rtsym_readq() argument
351 __nfp_rtsym_write(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u8 action,u8 token,u64 off,void * buf,size_t len) __nfp_rtsym_write() argument
373 nfp_rtsym_write(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u64 off,void * buf,size_t len) nfp_rtsym_write() argument
379 __nfp_rtsym_writel(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u8 action,u8 token,u64 off,u32 value) __nfp_rtsym_writel() argument
399 nfp_rtsym_writel(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u64 off,u32 value) nfp_rtsym_writel() argument
405 __nfp_rtsym_writeq(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u8 action,u8 token,u64 off,u64 value) __nfp_rtsym_writeq() argument
425 nfp_rtsym_writeq(struct nfp_cpp * cpp,const struct nfp_rtsym * sym,u64 off,u64 value) nfp_rtsym_writeq() argument
446 const struct nfp_rtsym *sym; nfp_rtsym_read_le() local
497 const struct nfp_rtsym *sym; nfp_rtsym_write_le() local
526 const struct nfp_rtsym *sym; nfp_rtsym_map() local
[all...]
/linux/arch/arm64/include/asm/
H A Dkvm_asm.h92 #define DECLARE_KVM_VHE_SYM(sym) extern char sym[] argument
93 #define DECLARE_KVM_NVHE_SYM(sym) extern char kvm_nvhe_sym(sym)[] argument
99 #define DECLARE_KVM_HYP_SYM(sym) \ argument
100 DECLARE_KVM_VHE_SYM(sym); \
101 DECLARE_KVM_NVHE_SYM(sym)
103 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument
104 DECLARE_PER_CPU(type, sym)
105 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument
108 DECLARE_KVM_HYP_PER_CPU(type,sym) global() argument
116 this_cpu_ptr_nvhe_sym(sym) global() argument
117 per_cpu_ptr_nvhe_sym(sym,cpu) global() argument
128 CHOOSE_NVHE_SYM(sym) global() argument
129 CHOOSE_HYP_SYM(sym) global() argument
133 CHOOSE_VHE_SYM(sym) global() argument
134 this_cpu_ptr_hyp_sym(sym) global() argument
135 per_cpu_ptr_hyp_sym(sym,cpu) global() argument
139 CHOOSE_VHE_SYM(sym) global() argument
140 CHOOSE_HYP_SYM(sym) global() argument
144 CHOOSE_NVHE_SYM(sym) global() argument
145 this_cpu_ptr_hyp_sym(sym) global() argument
146 per_cpu_ptr_hyp_sym(sym,cpu) global() argument
161 CHOOSE_HYP_SYM(sym) global() argument
165 this_cpu_ptr_hyp_sym(sym) global() argument
169 per_cpu_ptr_hyp_sym(sym,cpu) global() argument
173 CHOOSE_VHE_SYM(sym) global() argument
174 CHOOSE_NVHE_SYM(sym) global() argument
215 kvm_ksym_ref_nvhe(sym) global() argument
[all...]
H A Druntime-const.h10 #define runtime_const_ptr(sym) ({ \ argument
11 typeof(sym) __ret; \
17 ".pushsection runtime_ptr_" #sym ",\"a\"\n\t" \
23 #define runtime_const_shift_right_32(val, sym) ({ \ argument
27 ".pushsection runtime_shift_" #sym ",\"a\"\n\t" \
34 #define runtime_const_init(type, sym) do { \ argument
35 extern s32 __start_runtime_##type##_##sym[]; \
36 extern s32 __stop_runtime_##type##_##sym[]; \
38 (unsigned long)(sym), \
39 __start_runtime_##type##_##sym, \
[all...]
/linux/scripts/genksyms/
H A Dgenksyms.c155 struct symbol *sym; in find_symbol() local
157 hash_for_each_possible(symbol_hashtable, sym, hnode, crc32(name)) { in find_symbol()
158 if (map_to_ns(sym->type) == map_to_ns(ns) && in find_symbol()
159 strcmp(name, sym->name) == 0 && in find_symbol()
160 sym->is_declared) in find_symbol()
164 if (exact && sym && sym->type != ns) in find_symbol()
166 return sym; in find_symbol()
169 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol() argument
173 return ((sym in is_unknown_symbol()
232 struct symbol *sym; __add_symbol() local
464 struct string_list *sym, *def; read_reference() local
534 expand_and_crc_sym(struct symbol * sym,uint32_t crc) expand_and_crc_sym() argument
640 struct symbol *sym; export_symbol() local
820 struct symbol *sym = visited_symbols; main() local
[all...]
/linux/tools/perf/util/
H A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() argument
13 sym->start, sym->end, in symbol__fprintf()
14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf()
15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
16 sym->name); in symbol__fprintf()
19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs() argument
27 if (sym) { in __symbol__fprintf_symname_offs()
28 length = fprintf(fp, "%s", sym->name); in __symbol__fprintf_symname_offs()
30 if (al->addr < sym in __symbol__fprintf_symname_offs()
43 symbol__fprintf_symname_offs(const struct symbol * sym,const struct addr_location * al,FILE * fp) symbol__fprintf_symname_offs() argument
50 __symbol__fprintf_symname(const struct symbol * sym,const struct addr_location * al,bool unknown_as_addr,FILE * fp) __symbol__fprintf_symname() argument
57 symbol__fprintf_symname(const struct symbol * sym,FILE * fp) symbol__fprintf_symname() argument
[all...]
H A Ddemangle-ocaml.c15 ocaml_is_mangled(const char *sym) in ocaml_is_mangled() argument
17 return 0 == strncmp(sym, caml_prefix, caml_prefix_len) in ocaml_is_mangled()
18 && isupper(sym[caml_prefix_len]); in ocaml_is_mangled()
23 * sym: a symbol which may have been mangled by the OCaml compiler
29 ocaml_demangle_sym(const char *sym) in ocaml_demangle_sym() argument
36 if (!ocaml_is_mangled(sym)) { in ocaml_demangle_sym()
40 len = strlen(sym); in ocaml_demangle_sym()
51 if (sym[i] == '_' && sym[i + 1] == '_') { in ocaml_demangle_sym()
56 else if (sym[ in ocaml_demangle_sym()
[all...]
H A Dcall-path.c15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init() argument
18 cp->sym = sym; in call_path__init()
19 cp->ip = sym ? 0 : ip; in call_path__init()
51 struct symbol *sym, u64 ip, in call_path__new() argument
72 call_path__init(cp, parent, sym, ip, in_kernel); in call_path__new()
79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew() argument
86 if (sym) in call_path__findnew()
90 return call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
97 if (cp->sym in call_path__findnew()
[all...]
/linux/arch/riscv/include/asm/
H A Druntime-const.h15 #define runtime_const_ptr(sym) \ argument
17 typeof(sym) __ret; \
24 ".pushsection runtime_ptr_" #sym ",\"a\"\n\t" \
76 #define RISCV_RUNTIME_CONST_64_POSTAMBLE(sym) \ argument
78 ".pushsection runtime_ptr_" #sym ",\"a\"\n\t" \
84 #define runtime_const_ptr(sym) \ argument
86 typeof(sym) __ret, __tmp; \
95 RISCV_RUNTIME_CONST_64_POSTAMBLE(sym) \
100 #define runtime_const_ptr(sym) \ argument
102 typeof(sym) __re
114 runtime_const_ptr(sym) global() argument
128 runtime_const_ptr(sym) global() argument
140 runtime_const_shift_right_32(val,sym) global() argument
156 runtime_const_init(type,sym) global() argument
[all...]
/linux/tools/perf/scripts/python/
H A Dstackcollapse.py72 def tidy_function_name(sym, dso): argument
73 if sym is None:
74 sym = '[unknown]'
76 sym = sym.replace(';', ':')
83 sym = sym.replace('<', '')
84 sym = sym.replace('>', '')
85 if sym[
[all...]
/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c16 char *sym = syma->name; in arch__choose_best_symbol() local
20 if (*sym == '.') in arch__choose_best_symbol()
21 sym++; in arch__choose_best_symbol()
25 if (strlen(sym) >= 3 && !strncmp(sym, "SyS", 3)) in arch__choose_best_symbol()
27 if (strlen(sym) >= 10 && !strncmp(sym, "compat_SyS", 10)) in arch__choose_best_symbol()
70 void arch__sym_update(struct symbol *s, GElf_Sym *sym) in arch__sym_update() argument
72 s->arch_sym = sym->st_other; in arch__sym_update()
80 struct symbol *sym) in arch__fix_tev_from_maps() argument
123 struct symbol *sym = NULL; arch__post_process_probe_trace_events() local
[all...]
/linux/arch/x86/include/asm/
H A Druntime-const.h7 .macro RUNTIME_CONST_PTR sym reg
10 .pushsection runtime_ptr_\sym, "a"
17 #define runtime_const_ptr(sym) ({ \ argument
18 typeof(sym) __ret; \
20 ".pushsection runtime_ptr_" #sym ",\"a\"\n\t" \
31 #define runtime_const_shift_right_32(val, sym) ({ \ argument
34 ".pushsection runtime_shift_" #sym ",\"a\"\n\t" \
40 #define runtime_const_init(type, sym) do { \ argument
41 extern s32 __start_runtime_##type##_##sym[]; \
42 extern s32 __stop_runtime_##type##_##sym[]; \
[all...]
/linux/arch/arm/include/asm/
H A Dftrace.h62 static inline bool arch_syscall_match_sym_name(const char *sym, in arch_syscall_match_sym_name() argument
65 if (!strcmp(sym, "sys_mmap2")) in arch_syscall_match_sym_name()
66 sym = "sys_mmap_pgoff"; in arch_syscall_match_sym_name()
67 else if (!strcmp(sym, "sys_statfs64_wrapper")) in arch_syscall_match_sym_name()
68 sym = "sys_statfs64"; in arch_syscall_match_sym_name()
69 else if (!strcmp(sym, "sys_fstatfs64_wrapper")) in arch_syscall_match_sym_name()
70 sym = "sys_fstatfs64"; in arch_syscall_match_sym_name()
71 else if (!strcmp(sym, "sys_arm_fadvise64_64")) in arch_syscall_match_sym_name()
72 sym = "sys_fadvise64_64"; in arch_syscall_match_sym_name()
74 /* Ignore case since sym ma in arch_syscall_match_sym_name()
[all...]
/linux/lib/zlib_inflate/
H A Dinftrees.c27 unsigned sym; /* index of code symbols */ in zlib_inflate_table() local
95 for (sym = 0; sym < codes; sym++) in zlib_inflate_table()
96 count[lens[sym]]++; in zlib_inflate_table()
132 for (sym = 0; sym < codes; sym++) in zlib_inflate_table()
133 if (lens[sym] != 0) work[offs[lens[sym]] in zlib_inflate_table()
[all...]
/linux/arch/s390/include/asm/
H A Druntime-const.h7 #define runtime_const_ptr(sym) \ argument
9 typeof(sym) __ret; \
14 ".pushsection runtime_ptr_" #sym ",\"a\"\n" \
23 #define runtime_const_shift_right_32(val, sym) \ argument
29 ".pushsection runtime_shift_" #sym ",\"a\"\n" \
36 #define runtime_const_init(type, sym) do { \ argument
37 extern s32 __start_runtime_##type##_##sym[]; \
38 extern s32 __stop_runtime_##type##_##sym[]; \
41 (unsigned long)(sym), \
42 __start_runtime_##type##_##sym, \
[all...]
/linux/kernel/module/
H A Dkallsyms.c38 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type() argument
42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
43 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT) in elf_type()
48 if (sym->st_shndx == SHN_UNDEF) in elf_type()
50 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
52 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
54 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
56 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC && in elf_type()
57 sechdrs[sym in elf_type()
278 const Elf_Sym *sym = &kallsyms->symtab[i]; find_kallsyms_symbol() local
328 const char *sym; module_address_lookup() local
362 const char *sym; lookup_module_symbol_name() local
389 const Elf_Sym *sym = &kallsyms->symtab[symnum]; module_get_kallsym() local
410 const Elf_Sym *sym = &kallsyms->symtab[i]; __find_kallsyms_symbol_value() local
480 const Elf_Sym *sym = &kallsyms->symtab[i]; module_kallsyms_on_each_symbol() local
[all...]
/linux/scripts/
H A Dkallsyms.c40 unsigned char sym[]; member
76 return (char *)s->sym + 1; in sym_name()
96 static void check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range() argument
105 if (strcmp(sym, ar->start_sym) == 0) { in check_symbol_range()
108 } else if (strcmp(sym, ar->end_sym) == 0) { in check_symbol_range()
121 struct sym_entry *sym; in read_symbol() local
166 sym = xmalloc(sizeof(*sym) + len + 1); in read_symbol()
167 sym->addr = addr; in read_symbol()
168 sym in read_symbol()
251 struct sym_entry *sym; read_map() local
[all...]

12345678910>>...12