Home
last modified time | relevance | path

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

123456789

/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()
80 struct menu *sym_get_prompt_menu(const struct symbol *sym) in sym_get_prompt_menu()
98 struct menu *sym_get_choice_menu(const struct symbol *sym) in sym_get_choice_menu()
120 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
132 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
144 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
160 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
192 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
206 struct symbol *sym; in sym_set_all_changed() local
212 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
[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()
326 struct symbol *sym; in conf_read_simple() local
491 struct symbol *sym; in conf_read() local
610 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol()
638 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig()
643 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
648 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig()
653 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
695 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg()
760 struct symbol *sym; in conf_write_defconfig() 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
690 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
711 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
765 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.h116 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value()
121 static inline bool sym_is_choice(const struct symbol *sym) in sym_is_choice()
129 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/scripts/mod/
H A Dmodpost.c248 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol()
255 struct symbol *sym; in sym_add_unresolved() local
326 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data()
372 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc()
410 Elf_Sym *sym; in parse_elf() local
614 const Elf_Sym *sym, const char *symname) in handle_symbol()
702 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
983 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym()
1068 Elf_Sym *sym) in check_export_symbol()
1137 Elf_Sym *sym, in check_section_mismatch()
[all …]

123456789