/linux-4.4.14/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.4.14/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 | 149 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
|
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 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 …]
|
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 | 39 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
|
D | expr.c | 17 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()
|
D | qconf.cc | 107 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()
|
D | zconf.tab.c | 1717 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
|
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 | 266 struct symbol *sym; variable
|
/linux-4.4.14/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.4.14/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 | 38 #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
|
D | sys_call_table_32.c | 28 #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/ |
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 long sym(unsigned long, unsigned long, unsi… argument 21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
|
D | syscall_32.c | 10 #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
|
D | entry_64.S | 664 #define trace(sym) trace_##sym argument 665 #define smp_trace(sym) smp_trace_##sym argument
|
/linux-4.4.14/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.4.14/arch/x86/kernel/ |
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 | 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 | machine_kexec_64.c | 413 Elf64_Sym *sym; in arch_kexec_apply_relocations_add() local
|
/linux-4.4.14/tools/virtio/linux/ |
D | export.h | 1 #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/ |
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() 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 …]
|
D | symbol.c | 232 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 …]
|
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 796 GElf_Sym sym; in dso__load_sym() local
|
D | thread-stack.c | 339 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
|
D | symbol.h | 75 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
|
D | srcline.c | 270 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()
|
D | unwind.h | 11 struct symbol *sym; member
|
D | map.c | 264 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
|
D | parse-events.l | 86 static int sym(yyscan_t scanner, int type, int config) in sym() function
|
D | thread-stack.h | 86 struct symbol *sym; member
|
D | probe-event.c | 144 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()
|
D | callchain.c | 440 struct symbol *sym = node->sym; in match_chain() local 686 u64 ip, struct map *map, struct symbol *sym) in callchain_cursor_append()
|
D | db-export.c | 218 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol()
|
D | sort.c | 228 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
|
D | callchain.h | 117 struct symbol *sym; member
|
D | annotate.h | 141 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
|
D | machine.c | 1491 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
|
D | probe-finder.c | 601 GElf_Sym sym; in convert_to_trace_point() local
|
D | parse-events.c | 2047 struct event_symbol *sym; in parse_events_term__sym_hw() local
|
D | intel-pt.c | 1264 struct symbol *sym, *start; in intel_pt_switch_ip() local
|
/linux-4.4.14/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.4.14/arch/x86/um/shared/sysdep/ |
D | kernel-offsets.h | 7 #define DEFINE(sym, val) \ argument 12 #define OFFSET(sym, str, mem) \ argument
|
/linux-4.4.14/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.4.14/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.4.14/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 23 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/ |
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 | 364 #define apic_driver(sym) \ argument
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 245 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 …]
|
D | map.c | 22 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() local 46 struct symbol *sym; in map_browser__search() local
|
D | hists.c | 1481 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/ |
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 167 const char *sym; member 174 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.4.14/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.4.14/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.4.14/scripts/mod/ |
D | modpost.c | 411 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 …]
|
D | modpost.h | 164 const Elf_Sym *sym) in get_secindex()
|
D | file2alias.c | 1309 Elf_Sym *sym, const char *symname) in handle_moddevtable()
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 92 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()
|
D | builtin-kmem.c | 316 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/ |
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 | 394 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.4.14/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.4.14/arch/um/os-Linux/ |
D | user_syms.c | 39 #define EXPORT_SYMBOL_PROTO(sym) \ argument
|
/linux-4.4.14/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 | 215 Elf64_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/openrisc/kernel/ |
D | module.c | 28 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/h8300/kernel/ |
D | module.c | 26 Elf32_Sym *sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add() local
|
/linux-4.4.14/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.4.14/arch/unicore32/kernel/ |
D | module.c | 44 Elf32_Sym *sym; in apply_relocate() local
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | module.c | 27 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/include/linux/raid/ |
D | pq.h | 64 #define EXPORT_SYMBOL(sym) argument 65 #define EXPORT_SYMBOL_GPL(sym) argument
|
/linux-4.4.14/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.4.14/arch/cris/kernel/ |
D | module.c | 64 Elf32_Sym *sym in apply_relocate_add() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | module.c | 45 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/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 | 304 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/ |
D | module.c | 62 Elf32_Sym *sym in apply_relocate_add() local
|
/linux-4.4.14/arch/c6x/kernel/ |
D | module.c | 52 Elf_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/score/kernel/ |
D | module.c | 42 Elf32_Sym *sym; in apply_relocate() local
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | module.c | 64 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/m32r/kernel/ |
D | module.c | 79 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | module.c | 85 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/samples/bpf/ |
D | tracex3_user.c | 48 const char *sym[] = { variable
|
D | bpf_load.c | 201 GElf_Sym sym; in parse_relo_and_apply() local
|
/linux-4.4.14/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.4.14/arch/tile/kernel/ |
D | module.c | 130 Elf_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inftrees.c | 27 unsigned sym; /* index of code symbols */ in zlib_inflate_table() local
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | module.c | 157 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 119 Elf32_Sym sym; in create_vma_map() local
|
/linux-4.4.14/arch/avr32/kernel/ |
D | module.c | 158 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 50 const char *sym; in lookup_prev_stack_frame() local
|
/linux-4.4.14/arch/arm/kernel/ |
D | module.c | 66 Elf32_Sym *sym; in apply_relocate() local
|
D | vdso.c | 146 Elf32_Sym *sym; in vdso_nullpatch_one() local
|
/linux-4.4.14/arch/metag/kernel/ |
D | module.c | 206 Elf32_Sym *sym; in apply_relocate_add() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | module.c | 151 Elf64_Sym *symtab, *sym; in apply_relocate_add() local
|
/linux-4.4.14/kernel/ |
D | module.c | 334 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
|
D | kexec_file.c | 992 Elf_Sym *sym; in kexec_purgatory_get_symbol_addr() local 1015 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.4.14/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.4.14/kernel/time/ |
D | timer_list.c | 51 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
|
/linux-4.4.14/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.4.14/arch/x86/boot/tools/ |
D | build.c | 297 #define PARSE_ZOFS(p, sym) do { \ argument
|
/linux-4.4.14/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.4.14/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 | 452 char sym; member
|
/linux-4.4.14/kernel/livepatch/ |
D | core.c | 267 const struct kernel_symbol *sym; in klp_find_external_symbol() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | module.c | 617 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc()
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 622 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/ |
D | trace-event-python.c | 631 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 806 char *sym; in fill_inode() local
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 626 GElf_Sym sym; in bpf_program__collect_reloc() local
|
/linux-4.4.14/drivers/tty/vt/ |
D | keyboard.c | 369 unsigned int i, j, k, sym, val; in do_compute_shiftstate() local
|