Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/include/linux/
A Dexport.h40 #define __KSYMTAB_ENTRY(sym, sec) \ argument
56 #define __KSYMTAB_ENTRY(sym, sec) \ argument
86 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
107 #define __EXPORT_SYMBOL(sym, sec, ns) argument
120 #define __ksym_marker(sym) \ argument
123 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
126 #define __cond_export_sym(sym, sec, ns, conf) \ argument
128 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
135 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
150 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") argument
[all …]
/linux-6.3-rc2/scripts/kconfig/
A Dsymbol.c41 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
169 struct symbol *sym; in sym_set_all_changed() local
324 void sym_calc_value(struct symbol *sym) in sym_calc_value()
470 struct symbol *sym; in sym_clear_all_valid() local
792 bool sym_is_changeable(struct symbol *sym) in sym_is_changeable()
875 struct symbol *sym; member
911 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
970 struct symbol *sym; member
1000 struct symbol *sym, *next_sym; in sym_check_print_recursive() local
1088 struct symbol *sym; in sym_check_expr_deps() local
[all …]
A Dlkc.h115 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
121 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
126 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
131 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
136 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
141 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
A Dmenu.c48 void menu_add_entry(struct symbol *sym) in menu_add_entry()
115 struct symbol *sym = current_entry->sym; in menu_set_type() local
210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
221 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
288 struct symbol *sym; in menu_finalize() local
620 struct symbol *sym; in menu_is_visible() local
760 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
781 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
834 struct symbol *sym; in get_relations_str() local
[all …]
A Dconfdata.c350 struct symbol *sym; in conf_read_simple() local
527 struct symbol *sym; in conf_read() local
706 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
711 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig()
716 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
823 struct symbol *sym; in conf_write_defconfig() local
897 struct symbol *sym; in conf_write() local
1062 struct symbol *sym; in conf_touch_deps() local
1142 struct symbol *sym; in __conf_write_autoconf() local
1181 struct symbol *sym; in conf_write_autoconf() local
[all …]
A Dconf.c119 struct symbol *sym; in randomize_choice_values() local
173 struct symbol *sym, *csym; in conf_set_all_new_symbols() local
306 struct symbol *sym; in conf_rewrite_tristates() local
317 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
351 struct symbol *sym = menu->sym; in conf_string() local
384 struct symbol *sym = menu->sym; in conf_sym() local
451 struct symbol *sym, *def_sym; in conf_choice() local
566 struct symbol *sym; in conf() local
633 struct symbol *sym; in check_conf() local
A Dparser.y231 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
480 struct symbol *sym; variable
505 for_all_symbols(i, sym) { in for_all_symbols() argument
582 struct symbol *sym = menu->sym; in print_symbol() local
674 struct symbol *sym; in zconfdump() local
/linux-6.3-rc2/arch/arm64/include/asm/
A Dkvm_asm.h91 #define DECLARE_KVM_HYP_SYM(sym) \ argument
95 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument
97 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument
100 #define DECLARE_KVM_HYP_PER_CPU(type, sym) \ argument
109 #define per_cpu_ptr_nvhe_sym(sym, cpu) \ argument
120 #define CHOOSE_NVHE_SYM(sym) sym argument
121 #define CHOOSE_HYP_SYM(sym) CHOOSE_NVHE_SYM(sym) argument
131 #define CHOOSE_VHE_SYM(sym) sym argument
132 #define CHOOSE_HYP_SYM(sym) CHOOSE_VHE_SYM(sym) argument
165 #define CHOOSE_VHE_SYM(sym) sym argument
[all …]
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
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
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()
294 int __nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readl()
320 int __nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readq()
351 int __nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_write()
379 int __nfp_rtsym_writel(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_writel()
405 int __nfp_rtsym_writeq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_writeq()
446 const struct nfp_rtsym *sym; in nfp_rtsym_read_le() local
497 const struct nfp_rtsym *sym; in nfp_rtsym_write_le() local
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf()
19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs()
43 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs()
50 size_t __symbol__fprintf_symname(const struct symbol *sym, in __symbol__fprintf_symname()
57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
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-6.3-rc2/include/asm-generic/
A Dexport.h65 #define __EXPORT_SYMBOL(sym, val, sec) \ argument
68 #define __cond_export_sym(sym, val, sec, conf) \ argument
70 #define ___cond_export_sym(sym, val, sec, enabled) \ argument
72 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec argument
73 #define __cond_export_sym_0(sym, val, sec) /* nothing */ argument
/linux-6.3-rc2/tools/perf/arch/powerpc/util/
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-6.3-rc2/tools/objtool/
A Delf.c73 const struct symbol *sym; member
123 struct symbol *sym; in find_symbol_by_index() local
222 struct symbol *sym; in find_symbol_by_name() local
398 struct symbol *sym, *pfunc; in read_symbols() local
541 unsigned int type, struct symbol *sym, s64 addend) in elf_add_reloc()
723 __elf_create_symbol(struct elf *elf, struct symbol *sym) in __elf_create_symbol()
790 struct symbol *sym = calloc(1, sizeof(*sym)); in elf_create_section_symbol() local
818 struct symbol *sym = calloc(1, sizeof(*sym)); in elf_create_prefix_symbol() local
848 struct symbol *sym = insn_sec->sym; in elf_add_reloc_to_insn() local
900 struct symbol *sym; in read_relocs() local
[all …]
/linux-6.3-rc2/scripts/
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-6.3-rc2/arch/x86/tools/
A Drelocs.c271 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name()
292 Elf_Sym *sym; in sym_lookup() local
349 static int sym_index(Elf_Sym *sym) in sym_index()
541 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local
614 Elf_Sym *sym; in print_absolute_symbols() local
660 Elf_Sym *sym; in print_absolute_relocs() local
722 Elf_Sym *sym, const char *symname)) in walk_relocs()
745 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
817 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
828 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
[all …]
/linux-6.3-rc2/kernel/module/
A Dkallsyms.c37 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type()
284 const Elf_Sym *sym = &kallsyms->symtab[i]; in find_kallsyms_symbol() local
371 const char *sym; in lookup_module_symbol_name() local
397 const char *sym; in lookup_module_symbol_attrs() local
428 const Elf_Sym *sym = &kallsyms->symtab[symnum]; in module_get_kallsym() local
451 const Elf_Sym *sym = &kallsyms->symtab[i]; in find_kallsyms_symbol_value() local
522 const Elf_Sym *sym = &kallsyms->symtab[i]; in module_kallsyms_on_each_symbol() local
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c262 struct symbol *sym; in sym_add_unresolved() local
430 Elf_Sym *sym; in parse_elf() local
1150 Elf_Sym *sym; in find_elf_symbol() local
1194 Elf_Sym *sym; in find_elf_symbol2() local
1340 Elf_Rela* r, Elf_Sym* sym, in report_extable_warnings()
1535 Elf_Sym *sym; in section_rela() local
1592 Elf_Sym *sym; in section_rel() local
1722 struct symbol *sym; in extract_crcs_for_object() local
1794 Elf_Sym *sym; in read_symbols() local
2024 struct symbol *sym; in add_exported_symbols() local
[all …]
/linux-6.3-rc2/scripts/genksyms/
A Dgenksyms.c157 struct symbol *sym; in find_symbol() local
170 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
190 struct symbol *sym; in __add_symbol() local
460 struct string_list *sym, *def; in read_reference() local
530 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym()
636 struct symbol *sym; in export_symbol() local
833 struct symbol *sym = visited_symbols; in main() local
/linux-6.3-rc2/tools/virtio/linux/
A Dexport.h1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym argument
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym argument
/linux-6.3-rc2/tools/include/linux/
A Dexport.h4 #define EXPORT_SYMBOL(sym) argument
5 #define EXPORT_SYMBOL_GPL(sym) argument
/linux-6.3-rc2/tools/bpf/bpftool/
A Dxlated_dumper.c28 struct kernel_sym *sym; in kernel_syms_load() local
76 struct kernel_sym sym = { in kernel_syms_search() local
142 struct kernel_sym *sym, in print_call_pcrel()
160 struct kernel_sym *sym, in print_call_helper()
177 struct kernel_sym *sym; in print_call() local
/linux-6.3-rc2/arch/x86/entry/
A Dsyscall_64.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument
14 #define __SYSCALL(nr, sym) __x64_##sym, argument
A Dsyscall_x32.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument
14 #define __SYSCALL(nr, sym) __x64_##sym, argument

Completed in 67 milliseconds

123456789