Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.y144 struct symbol *sym = sym_lookup($2, 0); variable
158 struct symbol *sym = sym_lookup($2, 0); variable
244 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
489 struct symbol *sym; variable
510 for_all_symbols(i, sym) { in for_all_symbols() argument
601 struct symbol *sym = menu->sym; in print_symbol() local
684 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
415 struct symbol *sym; in conf_read() local
488 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
542 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
616 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
629 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
670 struct symbol *sym; in conf_write_defconfig() local
744 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.h37 struct symbol *sym; member
88 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument
144 struct symbol *sym; /* the symbol for which the property is associated */ member
156 #define for_all_properties(sym, st, tok) \ argument
159 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
160 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
161 #define for_all_prompts(sym, st) \ argument
169 struct symbol *sym; member
Dexpr.c20 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
779 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
803 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
883 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1127 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1137 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
Dqconf.cc123 struct symbol* sym; in updateMenu() local
492 struct symbol* sym; in setValue() local
517 struct symbol* sym; in changeValue() local
1018 struct symbol* sym; in menuInfo() local
1072 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1157 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
Dzconf.tab.c1695 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); local
1713 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); local
1803 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE); local
2293 struct symbol *sym; in conf_parse() local
2405 struct symbol *sym = menu->sym; in print_symbol() local
2488 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.h277 struct symbol *sym; variable
/linux-4.1.27/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.1.27/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.c37 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument
38 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument
40 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument
44 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
Dsys_call_table_32.c27 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument
31 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
/linux-4.1.27/arch/x86/kernel/
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 void sym(void) ; argument
21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
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
Dsyscall_32.c9 #define SYM(sym, compat) compat argument
11 #define SYM(sym, compat) sym argument
16 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void SYM(sym, compat)(void) ; argument
20 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat), 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
Dentry_64.S894 #define trace(sym) trace_##sym argument
895 #define smp_trace(sym) smp_trace_##sym argument
Dmachine_kexec_64.c411 Elf64_Sym *sym; in arch_kexec_apply_relocations_add() local
/linux-4.1.27/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.1.27/arch/ia64/kernel/
Dparavirtentry.S30 #define DATA8(sym, init_value) \ argument
48 #define BRANCH_PROC(sym, reg, breg, type) \ argument
54 #define BRANCH_PROC_UNWINFO(sym, reg, breg, type) \ argument
Dmodule.c625 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc()
/linux-4.1.27/arch/x86/um/shared/sysdep/
Dkernel-offsets.h7 #define DEFINE(sym, val) \ argument
12 #define OFFSET(sym, str, mem) \ argument
/linux-4.1.27/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.1.27/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()
476 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms()
487 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, in __symbol__inc_addr_samples()
509 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples()
683 static int disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, in disasm_line__print()
806 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, in symbol__parse_objdump_line()
902 static void delete_last_nop(struct symbol *sym) in delete_last_nop()
926 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) in symbol__annotate()
1167 static void symbol__free_source_line(struct symbol *sym, int len) in symbol__free_source_line()
[all …]
Dsymbol.c226 struct symbol *sym = calloc(1, (symbol_conf.priv_size + in symbol__new() local
246 void symbol__delete(struct symbol *sym) in symbol__delete()
251 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf()
260 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs()
280 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
298 void symbols__insert(struct rb_root *symbols, struct symbol *sym) in symbols__insert()
350 static struct symbol *symbols__next(struct symbol *sym) in symbols__next()
362 struct symbol sym; member
365 static void symbols__insert_by_name(struct rb_root *symbols, struct symbol *sym) in symbols__insert_by_name()
449 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
789 GElf_Sym sym; in dso__load_sym() local
Dthread-stack.c331 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
367 struct symbol *sym, u64 ip, in call_path__new()
395 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
487 struct symbol *sym) in thread_stack__pop_cp()
535 struct symbol *sym; in thread_stack__bottom() local
Dsymbol.h75 static inline size_t symbol__size(const struct symbol *sym) in symbol__size()
148 static inline void *symbol__priv(struct symbol *sym) in symbol__priv()
161 struct symbol *sym; member
168 struct symbol *sym; member
189 struct symbol *sym; member
Dunwind.h11 struct symbol *sym; member
Dparse-events.l72 static int sym(yyscan_t scanner, int type, int config) in sym() function
Dthread-stack.h86 struct symbol *sym; member
Dmap.c234 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start() local
244 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end() local
545 struct symbol *sym = map__find_symbol_by_name(pos, name, filter); in map_groups__find_symbol_by_name() local
Dprobe-event.c146 struct symbol *sym; in kernel_get_symbol_address_by_name() local
301 struct symbol *sym; in find_alternative_probe_point() local
1737 struct symbol *sym = NULL; in find_perf_probe_point_from_map() local
2440 struct symbol *sym; in find_probe_functions() local
2462 struct symbol *sym; in find_probe_trace_events_from_map() local
2799 struct symbol *sym) in filter_available_functions()
Dcallchain.c491 struct symbol *sym = node->sym; in match_chain() local
737 u64 ip, struct map *map, struct symbol *sym) in callchain_cursor_append()
Dsrcline.c255 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline()
Ddb-export.c213 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol()
Dannotate.h125 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
Dcallchain.h88 struct symbol *sym; member
Dsort.c229 static int _hist_entry__sym_snprintf(struct map *map, struct symbol *sym, in _hist_entry__sym_snprintf()
550 struct symbol *sym = NULL; in hist_entry__daddr_snprintf() local
905 struct symbol *sym = NULL; in hist_entry__dcacheline_snprintf() local
Dprobe-finder.c600 GElf_Sym sym; in convert_to_trace_point() local
Dparse-events.c1509 struct event_symbol *sym; in parse_events_term__sym_hw() local
Dmachine.c1342 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()
/linux-4.1.27/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.1.27/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.1.27/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.h365 #define apic_driver(sym) \ argument
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c205 static bool disasm_line__is_valid_jump(struct disasm_line *dl, struct symbol *sym) in disasm_line__is_valid_jump()
222 struct symbol *sym = ms->sym; in annotate_browser__draw_current_jump() local
346 struct symbol *sym = ms->sym; in annotate_browser__calc_percent() local
438 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title()
490 struct symbol *sym = ms->sym; in annotate_browser__find_offset() local
529 struct symbol *sym = ms->sym; in annotate_browser__find_string() local
568 struct symbol *sym = ms->sym; in annotate_browser__find_string_reverse() local
669 struct symbol *sym = ms->sym; in annotate_browser__run() local
849 struct symbol *sym = ms->sym; in annotate_browser__mark_jump_targets() local
887 int symbol__tui_annotate(struct symbol *sym, struct map *map, in symbol__tui_annotate()
Dmap.c23 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() local
47 struct symbol *sym; in map_browser__search() local
Dhists.c1674 struct symbol *sym; in perf_evsel__hists_browse() local
/linux-4.1.27/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
163 const char *sym; member
170 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.1.27/arch/m68k/kernel/
Dmodule.c30 Elf32_Sym *sym; in apply_relocate() local
70 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/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.1.27/scripts/mod/
Dmodpost.c410 Elf_Sym *sym; in parse_elf() local
606 Elf_Sym *sym, const char *symname) in handle_modversions()
752 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
781 static int match(const char *sym, const char * const pat[]) in match()
1205 Elf_Sym *sym; in find_elf_symbol() local
1253 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1271 Elf_Sym *sym; in find_elf_symbol2() local
1333 static int is_function(Elf_Sym *sym) in is_function()
1512 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) in default_mismatch_handler()
1588 Elf_Rela* r, Elf_Sym* sym, in report_extable_warnings()
[all …]
Dmodpost.h158 const Elf_Sym *sym) in get_secindex()
Dfile2alias.c1230 Elf_Sym *sym, const char *symname) in handle_moddevtable()
/linux-4.1.27/tools/perf/
Dbuiltin-top.c91 struct symbol *sym; in perf_top__parse_source() local
141 struct symbol *sym = he->ms.sym; in __zero_source_counters() local
145 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) in ui__warn_map_erange()
177 struct symbol *sym; in perf_top__record_precise_ip() local
377 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys() local
645 static int symbol_filter(struct map *map, struct symbol *sym) in symbol_filter()
Dbuiltin-kmem.c533 struct symbol *sym = NULL; in __print_slab_result() local
/linux-4.1.27/arch/um/os-Linux/
Duser_syms.c39 #define EXPORT_SYMBOL_PROTO(sym) \ argument
/linux-4.1.27/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.c308 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.1.27/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.1.27/arch/arm64/kernel/
Dsys32.c43 #define __SYSCALL(nr, sym) [nr] = sym, argument
Dsys.c46 #define __SYSCALL(nr, sym) [nr] = sym, argument
Dmodule.c205 Elf64_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/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.1.27/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.1.27/arch/openrisc/kernel/
Dmodule.c28 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/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.1.27/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.1.27/arch/arm/include/asm/
Dunified.h48 #define BSYM(sym) sym + 1 argument
/linux-4.1.27/arch/unicore32/kernel/
Dmodule.c44 Elf32_Sym *sym; in apply_relocate() local
/linux-4.1.27/arch/microblaze/kernel/
Dmodule.c27 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/arch/cris/kernel/
Dmodule.c64 Elf32_Sym *sym in apply_relocate_add() local
/linux-4.1.27/include/linux/raid/
Dpq.h64 #define EXPORT_SYMBOL(sym) argument
65 #define EXPORT_SYMBOL_GPL(sym) argument
/linux-4.1.27/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.1.27/arch/sh/kernel/
Dmodule.c45 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/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.c344 Elf32_Sym *sym = find_symbol32(lib, symname); in find_function32() local
436 Elf64_Sym *sym = find_symbol64(lib, symname); in find_function64() local
/linux-4.1.27/arch/nios2/kernel/
Dmodule.c62 Elf32_Sym *sym in apply_relocate_add() local
/linux-4.1.27/arch/c6x/kernel/
Dmodule.c52 Elf_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/arch/score/kernel/
Dmodule.c42 Elf32_Sym *sym; in apply_relocate() local
/linux-4.1.27/arch/hexagon/kernel/
Dmodule.c85 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/arch/m32r/kernel/
Dmodule.c79 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/arch/mn10300/kernel/
Dmodule.c64 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/samples/bpf/
Dtracex3_user.c48 const char *sym[] = { variable
Dbpf_load.c168 GElf_Sym sym; in parse_relo_and_apply() local
/linux-4.1.27/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.1.27/arch/tile/kernel/
Dmodule.c130 Elf_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/lib/zlib_inflate/
Dinftrees.c27 unsigned sym; /* index of code symbols */ in zlib_inflate_table() local
/linux-4.1.27/arch/blackfin/kernel/
Dmodule.c157 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/arch/powerpc/oprofile/cell/
Dvma_map.c119 Elf32_Sym sym; in create_vma_map() local
/linux-4.1.27/arch/arm/kernel/
Dmodule.c61 Elf32_Sym *sym; in apply_relocate() local
Dvdso.c146 Elf32_Sym *sym; in vdso_nullpatch_one() local
/linux-4.1.27/arch/avr32/kernel/
Dmodule.c158 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dunwind.c50 const char *sym; in lookup_prev_stack_frame() local
/linux-4.1.27/arch/metag/kernel/
Dmodule.c206 Elf32_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/kernel/
Dmodule.c185 unsigned int sym, str, mod, vers, info, pcpu; member
369 const struct kernel_symbol *sym; member
419 struct kernel_symbol *sym; in find_symbol_in_section() local
1231 const struct kernel_symbol *sym; in resolve_symbol() local
1890 const struct kernel_symbol *sym; in __symbol_get() local
1914 const struct kernel_symbol *sym; in verify_export_symbols() member
1943 Elf_Sym *sym = (void *)symsec->sh_addr; in simplify_symbols() local
2224 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type()
3580 const char *sym; in lookup_module_symbol_name() local
3605 const char *sym; in lookup_module_symbol_attrs() local
Dkexec.c2624 Elf_Sym *sym; in kexec_purgatory_get_symbol_addr() local
2647 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.1.27/arch/alpha/kernel/
Dmodule.c151 Elf64_Sym *symtab, *sym; in apply_relocate_add() local
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c546 Elf32_Sym *sym; in apply_relocate_add() local
683 Elf64_Sym *sym; in apply_relocate_add() local
/linux-4.1.27/kernel/time/
Dtimer_list.c46 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
/linux-4.1.27/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.1.27/arch/x86/boot/tools/
Dbuild.c297 #define PARSE_ZOFS(p, sym) do { \ argument
/linux-4.1.27/arch/mips/include/asm/
Duasm.h16 #define UASM_EXPORT_SYMBOL(sym) EXPORT_SYMBOL(sym) argument
18 #define UASM_EXPORT_SYMBOL(sym) argument
/linux-4.1.27/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.c496 char sym; member
/linux-4.1.27/kernel/livepatch/
Dcore.c266 const struct kernel_symbol *sym; in klp_find_external_symbol() local
/linux-4.1.27/lib/
Dvsprintf.c621 char sym[KSYM_SYMBOL_LEN]; in symbol_string() local
697 char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, in resource_string() local
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c630 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
/linux-4.1.27/fs/ceph/
Dinode.c803 char *sym; in fill_inode() local
/linux-4.1.27/drivers/tty/vt/
Dkeyboard.c368 unsigned int i, j, k, sym, val; in do_compute_shiftstate() local