Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dexport.h45 #define __CRC_SYMBOL(sym, sec) \ argument
52 #define __CRC_SYMBOL(sym, sec) argument
56 #define __EXPORT_SYMBOL(sym, sec) \ argument
68 #define EXPORT_SYMBOL(sym) \ argument
71 #define EXPORT_SYMBOL_GPL(sym) \ argument
74 #define EXPORT_SYMBOL_GPL_FUTURE(sym) \ argument
78 #define EXPORT_UNUSED_SYMBOL(sym) __EXPORT_SYMBOL(sym, "_unused") argument
79 #define EXPORT_UNUSED_SYMBOL_GPL(sym) __EXPORT_SYMBOL(sym, "_unused_gpl") argument
81 #define EXPORT_UNUSED_SYMBOL(sym) argument
82 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument
[all …]
Dkbuild.h4 #define DEFINE(sym, val) \ argument
9 #define OFFSET(sym, str, mem) \ argument
/linux-4.4.14/scripts/kconfig/
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 …]
Dzconf.y149 struct symbol *sym = sym_lookup($2, 0); variable
163 struct symbol *sym = sym_lookup($2, 0); variable
249 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
498 struct symbol *sym; variable
519 for_all_symbols(i, sym) { in for_all_symbols() argument
610 struct symbol *sym = menu->sym; in print_symbol() local
693 struct symbol *sym; in zconfdump() local
Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
114 struct symbol *sym = current_entry->sym; in menu_set_type() local
194 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()
285 struct symbol *sym; in menu_finalize() local
472 struct symbol *sym; in menu_is_visible() local
606 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
618 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
672 struct symbol *sym; in get_relations_str() local
[all …]
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()
257 struct symbol *sym; in conf_read_simple() local
409 struct symbol *sym; in conf_read() local
486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
627 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 …]
Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
152 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
162 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
167 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
172 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
177 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
135 struct symbol *sym = menu->sym; in conf_string() local
168 struct symbol *sym = menu->sym; in conf_sym() local
237 struct symbol *sym, *def_sym; in conf_choice() local
356 struct symbol *sym; in conf() local
422 struct symbol *sym; in check_conf() local
Dexpr.h39 struct symbol *sym; member
90 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument
146 struct symbol *sym; /* the symbol for which the property is associated */ member
158 #define for_all_properties(sym, st, tok) \ argument
161 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
162 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
163 #define for_all_prompts(sym, st) \ argument
171 struct symbol *sym; member
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()
Dqconf.cc107 struct symbol* sym; in updateMenu() local
468 struct symbol* sym; in setValue() local
493 struct symbol* sym; in changeValue() local
1074 struct symbol* sym; in menuInfo() local
1128 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1213 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
Dzconf.tab.c1717 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); local
1735 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); local
1825 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE); local
2335 struct symbol *sym; in conf_parse() local
2447 struct symbol *sym = menu->sym; in print_symbol() local
2530 struct symbol *sym; in zconfdump() local
Dgconf.c787 struct symbol *sym; in renderer_edited() local
808 struct symbol *sym = menu->sym; in change_sym_value() local
1040 struct symbol *sym = menu->sym; in fill_row() local
1255 struct symbol *sym; in update_tree() local
1336 struct symbol *sym; in display_tree() local
Dutil.c37 struct symbol *sym, *env_sym; in file_write_dep() local
Dmconf.c468 struct symbol *sym; in build_conf() local
650 struct symbol *sym; in conf() local
Dnconf.c735 struct symbol *sym; in build_conf() local
1070 struct symbol *sym; in conf() local
Dqconf.h266 struct symbol *sym; variable
/linux-4.4.14/tools/include/linux/
Dexport.h4 #define EXPORT_SYMBOL(sym) argument
5 #define EXPORT_SYMBOL_GPL(sym) argument
6 #define EXPORT_SYMBOL_GPL_FUTURE(sym) argument
7 #define EXPORT_UNUSED_SYMBOL(sym) argument
8 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument
/linux-4.4.14/arch/x86/um/
Duser-offsets.c12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument
18 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument
19 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument
25 #define DEFINE(sym, val) \ argument
28 #define DEFINE_LONGS(sym, val) \ argument
Dsys_call_table_64.c38 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument
39 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument
41 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsi… argument
45 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
Dsys_call_table_32.c28 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, un… argument
32 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
/linux-4.4.14/arch/x86/entry/
Dsyscall_64.c9 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument
12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument
14 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument
17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsi… argument
21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
Dsyscall_32.c10 #define SYM(sym, compat) compat argument
12 #define SYM(sym, compat) sym argument
15 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long SYM(sym, compat)(unsigned long, unsi… argument
19 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat), argument
Dentry_64.S664 #define trace(sym) trace_##sym argument
665 #define smp_trace(sym) smp_trace_##sym argument
/linux-4.4.14/arch/frv/kernel/
Dasm-offsets.c17 #define DEF_PTREG(sym, reg) \ argument
21 #define DEF_IREG(sym, reg) \ argument
25 #define DEF_FREG(sym, reg) \ argument
29 #define DEF_0REG(sym, reg) \ argument
/linux-4.4.14/arch/x86/kernel/
Dasm-offsets_64.c7 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument
8 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument
10 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1, argument
12 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument
17 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
Dmodule.c107 Elf32_Sym *sym; in apply_relocate() local
147 Elf64_Sym *sym; in apply_relocate_add() local
Dasm-offsets_32.c10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
Dmachine_kexec_64.c413 Elf64_Sym *sym; in arch_kexec_apply_relocations_add() local
/linux-4.4.14/tools/virtio/linux/
Dexport.h1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym argument
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym argument
/linux-4.4.14/tools/perf/util/
Dannotate.c443 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym) in symbol__annotate_init()
450 int symbol__alloc_hist(struct symbol *sym) in symbol__alloc_hist()
477 static int symbol__alloc_hist_cycles(struct symbol *sym) in symbol__alloc_hist_cycles()
488 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms()
543 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, in __symbol__inc_addr_samples()
568 static struct annotation *symbol__get_annotation(struct symbol *sym, bool cycles) in symbol__get_annotation()
583 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples()
597 struct symbol *sym, unsigned cycles) in symbol__account_cycles()
818 static int disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, in disasm_line__print()
955 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, in symbol__parse_objdump_line()
[all …]
Dsymbol.c232 struct symbol *sym = calloc(1, (symbol_conf.priv_size + in symbol__new() local
252 void symbol__delete(struct symbol *sym) in symbol__delete()
257 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf()
266 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs()
286 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
304 void symbols__insert(struct rb_root *symbols, struct symbol *sym) in symbols__insert()
356 static struct symbol *symbols__next(struct symbol *sym) in symbols__next()
368 struct symbol sym; member
371 static void symbols__insert_by_name(struct rb_root *symbols, struct symbol *sym) in symbols__insert_by_name()
470 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol()
[all …]
Dsymbol-elf.c67 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \ argument
72 static inline uint8_t elf_sym__type(const GElf_Sym *sym) in elf_sym__type()
81 static inline int elf_sym__is_function(const GElf_Sym *sym) in elf_sym__is_function()
89 static inline bool elf_sym__is_object(const GElf_Sym *sym) in elf_sym__is_object()
96 static inline int elf_sym__is_label(const GElf_Sym *sym) in elf_sym__is_label()
104 static bool elf_sym__is_a(GElf_Sym *sym, enum map_type type) in elf_sym__is_a()
116 static inline const char *elf_sym__name(const GElf_Sym *sym, in elf_sym__name()
219 GElf_Sym sym; in dso__synthesize_plt_symbols() local
796 GElf_Sym sym; in dso__load_sym() local
Dthread-stack.c339 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
375 struct symbol *sym, u64 ip, in call_path__new()
403 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
495 struct symbol *sym) in thread_stack__pop_cp()
543 struct symbol *sym; in thread_stack__bottom() local
Dsymbol.h75 static inline size_t symbol__size(const struct symbol *sym) in symbol__size()
150 static inline void *symbol__priv(struct symbol *sym) in symbol__priv()
163 struct symbol *sym; member
168 struct symbol *sym; member
189 struct symbol *sym; member
Dsrcline.c270 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline()
327 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline()
Dunwind.h11 struct symbol *sym; member
Dmap.c264 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start() local
274 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end() local
559 struct symbol *sym; in maps__find_symbol_by_name() local
588 struct symbol *sym = maps__find_symbol_by_name(&mg->maps[type], name, mapp, filter); in map_groups__find_symbol_by_name() local
Dparse-events.l86 static int sym(yyscan_t scanner, int type, int config) in sym() function
Dthread-stack.h86 struct symbol *sym; member
Dprobe-event.c144 struct symbol *sym; in kernel_get_symbol_address_by_name() local
315 struct symbol *sym; in find_alternative_probe_point() local
1886 struct symbol *sym = NULL; in find_perf_probe_point_from_map() local
2476 struct symbol *sym; in find_probe_functions() local
2509 struct symbol *sym; in find_probe_trace_events_from_map() local
2881 struct symbol *sym) in filter_available_functions()
Dcallchain.c440 struct symbol *sym = node->sym; in match_chain() local
686 u64 ip, struct map *map, struct symbol *sym) in callchain_cursor_append()
Ddb-export.c218 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol()
Dsort.c228 static int _hist_entry__sym_snprintf(struct map *map, struct symbol *sym, in _hist_entry__sym_snprintf()
646 struct symbol *sym = NULL; in hist_entry__daddr_snprintf() local
675 struct symbol *sym = NULL; in hist_entry__iaddr_snprintf() local
1030 struct symbol *sym = NULL; in hist_entry__dcacheline_snprintf() local
Dcallchain.h117 struct symbol *sym; member
Dannotate.h141 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
Dmachine.c1491 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()
2030 struct symbol *sym = map_groups__find_symbol(&machine->kmaps, MAP__FUNCTION, *addrp, &map, NULL); in machine__resolve_kernel_addr() local
Dprobe-finder.c601 GElf_Sym sym; in convert_to_trace_point() local
Dparse-events.c2047 struct event_symbol *sym; in parse_events_term__sym_hw() local
Dintel-pt.c1264 struct symbol *sym, *start; in intel_pt_switch_ip() local
/linux-4.4.14/arch/x86/tools/
Drelocs.c255 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name()
276 Elf_Sym *sym; in sym_lookup() local
472 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local
538 Elf_Sym *sym; in print_absolute_symbols() local
584 Elf_Sym *sym; in print_absolute_relocs() local
646 Elf_Sym *sym, const char *symname)) in walk_relocs()
669 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
741 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
828 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
[all …]
Dtest_get_len.c113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main() local
/linux-4.4.14/arch/x86/um/shared/sysdep/
Dkernel-offsets.h7 #define DEFINE(sym, val) \ argument
12 #define OFFSET(sym, str, mem) \ argument
/linux-4.4.14/tools/perf/ui/gtk/
Dannotate.c22 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent()
51 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_offset()
88 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, in perf_gtk__annotate_symbol()
157 static int symbol__gtk_annotate(struct symbol *sym, struct map *map, in symbol__gtk_annotate()
/linux-4.4.14/scripts/genksyms/
Dgenksyms.c169 struct symbol *sym; in find_symbol() local
182 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
202 struct symbol *sym; in __add_symbol() local
470 struct string_list *sym, *def; in read_reference() local
540 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym()
646 struct symbol *sym; in export_symbol() local
848 struct symbol *sym = visited_symbols; in main() local
/linux-4.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c23 void arch__elf_sym_adjust(GElf_Sym *sym) in arch__elf_sym_adjust()
34 char *sym = syma->name; in arch__choose_best_symbol() local
/linux-4.4.14/arch/x86/include/asm/
Datomic64_32.h17 #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
Dapic.h364 #define apic_driver(sym) \ argument
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c245 static bool disasm_line__is_valid_jump(struct disasm_line *dl, struct symbol *sym) in disasm_line__is_valid_jump()
262 struct symbol *sym = ms->sym; in annotate_browser__draw_current_jump() local
382 struct symbol *sym = ms->sym; in annotate_browser__calc_percent() local
477 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title()
529 struct symbol *sym = ms->sym; in annotate_browser__find_offset() local
568 struct symbol *sym = ms->sym; in annotate_browser__find_string() local
607 struct symbol *sym = ms->sym; in annotate_browser__find_string_reverse() local
708 struct symbol *sym = ms->sym; in annotate_browser__run() local
939 struct symbol *sym) in annotate__compute_ipc()
971 struct symbol *sym = ms->sym; in annotate_browser__mark_jump_targets() local
[all …]
Dmap.c22 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() local
46 struct symbol *sym; in map_browser__search() local
Dhists.c1481 struct map *map, struct symbol *sym) in add_annotate_opt()
1624 struct thread *thread, struct symbol *sym) in add_script_opt()
/linux-4.4.14/tools/perf/tests/
Dvmlinux-kallsyms.c12 struct symbol *sym) in vmlinux_matches_kallsyms_filter()
25 struct symbol *sym; in test__vmlinux_matches_kallsyms() local
Dhists_cumulate.c18 struct symbol *sym; member
167 const char *sym; member
174 const char *sym; member
Dhists_filter.c18 struct symbol *sym; member
Dhists_common.c132 struct symbol *sym; in setup_fake_machine() local
Dhists_link.c18 struct symbol *sym; member
Dhists_output.c19 struct symbol *sym; member
/linux-4.4.14/arch/m68k/kernel/
Dmodule.c30 Elf32_Sym *sym; in apply_relocate() local
70 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.h150 #define IWL_EXPORT_SYMBOL(sym) EXPORT_SYMBOL_GPL(sym) argument
152 #define IWL_EXPORT_SYMBOL(sym) argument
/linux-4.4.14/scripts/mod/
Dmodpost.c411 Elf_Sym *sym; in parse_elf() local
607 Elf_Sym *sym, const char *symname) in handle_modversions()
753 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
782 static int match(const char *sym, const char * const pat[]) in match()
1209 Elf_Sym *sym; in find_elf_symbol() local
1257 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1275 Elf_Sym *sym; in find_elf_symbol2() local
1337 static int is_function(Elf_Sym *sym) in is_function()
1516 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) in default_mismatch_handler()
1592 Elf_Rela* r, Elf_Sym* sym, in report_extable_warnings()
[all …]
Dmodpost.h164 const Elf_Sym *sym) in get_secindex()
Dfile2alias.c1309 Elf_Sym *sym, const char *symname) in handle_moddevtable()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c92 struct symbol *sym; in perf_top__parse_source() local
142 struct symbol *sym = he->ms.sym; in __zero_source_counters() local
146 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) in ui__warn_map_erange()
178 struct symbol *sym; in perf_top__record_precise_ip() local
383 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys() local
654 static int symbol_filter(struct map *map, struct symbol *sym) in symbol_filter()
Dbuiltin-kmem.c316 struct symbol *sym; in build_alloc_func_list() local
964 struct symbol *sym = NULL; in __print_slab_result() local
1030 struct symbol *sym; in __print_page_alloc_result() local
1073 struct symbol *sym; in __print_page_caller_result() local
/linux-4.4.14/scripts/
Ddocproc.c82 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
Dkallsyms.c36 unsigned char *sym; member
91 static int check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range()
115 char *sym, stype; in read_symbol() local
Dsortextable.h100 Elf_Sym *sym; in do_func() local
Drecordmcount.c394 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
Dunifdef.c829 int sym; in eval_unary() local
1154 addsym(bool ignorethis, bool definethis, char *sym) in addsym()
Drecordmcount.h135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
/linux-4.4.14/arch/sparc/kernel/
Dmodule.c60 Elf_Sym *sym; in module_frob_arch_sections() local
90 Elf_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/um/os-Linux/
Duser_syms.c39 #define EXPORT_SYMBOL_PROTO(sym) \ argument
/linux-4.4.14/arch/arm64/kernel/
Dsys32.c43 #define __SYSCALL(nr, sym) [nr] = sym, argument
Dsys.c46 #define __SYSCALL(nr, sym) [nr] = sym, argument
Dmodule.c215 Elf64_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/alpha/include/asm/
Duaccess.h348 #define __module_address(sym) "r"(sym), argument
349 #define __module_call(ra, arg, sym) "jsr $" #ra ",(%" #arg ")," #sym argument
351 #define __module_address(sym) argument
352 #define __module_call(ra, arg, sym) "bsr $" #ra "," #sym " !samegp" argument
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_macro_gram.y75 symbol_t *sym; member
Daicasm_gram.y119 symbol_t *sym; member
1858 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check()
1997 is_location_address(symbol_t *sym) in is_location_address()
/linux-4.4.14/arch/xtensa/kernel/
Dvmlinux.lds.S47 #define RELOCATE_ENTRY(sym, section) \ argument
66 #define SECTION_VECTOR(sym, section, addr, max_prevsec_size, prevsec) \ argument
Dmodule.c57 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/openrisc/kernel/
Dmodule.c28 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/h8300/kernel/
Dmodule.c26 Elf32_Sym *sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add() local
/linux-4.4.14/arch/powerpc/include/asm/
Dftrace.h66 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) in arch_syscall_match_sym_name()
/linux-4.4.14/arch/unicore32/kernel/
Dmodule.c44 Elf32_Sym *sym; in apply_relocate() local
/linux-4.4.14/arch/microblaze/kernel/
Dmodule.c27 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/include/linux/raid/
Dpq.h64 #define EXPORT_SYMBOL(sym) argument
65 #define EXPORT_SYMBOL_GPL(sym) argument
/linux-4.4.14/arch/mips/kernel/
Dvpe.c432 Elf32_Sym *sym; in apply_relocations() local
483 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; in simplify_symbols() local
539 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; in dump_elfsymbols() local
554 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; in find_vpe_symbols() local
Dmodule-rela.c112 Elf_Sym *sym; in apply_relocate_add() local
Dmodule.c200 Elf_Sym *sym; in apply_relocate() local
/linux-4.4.14/arch/cris/kernel/
Dmodule.c64 Elf32_Sym *sym in apply_relocate_add() local
/linux-4.4.14/arch/sh/kernel/
Dmodule.c45 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c68 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
93 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
495 Elf64_Sym *sym; in apply_relocate_add() local
Dmodule_32.c220 Elf32_Sym *sym; in apply_relocate_add() local
Dvdso.c304 Elf32_Sym *sym = find_symbol32(lib, symname); in find_function32() local
410 Elf64_Sym *sym = find_symbol64(lib, symname); in find_function64() local
/linux-4.4.14/arch/nios2/kernel/
Dmodule.c62 Elf32_Sym *sym in apply_relocate_add() local
/linux-4.4.14/arch/c6x/kernel/
Dmodule.c52 Elf_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/score/kernel/
Dmodule.c42 Elf32_Sym *sym; in apply_relocate() local
/linux-4.4.14/arch/mn10300/kernel/
Dmodule.c64 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/m32r/kernel/
Dmodule.c79 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/hexagon/kernel/
Dmodule.c85 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/samples/bpf/
Dtracex3_user.c48 const char *sym[] = { variable
Dbpf_load.c201 GElf_Sym sym; in parse_relo_and_apply() local
/linux-4.4.14/arch/arm64/crypto/
Dsha2-ce-glue.c20 #define ASM_EXPORT(sym, val) \ argument
Dsha1-ce-glue.c20 #define ASM_EXPORT(sym, val) \ argument
/linux-4.4.14/arch/tile/kernel/
Dmodule.c130 Elf_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/lib/zlib_inflate/
Dinftrees.c27 unsigned sym; /* index of code symbols */ in zlib_inflate_table() local
/linux-4.4.14/arch/blackfin/kernel/
Dmodule.c157 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dvma_map.c119 Elf32_Sym sym; in create_vma_map() local
/linux-4.4.14/arch/avr32/kernel/
Dmodule.c158 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dunwind.c50 const char *sym; in lookup_prev_stack_frame() local
/linux-4.4.14/arch/arm/kernel/
Dmodule.c66 Elf32_Sym *sym; in apply_relocate() local
Dvdso.c146 Elf32_Sym *sym; in vdso_nullpatch_one() local
/linux-4.4.14/arch/metag/kernel/
Dmodule.c206 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c151 Elf64_Sym *symtab, *sym; in apply_relocate_add() local
/linux-4.4.14/kernel/
Dmodule.c334 unsigned int sym, str, mod, vers, info, pcpu; member
520 const struct kernel_symbol *sym; member
570 struct kernel_symbol *sym; in find_symbol_in_section() local
1394 const struct kernel_symbol *sym; in resolve_symbol() local
2061 const struct kernel_symbol *sym; in __symbol_get() local
2085 const struct kernel_symbol *sym; in verify_export_symbols() member
2114 Elf_Sym *sym = (void *)symsec->sh_addr; in simplify_symbols() local
2395 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type()
3754 const char *sym; in lookup_module_symbol_name() local
3779 const char *sym; in lookup_module_symbol_attrs() local
Dkexec_file.c992 Elf_Sym *sym; in kexec_purgatory_get_symbol_addr() local
1015 Elf_Sym *sym; in kexec_purgatory_get_set_symbol() local
Dkprobes.c2189 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe()
2239 const char *sym = NULL; in show_kprobe_addr() local
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c546 Elf32_Sym *sym; in apply_relocate_add() local
683 Elf64_Sym *sym; in apply_relocate_add() local
/linux-4.4.14/kernel/time/
Dtimer_list.c51 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv090x.c867 u32 sym; in stv090x_set_srate() local
893 u32 sym; in stv090x_set_max_srate() local
927 u32 sym; in stv090x_set_min_srate() local
1862 u32 srate_coarse, freq_coarse, sym, reg; in stv090x_srate_srch_fine() local
/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c297 #define PARSE_ZOFS(p, sym) do { \ argument
/linux-4.4.14/arch/mips/include/asm/
Duasm.h16 #define UASM_EXPORT_SYMBOL(sym) EXPORT_SYMBOL(sym) argument
18 #define UASM_EXPORT_SYMBOL(sym) argument
/linux-4.4.14/kernel/trace/
Dtrace_syscalls.c35 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) in arch_syscall_match_sym_name()
Dtrace_probe.h258 alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
Dtrace_kprobe.c109 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
Dtrace_output.c452 char sym; member
/linux-4.4.14/kernel/livepatch/
Dcore.c267 const struct kernel_symbol *sym; in klp_find_external_symbol() local
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c617 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc()
/linux-4.4.14/lib/
Dvsprintf.c622 char sym[KSYM_SYMBOL_LEN]; in symbol_string() local
698 char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, in resource_string() local
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c631 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
/linux-4.4.14/fs/ceph/
Dinode.c806 char *sym; in fill_inode() local
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c626 GElf_Sym sym; in bpf_program__collect_reloc() local
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c369 unsigned int i, j, k, sym, val; in do_compute_shiftstate() local