Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 213) 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 …]
/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()
147 struct symbol *sym = current_entry->sym; in menu_set_type() local
232 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
237 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
243 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
308 struct symbol *sym; in _menu_finalize() local
548 struct symbol *sym; in menu_is_visible() local
700 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
721 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
775 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 sym_get_tristate_value(const struct symbol * sym) sym_get_tristate_value() argument
121 sym_is_choice(const struct symbol * sym) sym_is_choice() argument
129 sym_has_value(const struct symbol * sym) sym_has_value() argument
[all...]
/linux/arch/arm64/include/asm/
H A Dkvm_asm.h121 #define DECLARE_KVM_VHE_SYM(sym) extern char sym[] argument
122 #define DECLARE_KVM_NVHE_SYM(sym) extern char kvm_nvhe_sym(sym)[] argument
128 #define DECLARE_KVM_HYP_SYM(sym) \ argument
132 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument
134 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument
137 #define DECLARE_KVM_HYP_PER_CPU(type, sym) \ argument
145 #define this_cpu_ptr_nvhe_sym(sym) per_cpu_ptr_nvhe_sym(sym, smp_processor_id()) argument
146 #define per_cpu_ptr_nvhe_sym(sym, cpu) \ argument
157 #define CHOOSE_NVHE_SYM(sym) sym argument
158 #define CHOOSE_HYP_SYM(sym) CHOOSE_NVHE_SYM(sym) argument
[all …]
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.h14 #define runtime_const_ptr(sym) ({ \ argument
27 #define runtime_const_shift_right_32(val, sym) ({ \ argument
38 #define runtime_const_init(type, sym) do { \ argument
/linux/scripts/gendwarfksyms/
H A Dsymbols.c20 __for_each_addr(struct symbol * sym,symbol_callback_t func,void * data) __for_each_addr() argument
85 set_crc(struct symbol * sym,void * data) set_crc() argument
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
166 get_symbol(struct symbol * sym,void * arg) get_symbol() argument
176 struct symbol *sym = NULL; symbol_get() local
185 struct symbol *sym; symbol_for_each() local
254 GElf_Sym *sym; elf_for_each_global() local
286 set_symbol_addr(struct symbol * sym,void * arg) set_symbol_addr() argument
303 elf_set_symbol_addr(const char * name,GElf_Sym * sym,Elf32_Word xndx,void * arg) elf_set_symbol_addr() argument
321 struct symbol *sym; symbol_print_versions() local
334 struct symbol *sym; symbol_free() local
[all...]
/linux/arch/riscv/include/asm/
H A Druntime-const.h19 #define runtime_const_ptr(sym) \ argument
80 #define RISCV_RUNTIME_CONST_64_POSTAMBLE(sym) \ argument
88 #define runtime_const_ptr(sym) \ argument
104 #define runtime_const_ptr(sym) \ argument
118 #define runtime_const_ptr(sym) \ argument
132 #define runtime_const_ptr(sym) \ argument
144 #define runtime_const_shift_right_32(val, sym) \ argument
160 #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/objtool/
H A Delf.c118 const struct symbol *sym; member
167 struct symbol *sym; in find_symbol_by_index() local
180 struct symbol *sym; in find_symbol_by_offset() local
206 struct symbol *sym = NULL, *tmp; in find_symbol_containing() local
286 struct symbol *sym; in find_symbol_by_name() local
301 struct symbol *sym; in find_local_symbol_by_file_and_name() local
315 struct symbol *sym; in find_global_symbol_by_name() local
327 void (*process)(struct symbol *sym, void *data), in iterate_global_symbol_by_demangled_name()
330 struct symbol *sym; in iterate_global_symbol_by_demangled_name() local
506 static const char *demangle_name(struct symbol *sym) in demangle_name()
[all …]
H A Dklp-diff.c33 char *mod, *sym; member
109 char *sym, *mod, *type; in read_exports() local
192 struct symbol *sym; in read_sym_checksums() local
218 struct symbol *sym; in first_file_symbol() local
228 static struct symbol *next_file_symbol(struct elf *elf, struct symbol *sym) in next_file_symbol()
242 static bool is_uncorrelated_static_local(struct symbol *sym) in is_uncorrelated_static_local()
273 static bool is_clang_tmp_label(struct symbol *sym) in is_clang_tmp_label()
345 static bool dont_correlate(struct symbol *sym) in dont_correlate()
364 static void process_demangled_name(struct symbol *sym, void *d) in process_demangled_name()
383 static int find_global_symbol_by_demangled_name(struct elf *elf, struct symbol *sym, in find_global_symbol_by_demangled_name()
[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/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/arch/x86/include/asm/
H A Druntime-const.h21 #define runtime_const_ptr(sym) ({ \ argument
35 #define runtime_const_shift_right_32(val, sym) ({ \ argument
44 #define runtime_const_init(type, sym) do { \ argument
/linux/arch/x86/tools/
H A Drelocs.c277 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name()
329 static int sym_index(Elf_Sym *sym) in sym_index()
504 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local
578 Elf_Sym *sym; in print_absolute_symbols() local
636 Elf_Sym *sym; in print_absolute_relocs() local
697 Elf_Sym *sym, const char *symname)) in walk_relocs()
730 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
740 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
811 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
854 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) in do_reloc_real()
[all …]
/linux/arch/s390/include/asm/
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/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/scripts/mod/
H A Dmodpost.c247 static uint8_t get_symbol_flags(const struct symbol *sym) in get_symbol_flags()
253 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol()
260 struct symbol *sym; in sym_add_unresolved() local
331 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data()
377 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc()
415 Elf_Sym *sym; in parse_elf() local
628 const Elf_Sym *sym, const char *symname) in handle_symbol()
716 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
997 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym()
1082 Elf_Sym *sym) in check_export_symbol()
[all …]
/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

123456789