/linux-4.1.27/include/linux/ |
D | export.h | 45 #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 …]
|
D | kbuild.h | 4 #define DEFINE(sym, val) \ argument 9 #define OFFSET(sym, str, mem) \ argument
|
/linux-4.1.27/scripts/kconfig/ |
D | symbol.c | 38 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 …]
|
D | zconf.y | 144 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
|
D | menu.c | 47 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 …]
|
D | confdata.c | 86 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 …]
|
D | lkc.h | 146 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()
|
D | conf.c | 84 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
|
D | expr.h | 37 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
|
D | expr.c | 20 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()
|
D | qconf.cc | 123 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()
|
D | zconf.tab.c | 1695 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
|
D | gconf.c | 787 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
|
D | util.c | 37 struct symbol *sym, *env_sym; in file_write_dep() local
|
D | mconf.c | 468 struct symbol *sym; in build_conf() local 650 struct symbol *sym; in conf() local
|
D | nconf.c | 735 struct symbol *sym; in build_conf() local 1070 struct symbol *sym; in conf() local
|
D | qconf.h | 277 struct symbol *sym; variable
|
/linux-4.1.27/tools/include/linux/ |
D | export.h | 4 #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/ |
D | user-offsets.c | 12 #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
|
D | sys_call_table_64.c | 37 #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
|
D | sys_call_table_32.c | 27 #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/ |
D | syscall_64.c | 9 #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
|
D | asm-offsets_64.c | 7 #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
|
D | syscall_32.c | 9 #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
|
D | module.c | 107 Elf32_Sym *sym; in apply_relocate() local 147 Elf64_Sym *sym; in apply_relocate_add() local
|
D | asm-offsets_32.c | 10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
D | entry_64.S | 894 #define trace(sym) trace_##sym argument 895 #define smp_trace(sym) smp_trace_##sym argument
|
D | machine_kexec_64.c | 411 Elf64_Sym *sym; in arch_kexec_apply_relocations_add() local
|
/linux-4.1.27/arch/frv/kernel/ |
D | asm-offsets.c | 17 #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/ |
D | paravirtentry.S | 30 #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
|
D | module.c | 625 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/ |
D | kernel-offsets.h | 7 #define DEFINE(sym, val) \ argument 12 #define OFFSET(sym, str, mem) \ argument
|
/linux-4.1.27/arch/x86/tools/ |
D | relocs.c | 255 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 …]
|
D | test_get_len.c | 113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main() local
|
/linux-4.1.27/tools/perf/util/ |
D | annotate.c | 443 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 …]
|
D | symbol.c | 226 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 …]
|
D | symbol-elf.c | 67 #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
|
D | thread-stack.c | 331 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
|
D | symbol.h | 75 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
|
D | unwind.h | 11 struct symbol *sym; member
|
D | parse-events.l | 72 static int sym(yyscan_t scanner, int type, int config) in sym() function
|
D | thread-stack.h | 86 struct symbol *sym; member
|
D | map.c | 234 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
|
D | probe-event.c | 146 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()
|
D | callchain.c | 491 struct symbol *sym = node->sym; in match_chain() local 737 u64 ip, struct map *map, struct symbol *sym) in callchain_cursor_append()
|
D | srcline.c | 255 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline()
|
D | db-export.c | 213 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol()
|
D | annotate.h | 125 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
|
D | callchain.h | 88 struct symbol *sym; member
|
D | sort.c | 229 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
|
D | probe-finder.c | 600 GElf_Sym sym; in convert_to_trace_point() local
|
D | parse-events.c | 1509 struct event_symbol *sym; in parse_events_term__sym_hw() local
|
D | machine.c | 1342 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | annotate.c | 22 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/ |
D | genksyms.c | 169 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/ |
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
|
D | apic.h | 365 #define apic_driver(sym) \ argument
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 205 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()
|
D | map.c | 23 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() local 47 struct symbol *sym; in map_browser__search() local
|
D | hists.c | 1674 struct symbol *sym; in perf_evsel__hists_browse() local
|
/linux-4.1.27/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 12 struct symbol *sym) in vmlinux_matches_kallsyms_filter() 25 struct symbol *sym; in test__vmlinux_matches_kallsyms() local
|
D | hists_cumulate.c | 18 struct symbol *sym; member 163 const char *sym; member 170 const char *sym; member
|
D | hists_filter.c | 18 struct symbol *sym; member
|
D | hists_common.c | 132 struct symbol *sym; in setup_fake_machine() local
|
D | hists_link.c | 18 struct symbol *sym; member
|
D | hists_output.c | 19 struct symbol *sym; member
|
/linux-4.1.27/arch/m68k/kernel/ |
D | module.c | 30 Elf32_Sym *sym; in apply_relocate() local 70 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.h | 150 #define IWL_EXPORT_SYMBOL(sym) EXPORT_SYMBOL_GPL(sym) argument 152 #define IWL_EXPORT_SYMBOL(sym) argument
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 410 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 …]
|
D | modpost.h | 158 const Elf_Sym *sym) in get_secindex()
|
D | file2alias.c | 1230 Elf_Sym *sym, const char *symname) in handle_moddevtable()
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 91 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()
|
D | builtin-kmem.c | 533 struct symbol *sym = NULL; in __print_slab_result() local
|
/linux-4.1.27/arch/um/os-Linux/ |
D | user_syms.c | 39 #define EXPORT_SYMBOL_PROTO(sym) \ argument
|
/linux-4.1.27/scripts/ |
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
|
D | kallsyms.c | 36 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
|
D | sortextable.h | 100 Elf_Sym *sym; in do_func() local
|
D | recordmcount.c | 308 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
D | unifdef.c | 829 int sym; in eval_unary() local 1154 addsym(bool ignorethis, bool definethis, char *sym) in addsym()
|
D | recordmcount.h | 135 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/ |
D | module.c | 60 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/ |
D | sys32.c | 43 #define __SYSCALL(nr, sym) [nr] = sym, argument
|
D | sys.c | 46 #define __SYSCALL(nr, sym) [nr] = sym, argument
|
D | module.c | 205 Elf64_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_macro_gram.y | 75 symbol_t *sym; member
|
D | aicasm_gram.y | 119 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/ |
D | uaccess.h | 348 #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/ |
D | module.c | 28 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 47 #define RELOCATE_ENTRY(sym, section) \ argument 66 #define SECTION_VECTOR(sym, section, addr, max_prevsec_size, prevsec) \ argument
|
D | module.c | 57 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ftrace.h | 66 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/ |
D | unified.h | 48 #define BSYM(sym) sym + 1 argument
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | module.c | 44 Elf32_Sym *sym; in apply_relocate() local
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | module.c | 27 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/cris/kernel/ |
D | module.c | 64 Elf32_Sym *sym in apply_relocate_add() local
|
/linux-4.1.27/include/linux/raid/ |
D | pq.h | 64 #define EXPORT_SYMBOL(sym) argument 65 #define EXPORT_SYMBOL_GPL(sym) argument
|
/linux-4.1.27/arch/mips/kernel/ |
D | vpe.c | 432 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
|
D | module-rela.c | 112 Elf_Sym *sym; in apply_relocate_add() local
|
D | module.c | 200 Elf_Sym *sym; in apply_relocate() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | module.c | 45 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | module_64.c | 68 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
|
D | module_32.c | 220 Elf32_Sym *sym; in apply_relocate_add() local
|
D | vdso.c | 344 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/ |
D | module.c | 62 Elf32_Sym *sym in apply_relocate_add() local
|
/linux-4.1.27/arch/c6x/kernel/ |
D | module.c | 52 Elf_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/score/kernel/ |
D | module.c | 42 Elf32_Sym *sym; in apply_relocate() local
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | module.c | 85 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/m32r/kernel/ |
D | module.c | 79 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | module.c | 64 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/samples/bpf/ |
D | tracex3_user.c | 48 const char *sym[] = { variable
|
D | bpf_load.c | 168 GElf_Sym sym; in parse_relo_and_apply() local
|
/linux-4.1.27/arch/arm64/crypto/ |
D | sha2-ce-glue.c | 20 #define ASM_EXPORT(sym, val) \ argument
|
D | sha1-ce-glue.c | 20 #define ASM_EXPORT(sym, val) \ argument
|
/linux-4.1.27/arch/tile/kernel/ |
D | module.c | 130 Elf_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inftrees.c | 27 unsigned sym; /* index of code symbols */ in zlib_inflate_table() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | module.c | 157 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 119 Elf32_Sym sym; in create_vma_map() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | module.c | 61 Elf32_Sym *sym; in apply_relocate() local
|
D | vdso.c | 146 Elf32_Sym *sym; in vdso_nullpatch_one() local
|
/linux-4.1.27/arch/avr32/kernel/ |
D | module.c | 158 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 50 const char *sym; in lookup_prev_stack_frame() local
|
/linux-4.1.27/arch/metag/kernel/ |
D | module.c | 206 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/kernel/ |
D | module.c | 185 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
|
D | kexec.c | 2624 Elf_Sym *sym; in kexec_purgatory_get_symbol_addr() local 2647 Elf_Sym *sym; in kexec_purgatory_get_set_symbol() local
|
D | kprobes.c | 2189 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/ |
D | module.c | 151 Elf64_Sym *symtab, *sym; in apply_relocate_add() local
|
/linux-4.1.27/arch/parisc/kernel/ |
D | module.c | 546 Elf32_Sym *sym; in apply_relocate_add() local 683 Elf64_Sym *sym; in apply_relocate_add() local
|
/linux-4.1.27/kernel/time/ |
D | timer_list.c | 46 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv090x.c | 867 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/ |
D | build.c | 297 #define PARSE_ZOFS(p, sym) do { \ argument
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uasm.h | 16 #define UASM_EXPORT_SYMBOL(sym) EXPORT_SYMBOL(sym) argument 18 #define UASM_EXPORT_SYMBOL(sym) argument
|
/linux-4.1.27/kernel/trace/ |
D | trace_syscalls.c | 35 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) in arch_syscall_match_sym_name()
|
D | trace_probe.h | 258 alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
|
D | trace_kprobe.c | 109 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
|
D | trace_output.c | 496 char sym; member
|
/linux-4.1.27/kernel/livepatch/ |
D | core.c | 266 const struct kernel_symbol *sym; in klp_find_external_symbol() local
|
/linux-4.1.27/lib/ |
D | vsprintf.c | 621 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/ |
D | trace-event-python.c | 630 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 803 char *sym; in fill_inode() local
|
/linux-4.1.27/drivers/tty/vt/ |
D | keyboard.c | 368 unsigned int i, j, k, sym, val; in do_compute_shiftstate() local
|