Home
last modified time | relevance | path

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

12345678

/linux/include/linux/
H A Dexport.h18 #define __EXPORT_SYMBOL_REF(sym) \ argument
22 #define __EXPORT_SYMBOL_REF(sym) \ argument
33 #define ___EXPORT_SYMBOL(sym, license, ns...) \ argument
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
68 #define __GENDWARFKSYMS_EXPORT(sym) \ argument
72 #define __GENDWARFKSYMS_EXPORT(sym) argument
75 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
84 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, DEFAULT_SYMBOL_NAMESPACE) 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
65 #define SYMBOL_CRC(sym, crc, sec) \ argument
/linux/scripts/kconfig/
H A Dsymbol.c45 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type() argument
80 struct menu *sym_get_prompt_menu(const struct symbol *sym) in sym_get_prompt_menu() argument
98 struct menu *sym_get_choice_menu(const struct symbol *sym) in sym_get_choice_menu() argument
120 sym_get_default_prop(struct symbol * sym) sym_get_default_prop() argument
132 sym_get_range_prop(struct symbol * sym) sym_get_range_prop() argument
144 sym_get_range_val(struct symbol * sym,int base) sym_get_range_val() argument
160 sym_validate_range(struct symbol * sym) sym_validate_range() argument
192 sym_set_changed(struct symbol * sym) sym_set_changed() argument
202 struct symbol *sym; sym_set_all_changed() local
208 sym_calc_visibility(struct symbol * sym) sym_calc_visibility() argument
298 struct symbol *sym; sym_calc_choice() local
372 sym_warn_unmet_dep(const struct symbol * sym) sym_warn_unmet_dep() argument
402 sym_calc_value(struct symbol * sym) sym_calc_value() argument
531 struct symbol *sym; sym_clear_all_valid() local
540 sym_tristate_within_range(const struct symbol * sym,tristate val) sym_tristate_within_range() argument
557 sym_set_tristate_value(struct symbol * sym,tristate val) sym_set_tristate_value() argument
582 choice_set_value(struct menu * choice,struct symbol * sym) choice_set_value() argument
619 sym_toggle_tristate_value(struct symbol * sym) sym_toggle_tristate_value() argument
649 sym_string_valid(struct symbol * sym,const char * str) sym_string_valid() argument
692 sym_string_within_range(struct symbol * sym,const char * str) sym_string_within_range() argument
734 sym_set_string_value(struct symbol * sym,const char * newval) sym_set_string_value() argument
790 sym_get_string_default(struct symbol * sym) sym_get_string_default() argument
862 sym_get_string_value(struct symbol * sym) sym_get_string_value() argument
885 sym_is_changeable(const struct symbol * sym) sym_is_changeable() argument
890 sym_is_choice_value(const struct symbol * sym) sym_is_choice_value() argument
967 struct symbol *sym; global() member
1003 struct symbol *sym, **sym_arr = NULL; sym_re_search() local
1062 struct symbol *sym; global() member
1067 dep_stack_insert(struct dep_stack * stack,struct symbol * sym) dep_stack_insert() argument
1092 struct symbol *sym, *next_sym; sym_check_print_recursive() local
1159 struct symbol *sym; sym_check_expr_deps() local
1192 sym_check_sym_deps(struct symbol * sym) sym_check_sym_deps() argument
1285 sym_check_deps(struct symbol * sym) sym_check_deps() argument
[all...]
H A Dconfdata.c237 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument
326 struct symbol *sym; conf_read_simple() local
484 struct symbol *sym; conf_read() local
603 __print_symbol(FILE * fp,struct symbol * sym,enum output_n output_n,bool escape_string) __print_symbol() argument
631 print_symbol_for_dotconfig(FILE * fp,struct symbol * sym) print_symbol_for_dotconfig() argument
636 print_symbol_for_autoconf(FILE * fp,struct symbol * sym) print_symbol_for_autoconf() argument
641 print_symbol_for_listconfig(struct symbol * sym) print_symbol_for_listconfig() argument
646 print_symbol_for_c(FILE * fp,struct symbol * sym) print_symbol_for_c() argument
688 print_symbol_for_rustccfg(FILE * fp,struct symbol * sym) print_symbol_for_rustccfg() argument
753 struct symbol *sym; conf_write_defconfig() local
800 struct symbol *sym; conf_write() local
957 struct symbol *sym; conf_touch_deps() local
1037 struct symbol *sym; __conf_write_autoconf() local
1076 struct symbol *sym; conf_write_autoconf() local
[all...]
H A Dmenu.c68 void menu_add_entry(struct symbol *sym, enum menu_type type) in menu_add_entry()
137 struct symbol *sym = current_entry->sym; in menu_set_type() local
222 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
227 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
233 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
298 struct symbol *sym; in _menu_finalize() local
538 struct symbol *sym; in menu_is_visible() local
670 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
691 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
745 struct symbol *sym; in get_relations_str() local
[all …]
H A Dconf.c134 struct symbol *sym = menu->sym; in randomize_choice_values() local
144 struct symbol *sym = menu->sym; in randomize_choice_values() local
233 struct symbol *sym = menu->sym; in conf_set_all_new_symbols() local
281 struct symbol *sym; in conf_rewrite_tristates() local
291 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
325 struct symbol *sym = menu->sym; in conf_string() local
358 struct symbol *sym = menu->sym; in conf_sym() local
511 struct symbol *sym; in conf() local
576 struct symbol *sym; in check_conf() local
H A Dlkc.h114 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value()
119 static inline bool sym_is_choice(const struct symbol *sym) in sym_is_choice()
127 static inline bool sym_has_value(const struct symbol *sym) in sym_has_value()
/linux/scripts/gendwarfksyms/
H A Dsymbols.c20 static unsigned int __for_each_addr(struct symbol *sym, symbol_callback_t func, in __for_each_addr()
85 static void set_crc(struct symbol *sym, void *data) in set_crc()
97 void symbol_set_crc(struct symbol *sym, unsigned long crc) in symbol_set_crc()
103 static void set_ptr(struct symbol *sym, void *data) in set_ptr()
108 void symbol_set_ptr(struct symbol *sym, Dwarf_Die *ptr) in symbol_set_ptr()
114 static void set_die(struct symbol *sym, void *data) in set_die()
120 void symbol_set_die(struct symbol *sym, Dwarf_Die *die) in symbol_set_die()
133 struct symbol *sym; in symbol_read_exports() local
164 static void get_symbol(struct symbol *sym, void *arg) in get_symbol()
174 struct symbol *sym = NULL; in symbol_get() local
[all …]
/linux/arch/riscv/include/asm/
H A Druntime-const.h15 #define runtime_const_ptr(sym) \ argument
76 #define RISCV_RUNTIME_CONST_64_POSTAMBLE(sym) \ argument
84 #define runtime_const_ptr(sym) \ argument
100 #define runtime_const_ptr(sym) \ argument
114 #define runtime_const_ptr(sym) \ argument
128 #define runtime_const_ptr(sym) \ argument
140 #define runtime_const_shift_right_32(val, sym) \ argument
156 #define runtime_const_init(type, sym) do { \ argument
/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()
226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in nfp_rtsym_to_dest()
257 int __nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_read()
288 int nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_read()
294 int __nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readl()
314 int nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readl()
320 int __nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readq()
345 int nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readq()
351 int __nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_write()
373 int nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_write()
[all …]
/linux/tools/perf/util/
H A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() argument
19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs() argument
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 Dcall-path.c15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
51 struct symbol *sym, u64 ip, in call_path__new()
79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
/linux/arch/s390/include/asm/
H A Dasm.h35 #define CC_IPM(sym) argument
36 #define CC_OUT(sym, var) "=@cc" (var) argument
43 #define CC_IPM(sym) " ipm %[" __stringify(sym) "]\n" argument
44 #define CC_OUT(sym, var) [sym] "=d" (var) argument
H A Druntime-const.h7 #define runtime_const_ptr(sym) \ argument
23 #define runtime_const_shift_right_32(val, sym) \ argument
36 #define runtime_const_init(type, sym) do { \ argument
/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c16 char *sym = syma->name; in arch__choose_best_symbol() local
70 void arch__sym_update(struct symbol *s, GElf_Sym *sym) in arch__sym_update()
80 struct symbol *sym) in arch__fix_tev_from_maps()
123 struct symbol *sym = NULL; in arch__post_process_probe_trace_events() local
/linux/include/asm-generic/
H A Druntime-const.h11 #define runtime_const_ptr(sym) (sym) argument
12 #define runtime_const_shift_right_32(val, sym) ((u32)(val)>>(sym)) argument
13 #define runtime_const_init(type,sym) do { } while (0) argument
/linux/scripts/
H A Dinsert-sys-cert.c60 struct sym { struct
61 char *name;
62 unsigned long address;
63 unsigned long offset;
64 void *content;
65 int size;
135 Elf_Sym *sym, *symtab_start; in find_elf_symbol() local
/linux/tools/lib/bpf/
H A Delf.c78 GElf_Sym sym; member
93 struct elf_sym sym; member
159 GElf_Sym *sym = &ret->sym; in elf_sym_iter_next() local
224 static bool symbol_match(struct elf_sym_iter *iter, int sh_type, struct elf_sym *sym, in symbol_match()
267 static unsigned long elf_sym_offset(struct elf_sym *sym) in elf_sym_offset()
314 struct elf_sym *sym; in elf_find_func_offset() local
439 struct elf_sym *sym; in elf_resolve_syms_offsets() local
520 struct elf_sym *sym; in elf_resolve_pattern_offsets() local
/linux/arch/arm64/include/asm/
H A Dhyp_image.h18 #define kvm_nvhe_sym(sym) __kvm_nvhe_##sym argument
20 #define kvm_nvhe_sym(sym) sym argument
61 #define KVM_NVHE_ALIAS(sym) kvm_nvhe_sym(sym) = sym; argument
H A Druntime-const.h10 #define runtime_const_ptr(sym) ({ \ argument
23 #define runtime_const_shift_right_32(val, sym) ({ \ argument
34 #define runtime_const_init(type, sym) do { \ argument
/linux/kernel/module/
H A Dkallsyms.c38 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type() argument
281 const Elf_Sym *sym = &kallsyms->symtab[i]; find_kallsyms_symbol() local
368 const char *sym; lookup_module_symbol_name() local
397 const Elf_Sym *sym = &kallsyms->symtab[symnum]; module_get_kallsym() local
420 const Elf_Sym *sym = &kallsyms->symtab[i]; __find_kallsyms_symbol_value() local
500 const Elf_Sym *sym = &kallsyms->symtab[i]; module_kallsyms_on_each_symbol() local
[all...]
/linux/scripts/genksyms/
H A Dgenksyms.c155 struct symbol *sym; in find_symbol() local
169 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
232 struct symbol *sym; in __add_symbol() local
464 struct string_list *sym, *def; in read_reference() local
534 static uint32_t expand_and_crc_sym(struct symbol *sym, uint32_t crc) in expand_and_crc_sym()
640 struct symbol *sym; in export_symbol() local
820 struct symbol *sym = visited_symbols; in main() local
/linux/tools/virtio/linux/
H A Dexport.h1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym argument
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym argument
/linux/tools/bpf/bpftool/
H A Dxlated_dumper.c28 struct kernel_sym *sym; in kernel_syms_load() local
80 struct kernel_sym sym = { kernel_syms_search() local
146 print_call_pcrel(struct dump_data * dd,struct kernel_sym * sym,unsigned long address,const struct bpf_insn * insn) print_call_pcrel() argument
164 print_call_helper(struct dump_data * dd,struct kernel_sym * sym,unsigned long address) print_call_helper() argument
181 struct kernel_sym *sym; print_call() local
[all...]
/linux/tools/include/linux/
H A Dexport.h4 #define EXPORT_SYMBOL(sym) argument
5 #define EXPORT_SYMBOL_GPL(sym) argument

12345678