| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | expr.h | 39 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 205 #define for_all_properties(sym, st, tok) \ argument 208 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 209 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 210 #define for_all_prompts(sym, st) \ argument 234 struct symbol *sym; member
|
| H A D | qconf.cc | 91 struct symbol* sym; in updateMenu() local 267 struct symbol *sym; in setModelData() local 485 struct symbol* sym; in setValue() local 510 struct symbol* sym; in changeValue() local 1004 struct symbol* sym; in menuInfo() local 1062 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1153 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | decode.c | 99 struct symbol *sym; in arch_decode_instruction() local 648 bool arch_is_retpoline(struct symbol *sym) in arch_is_retpoline() 653 bool arch_is_rethunk(struct symbol *sym) in arch_is_rethunk()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/gtk/ |
| H A D | annotate.c | 28 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent() 98 struct symbol *sym = ms->sym; in perf_gtk__annotate_symbol() local 167 struct symbol *sym = ms->sym; in symbol__gtk_annotate() local
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | sys.c | 52 #define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const struct pt_regs *); argument 56 #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, argument
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | demangle-rust.c | 77 rust_is_mangled(const char *sym) in rust_is_mangled() 182 rust_demangle_sym(char *sym) in rust_demangle_sym()
|
| H A D | symbol.c | 286 struct symbol *sym = calloc(1, (symbol_conf.priv_size + in symbol__new() local 312 void symbol__delete(struct symbol *sym) in symbol__delete() 331 struct symbol *sym, bool kernel) in __symbols__insert() 364 void symbols__insert(struct rb_root_cached *symbols, struct symbol *sym) in symbols__insert() 412 static struct symbol *symbols__next(struct symbol *sym) in symbols__next() 422 static void symbols__insert_by_name(struct rb_root_cached *symbols, struct symbol *sym) in symbols__insert_by_name() 523 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol() 535 void dso__delete_symbol(struct dso *dso, struct symbol *sym) in dso__delete_symbol() 562 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() 567 struct symbol *symbol__next_by_name(struct symbol *sym) in symbol__next_by_name() [all …]
|
| H A D | symbol.h | 76 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() 86 struct symbol sym; member 99 static inline void *symbol__priv(struct symbol *sym) in symbol__priv() 114 struct symbol *sym; member
|
| H A D | symbol-elf.c | 111 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \ argument 116 static inline uint8_t elf_sym__type(const GElf_Sym *sym) in elf_sym__type() 121 static inline uint8_t elf_sym__visibility(const GElf_Sym *sym) in elf_sym__visibility() 130 static inline int elf_sym__is_function(const GElf_Sym *sym) in elf_sym__is_function() 138 static inline bool elf_sym__is_object(const GElf_Sym *sym) in elf_sym__is_object() 145 static inline int elf_sym__is_label(const GElf_Sym *sym) in elf_sym__is_label() 155 static bool elf_sym__filter(GElf_Sym *sym) in elf_sym__filter() 160 static inline const char *elf_sym__name(const GElf_Sym *sym, in elf_sym__name() 313 GElf_Sym sym; in dso__synthesize_plt_symbols() local 960 GElf_Sym *sym, GElf_Shdr *shdr, in dso__process_kernel_symbol() [all …]
|
| H A D | map.c | 303 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start() local 313 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end() local 423 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline() 661 static bool map__contains_symbol(struct map *map, struct symbol *sym) in map__contains_symbol() 670 struct symbol *sym; in maps__find_symbol_by_name() local
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | module.c | 30 Elf32_Sym *sym; in apply_relocate() local 70 Elf32_Sym *sym; in apply_relocate_add() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.h | 142 #define IWL_EXPORT_SYMBOL(sym) EXPORT_SYMBOL_GPL(sym) argument 144 #define IWL_EXPORT_SYMBOL(sym) argument
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | docproc.c | 82 static void consume_symbol(const char *sym) in consume_symbol() 154 static void add_new_symbol(struct symfile *sym, char * symname) in add_new_symbol() 198 struct symfile *sym; in find_export_symbols() local 269 struct symfile * sym = &symfilelist[i]; in docfunctions() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | map.c | 27 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() local 51 struct symbol *sym; in map_browser__search() local
|
| H A D | annotate.c | 154 struct symbol *sym = ms->sym; in annotate_browser__draw_current_jump() local 306 struct symbol *sym = ms->sym; in annotate_browser__calc_percent() local 393 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() 615 struct symbol *sym = ms->sym; in annotate_browser__show() local 669 struct symbol *sym = ms->sym; in annotate_browser__run() local 897 struct symbol *sym = ms->sym; in symbol__tui_annotate() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ftrace.h | 78 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) in arch_syscall_match_sym_name() 88 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) in arch_syscall_match_sym_name()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 119 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name() 342 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local 468 Elf_Sym *sym, const char *symname)) in walk_relocs() 492 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local 500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | atomic64_32.h | 17 #define __ATOMIC64_DECL(sym) void atomic64_##sym(atomic64_t *, ...) argument 21 #define ATOMIC64_DECL_ONE(sym) __ATOMIC64_DECL(sym); \ argument 30 #define ATOMIC64_DECL(sym) ATOMIC64_DECL_ONE(sym##_cx8) argument 36 #define ATOMIC64_DECL(sym) ATOMIC64_DECL_ONE(sym##_cx8); \ argument
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fail_function.c | 56 static struct fei_attr *fei_attr_new(const char *sym, unsigned long addr) in fei_attr_new() 83 static struct fei_attr *fei_attr_lookup(const char *sym) in fei_attr_lookup() 244 char *buf, *sym; in fei_write() local
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | module.c | 61 Elf_Sym *sym; in module_frob_arch_sections() local 91 Elf_Sym *sym; in apply_relocate_add() local
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-common.S | 341 .macro syscall_table_start, sym argument 358 .macro syscall_table_end, sym argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler.h | 168 # define KENTRY(sym) \ argument 224 #define __ADDRESSABLE(sym) \ argument
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | hists_cumulate.c | 22 struct symbol *sym; member 166 const char *sym; member 173 const char *sym; member
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | kallsyms.c | 37 unsigned char sym[]; member 179 static void check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range() 203 struct sym_entry *sym; in read_symbol() local 317 struct sym_entry *sym; in read_map() local
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | user_syms.c | 40 #define EXPORT_SYMBOL_PROTO(sym) \ argument
|