Home
last modified time | relevance | path

Searched defs:sym (Results 26 – 50 of 262) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/support/kconfig/
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
H A Dexpr.h39 struct symbol *sym; member
134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument
191 struct symbol *sym; /* the symbol for which the property is associated */ member
203 #define for_all_properties(sym, st, tok) \ argument
206 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
207 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
208 #define for_all_prompts(sym, st) \ argument
232 struct symbol *sym; member
H A Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
843 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
871 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1232 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1242 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconf.c85 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
136 struct symbol *sym = menu->sym; in conf_string() local
169 struct symbol *sym = menu->sym; in conf_sym() local
238 struct symbol *sym, *def_sym; in conf_choice() local
357 struct symbol *sym; in conf() local
423 struct symbol *sym; in check_conf() local
H A Dexpr.h39 struct symbol *sym; member
91 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument
148 struct symbol *sym; /* the symbol for which the property is associated */ member
160 #define for_all_properties(sym, st, tok) \ argument
163 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
164 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
165 #define for_all_prompts(sym, st) \ argument
173 struct symbol *sym; member
H A Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1163 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1173 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconf.c86 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
134 struct symbol *sym = menu->sym; in conf_string() local
167 struct symbol *sym = menu->sym; in conf_sym() local
234 struct symbol *sym, *def_sym; in conf_choice() local
349 struct symbol *sym; in conf() local
416 struct symbol *sym; in check_conf() local
H A Dexpr.c18 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
851 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
879 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1230 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1240 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dsymbols.hpp157 operator+=(symbols& sym, Str const& str) in operator +=()
164 operator-=(symbols& sym, Str const& str) in operator -=()
173 operator+=(symbols& sym, Str& str) in operator +=()
181 operator-=(symbols& sym, Str& str) in operator -=()
189 operator+=(symbols& sym, Str&& str) in operator +=()
197 operator-=(symbols& sym, Str&& str) in operator -=()
324 symbols& sym; member
367 symbols& sym; member
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c261 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name()
282 Elf_Sym *sym; in sym_lookup() local
492 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local
558 Elf_Sym *sym; in print_absolute_symbols() local
604 Elf_Sym *sym; in print_absolute_relocs() local
666 Elf_Sym *sym, const char *symname)) in walk_relocs()
689 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
761 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
770 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
866 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/tools/perf/util/
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()
H A Dannotate.c338 struct symbol *sym = ms->sym; in jump__parse() local
799 static int symbol__alloc_hist_cycles(struct symbol *sym) in symbol__alloc_hist_cycles()
810 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms()
879 struct symbol *sym = ms->sym; in __symbol__inc_addr_samples() local
911 static struct cyc_hist *symbol__cycles_hist(struct symbol *sym) in symbol__cycles_hist()
930 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists()
954 struct symbol *sym = ms->sym; in symbol__inc_addr_samples() local
964 struct symbol *sym, unsigned cycles) in symbol__account_cycles()
1358 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print()
1479 static int symbol__parse_objdump_line(struct symbol *sym, in symbol__parse_objdump_line()
[all …]
H A Dsrcline.c280 struct symbol *sym) in inline_list__append_dso_a2l()
295 struct symbol *sym) in addr2line()
365 struct dso *dso, struct symbol *sym) in addr2inlines()
451 struct symbol *sym) in addr2inlines()
519 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline()
602 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline()
678 struct symbol *sym) in dso__parse_addr_inlines()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/scripts/genksyms/
H 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
843 struct symbol *sym = visited_symbols; in main() local
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dxlated_dumper.c25 struct kernel_sym *sym; in kernel_syms_load() local
73 struct kernel_sym sym = { in kernel_syms_search() local
139 struct kernel_sym *sym, in print_call_pcrel()
157 struct kernel_sym *sym, in print_call_helper()
174 struct kernel_sym *sym; in print_call() local
/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dsyscall_32.c11 #define __SYSCALL_I386(nr, sym) extern long __ia32_##sym(const struct pt_regs *); argument
16 #define __SYSCALL_I386(nr, sym) [nr] = __ia32_##sym, argument
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Duser-offsets.c12 #define DEFINE(sym, val) \ argument
15 #define DEFINE_LONGS(sym, val) \ argument
H A Dsys_call_table_32.c29 #define __SYSCALL_I386(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned l… argument
33 #define __SYSCALL_I386(nr, sym) [ nr ] = sym, argument
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c155 struct symbol *sym; in find_symbol_by_index() local
222 struct symbol *sym; in find_symbol_by_name() local
344 static void elf_add_symbol(struct elf *elf, struct symbol *sym) in elf_add_symbol()
378 struct symbol *sym, *pfunc; in read_symbols() local
513 unsigned int type, struct symbol *sym, s64 addend) in elf_add_reloc()
546 static void elf_dirty_reloc_sym(struct elf *elf, struct symbol *sym) in elf_dirty_reloc_sym()
574 struct section *symtab_shndx, struct symbol *sym) in elf_update_symbol()
696 struct symbol *sym, *old; in elf_create_section_symbol() local
764 struct symbol *sym = insn_sec->sym; in elf_add_reloc_to_insn() local
1300 struct symbol *sym, *tmpsym; in elf_close() local
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c334 static void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data()
388 const Elf_Sym *sym) in namespace_from_kstrtabns()
483 Elf_Sym *sym; in parse_elf() local
677 const Elf_Sym *sym, const char *symname) in handle_modversion()
700 const Elf_Sym *sym, const char *symname) in handle_symbol()
825 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
839 static int match(const char *sym, const char * const pat[]) in match()
1284 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1303 Elf_Sym *sym; in find_elf_symbol() local
1347 Elf_Sym *sym; in find_elf_symbol2() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dkbuild.h5 #define DEFINE(sym, val) \ argument
10 #define OFFSET(sym, str, mem) \ argument
/OK3568_Linux_fs/u-boot/include/linux/
H A Dkbuild.h9 #define DEFINE(sym, val) \ argument
14 #define OFFSET(sym, str, mem) \ argument

1234567891011