Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 258) 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
81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument
83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
86 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") 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()
76 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
85 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
97 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
109 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
125 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
157 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
170 struct symbol *sym; in sym_set_all_changed() local
177 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
246 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default()
[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.c226 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
350 struct symbol *sym; in conf_read_simple() local
544 struct symbol *sym; in conf_read() local
690 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol()
718 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig()
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()
775 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg()
840 struct symbol *sym; in conf_write_defconfig() 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
618 struct symbol *sym; in menu_is_visible() local
766 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
787 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
840 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.c38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init() local
63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
139 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
155 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
189 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
[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
193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
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()
[all …]
H A Dconfdata.c86 struct symbol *sym; in conf_expand_value() local
126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
253 struct symbol *sym; in conf_read_simple() local
406 struct symbol *sym; in conf_read() local
484 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
538 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
612 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
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
[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.h86 #define DECLARE_KVM_VHE_SYM(sym) extern char sym[] argument
87 #define DECLARE_KVM_NVHE_SYM(sym) extern char kvm_nvhe_sym(sym)[] argument
93 #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
110 #define this_cpu_ptr_nvhe_sym(sym) per_cpu_ptr_nvhe_sym(sym, smp_processor_id()) 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
[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()
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 …]
/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
394 static void elf_add_symbol(struct elf *elf, struct symbol *sym) in elf_add_symbol()
438 struct symbol *sym, *pfunc; in read_symbols() local
579 static int elf_update_sym_relocs(struct elf *elf, struct symbol *sym) in elf_update_sym_relocs()
598 struct section *symtab_shndx, struct symbol *sym) in elf_update_symbol()
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
[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