Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/include/linux/
H A Dexport.h36 #define __EXPORT_SYMBOL_REF(sym) \ argument
40 #define __EXPORT_SYMBOL_REF(sym) \ argument
45 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument
60 #define __EXPORT_SYMBOL(sym, license, ns) argument
64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
68 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
73 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
86 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") argument
87 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "GPL") 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
67 #define SYMBOL_CRC(sym, crc, sec) \ argument
/openbmc/linux/scripts/kconfig/
H A Dsymbol.c44 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
170 struct symbol *sym; in sym_set_all_changed() local
325 void sym_calc_value(struct symbol *sym) in sym_calc_value()
471 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 …]
H A Dlkc.h116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
122 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
127 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
132 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
137 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
142 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
H A Dconfdata.c350 struct symbol *sym; in conf_read_simple() local
544 struct symbol *sym; in conf_read() local
723 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
728 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig()
733 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
840 struct symbol *sym; in conf_write_defconfig() local
914 struct symbol *sym; in conf_write() local
1079 struct symbol *sym; in conf_touch_deps() local
1159 struct symbol *sym; in __conf_write_autoconf() local
1198 struct symbol *sym; in conf_write_autoconf() local
[all …]
H 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
768 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
789 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
842 struct symbol *sym; in get_relations_str() local
[all …]
H 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
H 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
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c47 struct symbol *sym; in sym_init() local
202 struct symbol *sym; in sym_set_all_changed() local
357 void sym_calc_value(struct symbol *sym) in sym_calc_value()
502 struct symbol *sym; in sym_clear_all_valid() local
931 struct symbol *sym; in sym_expand_string_value() local
1006 struct symbol *sym; member
1101 struct symbol *sym; member
1131 struct symbol *sym, *next_sym; in sym_check_print_recursive() local
1208 struct symbol *sym; in sym_check_expr_deps() local
1277 struct symbol *sym, *sym2; in sym_check_choice_deps() local
[all …]
H A Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
113 struct symbol *sym = current_entry->sym; in menu_set_type() local
226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
232 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
299 struct symbol *sym; in menu_finalize() local
633 struct symbol *sym; in menu_is_visible() local
767 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
776 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
797 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
848 struct symbol *sym; in get_relations_str() local
[all …]
H A Dconfdata.c86 struct symbol *sym; in conf_expand_value() local
253 struct symbol *sym; in conf_read_simple() local
406 struct symbol *sym; in conf_read() local
625 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
668 struct symbol *sym; in conf_write_defconfig() local
742 struct symbol *sym; in conf_write() local
844 struct symbol *sym; in conf_split_config() local
954 struct symbol *sym; in conf_write_autoconf() local
1056 struct symbol *sym; in randomize_choice_values() local
1104 struct symbol *sym; in set_all_choice_values() local
[all …]
H A Dlkc.h148 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
154 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
164 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
169 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
174 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
179 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
H A Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
132 struct symbol *sym = menu->sym; in conf_string() local
165 struct symbol *sym = menu->sym; in conf_sym() local
232 struct symbol *sym, *def_sym; in conf_choice() local
347 struct symbol *sym; in conf() local
414 struct symbol *sym; in check_conf() local
H A Dzconf.y275 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
532 struct symbol *sym; variable
554 for_all_symbols(i, sym) { in for_all_symbols() argument
645 struct symbol *sym = menu->sym; in print_symbol() local
733 struct symbol *sym; in zconfdump() local
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_asm.h93 #define DECLARE_KVM_HYP_SYM(sym) \ argument
97 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument
99 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument
102 #define DECLARE_KVM_HYP_PER_CPU(type, sym) \ argument
111 #define per_cpu_ptr_nvhe_sym(sym, cpu) \ argument
122 #define CHOOSE_NVHE_SYM(sym) sym argument
123 #define CHOOSE_HYP_SYM(sym) CHOOSE_NVHE_SYM(sym) argument
133 #define CHOOSE_VHE_SYM(sym) sym argument
134 #define CHOOSE_HYP_SYM(sym) CHOOSE_VHE_SYM(sym) argument
167 #define CHOOSE_VHE_SYM(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
/openbmc/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()
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 …]
/openbmc/linux/tools/perf/util/
H 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()
/openbmc/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
/openbmc/linux/arch/x86/entry/
H A Dsyscall_64.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument
19 #define __SYSCALL(nr, sym) __x64_##sym, argument
25 #define __SYSCALL(nr, sym) case nr: return __x64_##sym(regs); argument
H A Dsyscall_32.c16 #define __SYSCALL(nr, sym) extern long __ia32_##sym(const struct pt_regs *); argument
27 #define __SYSCALL(nr, sym) __ia32_##sym, argument
34 #define __SYSCALL(nr, sym) case nr: return __ia32_##sym(regs); argument
/openbmc/linux/tools/objtool/
H A Delf.c109 const struct symbol *sym; member
159 struct symbol *sym; in find_symbol_by_index() local
258 struct symbol *sym; in find_symbol_by_name() local
438 struct symbol *sym, *pfunc; in read_symbols() local
728 __elf_create_symbol(struct elf *elf, struct symbol *sym) in __elf_create_symbol()
796 struct symbol *sym = calloc(1, sizeof(*sym)); in elf_create_section_symbol() local
824 struct symbol *sym = calloc(1, sizeof(*sym)); in elf_create_prefix_symbol() local
852 unsigned long offset, struct symbol *sym, in elf_init_reloc()
892 struct symbol *sym = insn_sec->sym; in elf_init_reloc_text_sym() local
922 struct symbol *sym, in elf_init_reloc_data_sym()
[all …]
/openbmc/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
/openbmc/linux/tools/lib/bpf/
H A Delf.c65 GElf_Sym sym; member
75 struct elf_sym sym; member
120 GElf_Sym *sym = &ret->sym; in elf_sym_iter_next() local
156 static unsigned long elf_sym_offset(struct elf_sym *sym) in elf_sym_offset()
193 struct elf_sym *sym; in elf_find_func_offset() local
320 struct elf_sym *sym; in elf_resolve_syms_offsets() local
401 struct elf_sym *sym; in elf_resolve_pattern_offsets() local
/openbmc/linux/arch/x86/tools/
H 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
668 Elf_Sym *sym; in print_absolute_relocs() local
730 Elf_Sym *sym, const char *symname)) in walk_relocs()
762 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
834 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
845 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
[all …]

1234567891011