Searched defs:sym (Results 1 - 112 of 112) sorted by relevance

/linux-4.4.14/arch/openrisc/kernel/
H A Dmodule.c28 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/h8300/kernel/
H A Dmodule.c26 Elf32_Sym *sym = (Elf32_Sym *)sechdrs[symindex].sh_addr apply_relocate_add() local
/linux-4.4.14/arch/unicore32/kernel/
H A Dmodule.c44 Elf32_Sym *sym; apply_relocate() local
/linux-4.4.14/arch/xtensa/kernel/
H A Dmodule.c57 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/powerpc/include/asm/
H A Dftrace.h66 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) arch_syscall_match_sym_name() argument
/linux-4.4.14/arch/sh/kernel/
H A Dmodule.c45 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/microblaze/kernel/
H A Dmodule.c27 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/cris/kernel/
H A Dmodule.c64 Elf32_Sym *sym apply_relocate_add() local
/linux-4.4.14/tools/perf/arch/powerpc/util/
H A Dsym-handling.c23 void arch__elf_sym_adjust(GElf_Sym *sym) arch__elf_sym_adjust() argument
34 char *sym = syma->name; arch__choose_best_symbol() local
/linux-4.4.14/tools/perf/util/
H A Dunwind.h11 struct symbol *sym; member in struct:unwind_entry
H A Dthread-stack.h86 struct symbol *sym; member in struct:call_path
H A Dannotate.h141 static inline struct annotation *symbol__annotation(struct symbol *sym) symbol__annotation() argument
H A Ddb-export.c218 int db_export__symbol(struct db_export *dbe, struct symbol *sym, db_export__symbol() argument
H A Dsrcline.c270 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, __get_srcline() argument
327 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, get_srcline() argument
H A Dcallchain.h117 struct symbol *sym; member in struct:callchain_cursor_node
H A Dthread-stack.c543 struct symbol *sym; thread_stack__bottom() local
338 call_path__init(struct call_path *cp, struct call_path *parent, struct symbol *sym, u64 ip, bool in_kernel) call_path__init() argument
373 call_path__new(struct call_path_root *cpr, struct call_path *parent, struct symbol *sym, u64 ip, bool in_kernel) call_path__new() argument
401 call_path__findnew(struct call_path_root *cpr, struct call_path *parent, struct symbol *sym, u64 ip, u64 ks) call_path__findnew() argument
493 thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, u64 ret_addr, u64 timestamp, u64 ref, struct symbol *sym) thread_stack__pop_cp() argument
H A Dcallchain.c440 struct symbol *sym = node->sym; match_chain() local
685 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map *map, struct symbol *sym) callchain_cursor_append() argument
H A Dmap.c264 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); map__fixup_start() local
274 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); map__fixup_end() local
559 struct symbol *sym; maps__find_symbol_by_name() local
588 struct symbol *sym = maps__find_symbol_by_name(&mg->maps[type], name, mapp, filter); map_groups__find_symbol_by_name() local
H A Dsymbol.h75 static inline size_t symbol__size(const struct symbol *sym) symbol__size() argument
150 static inline void *symbol__priv(struct symbol *sym) symbol__priv() argument
163 struct symbol *sym; member in struct:map_symbol
168 struct symbol *sym; member in struct:addr_map_symbol
189 struct symbol *sym; member in struct:addr_location
H A Dannotate.c443 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym) symbol__annotate_init() argument
450 int symbol__alloc_hist(struct symbol *sym) symbol__alloc_hist() argument
477 static int symbol__alloc_hist_cycles(struct symbol *sym) symbol__alloc_hist_cycles() argument
488 void symbol__annotate_zero_histograms(struct symbol *sym) symbol__annotate_zero_histograms() argument
543 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, __symbol__inc_addr_samples() argument
568 static struct annotation *symbol__get_annotation(struct symbol *sym, bool cycles) symbol__get_annotation() argument
583 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, symbol__inc_addr_samples() argument
818 static int disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, disasm_line__print() argument
955 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, symbol__parse_objdump_line() argument
1051 static void delete_last_nop(struct symbol *sym) delete_last_nop() argument
1075 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) symbol__annotate() argument
1333 static void symbol__free_source_line(struct symbol *sym, int len) symbol__free_source_line() argument
1352 static int symbol__get_source_line(struct symbol *sym, struct map *map, symbol__get_source_line() argument
1452 static void symbol__annotate_hits(struct symbol *sym, struct perf_evsel *evsel) symbol__annotate_hits() argument
1465 int symbol__annotate_printf(struct symbol *sym, struct map *map, symbol__annotate_printf() argument
1550 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) symbol__annotate_zero_histogram() argument
1558 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) symbol__annotate_decay_histogram() argument
1609 int symbol__tty_annotate(struct symbol *sym, struct map *map, symbol__tty_annotate() argument
596 symbol__account_cycles(u64 addr, u64 start, struct symbol *sym, unsigned cycles) symbol__account_cycles() argument
H A Dintel-pt.c1264 struct symbol *sym, *start; intel_pt_switch_ip() local
H A Dmachine.c1491 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) symbol__match_regex() argument
2030 struct symbol *sym = map_groups__find_symbol(&machine->kmaps, MAP__FUNCTION, *addrp, &map, NULL); machine__resolve_kernel_addr() local
H A Dparse-events.c2047 struct event_symbol *sym; parse_events_term__sym_hw() local
H A Dprobe-event.c144 struct symbol *sym; kernel_get_symbol_address_by_name() local
315 struct symbol *sym; find_alternative_probe_point() local
1886 struct symbol *sym = NULL; find_perf_probe_point_from_map() local
2476 struct symbol *sym; find_probe_functions() local
2509 struct symbol *sym; find_probe_trace_events_from_map() local
2880 filter_available_functions(struct map *map __maybe_unused, struct symbol *sym) filter_available_functions() argument
H A Dprobe-finder.c601 GElf_Sym sym; convert_to_trace_point() local
H A Dsort.c228 static int _hist_entry__sym_snprintf(struct map *map, struct symbol *sym, _hist_entry__sym_snprintf() argument
646 struct symbol *sym = NULL; hist_entry__daddr_snprintf() local
675 struct symbol *sym = NULL; hist_entry__iaddr_snprintf() local
1030 struct symbol *sym = NULL; hist_entry__dcacheline_snprintf() local
H A Dsymbol-elf.c72 static inline uint8_t elf_sym__type(const GElf_Sym *sym) elf_sym__type() argument
81 static inline int elf_sym__is_function(const GElf_Sym *sym) elf_sym__is_function() argument
89 static inline bool elf_sym__is_object(const GElf_Sym *sym) elf_sym__is_object() argument
96 static inline int elf_sym__is_label(const GElf_Sym *sym) elf_sym__is_label() argument
104 static bool elf_sym__is_a(GElf_Sym *sym, enum map_type type) elf_sym__is_a() argument
116 static inline const char *elf_sym__name(const GElf_Sym *sym, elf_sym__name() argument
219 GElf_Sym sym; dso__synthesize_plt_symbols() local
796 GElf_Sym sym; dso__load_sym() local
H A Dsymbol.c232 struct symbol *sym = calloc(1, (symbol_conf.priv_size + symbol__new() local
252 void symbol__delete(struct symbol *sym) symbol__delete() argument
257 size_t symbol__fprintf(struct symbol *sym, FILE *fp) symbol__fprintf() argument
266 size_t symbol__fprintf_symname_offs(const struct symbol *sym, symbol__fprintf_symname_offs() argument
286 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) symbol__fprintf_symname() argument
304 void symbols__insert(struct rb_root *symbols, struct symbol *sym) symbols__insert() argument
356 static struct symbol *symbols__next(struct symbol *sym) symbols__next() argument
368 struct symbol sym; member in struct:symbol_name_rb_node
371 static void symbols__insert_by_name(struct rb_root *symbols, struct symbol *sym) symbols__insert_by_name() argument
470 struct symbol *dso__next_symbol(struct symbol *sym) dso__next_symbol() argument
475 struct symbol *symbol__next_by_name(struct symbol *sym) symbol__next_by_name() argument
581 bool symbol__is_idle(struct symbol *sym) symbol__is_idle() argument
615 struct symbol *sym; map__process_kallsym_symbol() local
1124 struct symbol *sym; dso__load_kcore() local
1306 struct symbol *sym; dso__load_perf_map() local
/linux-4.4.14/arch/c6x/kernel/
H A Dmodule.c52 Elf_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/mips/kernel/
H A Dmodule-rela.c112 Elf_Sym *sym; apply_relocate_add() local
H A Dmodule.c200 Elf_Sym *sym; apply_relocate() local
H A Dvpe.c432 Elf32_Sym *sym; apply_relocations() local
483 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; simplify_symbols() local
539 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; dump_elfsymbols() local
554 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; find_vpe_symbols() local
/linux-4.4.14/arch/score/kernel/
H A Dmodule.c42 Elf32_Sym *sym; apply_relocate() local
/linux-4.4.14/arch/m68k/kernel/
H A Dmodule.c30 Elf32_Sym *sym; apply_relocate() local
70 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/mn10300/kernel/
H A Dmodule.c64 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/nios2/kernel/
H A Dmodule.c62 Elf32_Sym *sym apply_relocate_add() local
/linux-4.4.14/arch/m32r/kernel/
H A Dmodule.c79 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/arm64/include/asm/
H A Dassembler.h158 .macro adr_l, dst, sym, tmp= variable
175 .macro ldr_l, dst, sym, tmp= variable
191 .macro str_l, src, sym, tmp variable
/linux-4.4.14/tools/perf/tests/
H A Dhists_filter.c18 struct symbol *sym; member in struct:sample
H A Dvmlinux-kallsyms.c25 struct symbol *sym; test__vmlinux_matches_kallsyms() local
11 vmlinux_matches_kallsyms_filter(struct map *map __maybe_unused, struct symbol *sym) vmlinux_matches_kallsyms_filter() argument
H A Dhists_common.c132 struct symbol *sym; setup_fake_machine() local
H A Dhists_link.c18 struct symbol *sym; member in struct:sample
H A Dhists_output.c19 struct symbol *sym; member in struct:sample
H A Dhists_cumulate.c18 struct symbol *sym; member in struct:sample
167 const char *sym; member in struct:result
174 const char *sym; member in struct:callchain_result::__anon15684
/linux-4.4.14/arch/tile/kernel/
H A Dmodule.c130 Elf_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/x86/tools/
H A Dtest_get_len.c113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; main() local
H A Drelocs.c255 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) sym_name() argument
276 Elf_Sym *sym; sym_lookup() local
472 Elf_Sym *sym = &sec->symtab[j]; read_symtabs() local
538 Elf_Sym *sym; print_absolute_symbols() local
584 Elf_Sym *sym; print_absolute_relocs() local
669 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; walk_relocs() local
750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, do_reloc64() argument
828 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, do_reloc32() argument
871 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, do_reloc_real() argument
1052 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, do_reloc_info() argument
645 walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname)) walk_relocs() argument
/linux-4.4.14/samples/bpf/
H A Dtracex3_user.c48 const char *sym[] = { variable
H A Dbpf_load.c201 GElf_Sym sym; parse_relo_and_apply() local
/linux-4.4.14/scripts/kconfig/
H A Dutil.c37 struct symbol *sym, *env_sym; file_write_dep() local
H A Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) conf_askvalue() argument
135 struct symbol *sym = menu->sym; conf_string() local
168 struct symbol *sym = menu->sym; conf_sym() local
237 struct symbol *sym, *def_sym; conf_choice() local
356 struct symbol *sym; conf() local
422 struct symbol *sym; check_conf() local
H A Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym) sym_get_tristate_value() argument
152 static inline struct symbol *sym_get_choice_value(struct symbol *sym) sym_get_choice_value() argument
162 static inline bool sym_is_choice(struct symbol *sym) sym_is_choice() argument
167 static inline bool sym_is_choice_value(struct symbol *sym) sym_is_choice_value() argument
172 static inline bool sym_is_optional(struct symbol *sym) sym_is_optional() argument
177 static inline bool sym_has_value(struct symbol *sym) sym_has_value() argument
H A Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) expr_alloc_symbol() argument
751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) expr_contains_symbol() argument
779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) expr_depends_symbol() argument
808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) expr_trans_compare() argument
1163 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) expr_print_file_helper() argument
1173 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) expr_print_gstr_helper() argument
H A Dmenu.c47 void menu_add_entry(struct symbol *sym) menu_add_entry() argument
114 struct symbol *sym = current_entry->sym; menu_set_type() local
194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) menu_add_symbol() argument
226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) menu_validate_number() argument
232 static void sym_check_prop(struct symbol *sym) sym_check_prop() argument
285 struct symbol *sym; menu_finalize() local
472 struct symbol *sym; menu_is_visible() local
606 static struct property *get_symbol_prop(struct symbol *sym) get_symbol_prop() argument
618 static void get_symbol_str(struct gstr *r, struct symbol *sym, get_symbol_str() argument
672 struct symbol *sym; get_relations_str() local
686 struct symbol *sym = menu->sym; menu_get_ext_help() local
H A Dconfdata.c86 struct symbol *sym; conf_expand_value() local
126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) conf_set_sym_val() argument
257 struct symbol *sym; conf_read_simple() local
409 struct symbol *sym; conf_read() local
486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) kconfig_print_symbol() argument
540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) header_print_symbol() argument
614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) tristate_print_symbol() argument
627 static void conf_write_symbol(FILE *fp, struct symbol *sym, conf_write_symbol() argument
668 struct symbol *sym; conf_write_defconfig() local
742 struct symbol *sym; conf_write() local
844 struct symbol *sym; conf_split_config() local
954 struct symbol *sym; conf_write_autoconf() local
1056 struct symbol *sym; randomize_choice_values() local
1104 struct symbol *sym; set_all_choice_values() local
1123 struct symbol *sym, *csym; conf_set_all_new_symbols() local
H A Dmconf.c468 struct symbol *sym; build_conf() local
650 struct symbol *sym; conf() local
H A Dqconf.h266 struct symbol *sym; member in class:ConfigInfoView
H A Dexpr.h39 struct symbol *sym; member in union:expr_data
146 struct symbol *sym; /* the symbol for which the property is associated */ member in struct:property
171 struct symbol *sym; member in struct:menu
H A Dnconf.c735 struct symbol *sym; build_conf() local
1070 struct symbol *sym; conf() local
H A Dqconf.cc107 struct symbol* sym; updateMenu() local
468 struct symbol* sym; setValue() local
493 struct symbol* sym; changeValue() local
1074 struct symbol* sym; menuInfo() local
1128 QString ConfigInfoView::debug_info(struct symbol *sym) debug_info() argument
1213 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) expr_print_help() argument
H A Dsymbol.c38 static void sym_add_default(struct symbol *sym, const char *def) sym_add_default() argument
47 struct symbol *sym; sym_init() local
63 enum symbol_type sym_get_type(struct symbol *sym) sym_get_type() argument
97 struct property *sym_get_choice_prop(struct symbol *sym) sym_get_choice_prop() argument
106 struct property *sym_get_env_prop(struct symbol *sym) sym_get_env_prop() argument
115 static struct property *sym_get_default_prop(struct symbol *sym) sym_get_default_prop() argument
127 static struct property *sym_get_range_prop(struct symbol *sym) sym_get_range_prop() argument
139 static long long sym_get_range_val(struct symbol *sym, int base) sym_get_range_val() argument
155 static void sym_validate_range(struct symbol *sym) sym_validate_range() argument
189 static void sym_set_changed(struct symbol *sym) sym_set_changed() argument
202 struct symbol *sym; sym_set_all_changed() local
209 static void sym_calc_visibility(struct symbol *sym) sym_calc_visibility() argument
255 struct symbol *sym_choice_default(struct symbol *sym) sym_choice_default() argument
281 static struct symbol *sym_calc_choice(struct symbol *sym) sym_calc_choice() argument
313 void sym_calc_value(struct symbol *sym) sym_calc_value() argument
464 struct symbol *sym; sym_clear_all_valid() local
473 bool sym_tristate_within_range(struct symbol *sym, tristate val) sym_tristate_within_range() argument
492 bool sym_set_tristate_value(struct symbol *sym, tristate val) sym_set_tristate_value() argument
528 tristate sym_toggle_tristate_value(struct symbol *sym) sym_toggle_tristate_value() argument
551 bool sym_string_valid(struct symbol *sym, const char *str) sym_string_valid() argument
594 bool sym_string_within_range(struct symbol *sym, const char *str) sym_string_within_range() argument
636 bool sym_set_string_value(struct symbol *sym, const char *newval) sym_set_string_value() argument
692 const char *sym_get_string_default(struct symbol *sym) sym_get_string_default() argument
759 const char *sym_get_string_value(struct symbol *sym) sym_get_string_value() argument
783 bool sym_is_changable(struct symbol *sym) sym_is_changable() argument
883 struct symbol *sym; sym_expand_string_value() local
958 struct symbol *sym; member in struct:sym_match
994 struct symbol *sym, **sym_arr = NULL; sym_re_search() local
1053 struct symbol *sym; member in struct:dep_stack
1058 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) dep_stack_insert() argument
1083 struct symbol *sym, *next_sym; sym_check_print_recursive() local
1156 struct symbol *sym; sym_check_expr_deps() local
1189 static struct symbol *sym_check_sym_deps(struct symbol *sym) sym_check_sym_deps() argument
1225 struct symbol *sym, *sym2; sym_check_choice_deps() local
1260 struct symbol *sym_check_deps(struct symbol *sym) sym_check_deps() argument
1294 struct property *prop_alloc(enum prop_type type, struct symbol *sym) prop_alloc() argument
1353 struct symbol *sym, *sym2; prop_add_env() local
H A Dgconf.c787 struct symbol *sym; renderer_edited() local
808 struct symbol *sym = menu->sym; change_sym_value() local
1040 struct symbol *sym = menu->sym; fill_row() local
1255 struct symbol *sym; update_tree() local
1336 struct symbol *sym; display_tree() local
/linux-4.4.14/arch/sparc/kernel/
H A Dmodule.c60 Elf_Sym *sym; module_frob_arch_sections() local
90 Elf_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/hexagon/kernel/
H A Dmodule.c85 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/blackfin/kernel/
H A Dmodule.c157 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/tools/perf/ui/browsers/
H A Dmap.c22 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); map_browser__write() local
46 struct symbol *sym; map_browser__search() local
H A Dannotate.c245 static bool disasm_line__is_valid_jump(struct disasm_line *dl, struct symbol *sym) disasm_line__is_valid_jump() argument
262 struct symbol *sym = ms->sym; annotate_browser__draw_current_jump() local
382 struct symbol *sym = ms->sym; annotate_browser__calc_percent() local
477 static int sym_title(struct symbol *sym, struct map *map, char *title, sym_title() argument
529 struct symbol *sym = ms->sym; annotate_browser__find_offset() local
568 struct symbol *sym = ms->sym; annotate_browser__find_string() local
607 struct symbol *sym = ms->sym; annotate_browser__find_string_reverse() local
708 struct symbol *sym = ms->sym; annotate_browser__run() local
971 struct symbol *sym = ms->sym; annotate_browser__mark_jump_targets() local
1009 int symbol__tui_annotate(struct symbol *sym, struct map *map, symbol__tui_annotate() argument
938 annotate__compute_ipc(struct annotate_browser *browser, size_t size, struct symbol *sym) annotate__compute_ipc() argument
H A Dhists.c1479 add_annotate_opt(struct hist_browser *browser __maybe_unused, struct popup_action *act, char **optstr, struct map *map, struct symbol *sym) add_annotate_opt() argument
1622 add_script_opt(struct hist_browser *browser __maybe_unused, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym) add_script_opt() argument
/linux-4.4.14/arch/x86/kernel/
H A Dmodule.c107 Elf32_Sym *sym; apply_relocate() local
147 Elf64_Sym *sym; apply_relocate_add() local
H A Dmachine_kexec_64.c413 Elf64_Sym *sym; arch_kexec_apply_relocations_add() local
/linux-4.4.14/arch/alpha/kernel/
H A Dmodule.c151 Elf64_Sym *symtab, *sym; apply_relocate_add() local
/linux-4.4.14/lib/zlib_inflate/
H A Dinftrees.c27 unsigned sym; /* index of code symbols */ zlib_inflate_table() local
/linux-4.4.14/arch/powerpc/kernel/
H A Dmodule_32.c220 Elf32_Sym *sym; apply_relocate_add() local
H A Dmodule_64.c68 static unsigned int local_entry_offset(const Elf64_Sym *sym) local_entry_offset() argument
93 static unsigned int local_entry_offset(const Elf64_Sym *sym) local_entry_offset() argument
495 Elf64_Sym *sym; apply_relocate_add() local
H A Dvdso.c304 Elf32_Sym *sym = find_symbol32(lib, symname); find_function32() local
410 Elf64_Sym *sym = find_symbol64(lib, symname); find_function64() local
/linux-4.4.14/arch/powerpc/oprofile/cell/
H A Dvma_map.c119 Elf32_Sym sym; create_vma_map() local
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
H A Dunwind.c50 const char *sym; lookup_prev_stack_frame() local
/linux-4.4.14/arch/metag/kernel/
H A Dmodule.c206 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/arm64/kernel/
H A Dmodule.c215 Elf64_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/avr32/kernel/
H A Dmodule.c158 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.4.14/arch/arm/kernel/
H A Dmodule.c66 Elf32_Sym *sym; apply_relocate() local
H A Dvdso.c146 Elf32_Sym *sym; vdso_nullpatch_one() local
/linux-4.4.14/scripts/
H A Dsortextable.h100 Elf_Sym *sym; do_func() local
H A Ddocproc.c82 static void consume_symbol(const char *sym) consume_symbol() argument
154 static void add_new_symbol(struct symfile *sym, char * symname) add_new_symbol() argument
198 struct symfile *sym; find_export_symbols() local
269 struct symfile * sym = &symfilelist[i]; docfunctions() local
H A Dkallsyms.c36 unsigned char *sym; member in struct:sym_entry
91 static int check_symbol_range(const char *sym, unsigned long long addr, check_symbol_range() argument
115 char *sym, stype; read_symbol() local
H A Drecordmcount.c394 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) MIPS64_r_info() argument
H A Drecordmcount.h135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) fn_ELF_R_INFO() argument
H A Dunifdef.c829 int sym; eval_unary() local
1154 addsym(bool ignorethis, bool definethis, char *sym) addsym() argument
/linux-4.4.14/kernel/time/
H A Dtimer_list.c51 static void print_name_offset(struct seq_file *m, void *sym) print_name_offset() argument
/linux-4.4.14/tools/perf/ui/gtk/
H A Dannotate.c22 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, perf_gtk__get_percent() argument
51 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, perf_gtk__get_offset() argument
88 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, perf_gtk__annotate_symbol() argument
157 static int symbol__gtk_annotate(struct symbol *sym, struct map *map, symbol__gtk_annotate() argument
/linux-4.4.14/scripts/mod/
H A Dmodpost.h163 get_secindex(const struct elf_info *info, const Elf_Sym *sym) get_secindex() argument
H A Dfile2alias.c1308 handle_moddevtable(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) handle_moddevtable() argument
H A Dmodpost.c411 Elf_Sym *sym; parse_elf() local
753 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) sym_name() argument
782 static int match(const char *sym, const char * const pat[]) match() argument
1209 Elf_Sym *sym; find_elf_symbol() local
1257 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) is_valid_name() argument
1275 Elf_Sym *sym; find_elf_symbol2() local
1337 static int is_function(Elf_Sym *sym) is_function() argument
1781 Elf_Sym *sym; section_rela() local
1827 Elf_Sym *sym; section_rel() local
1932 Elf_Sym *sym; read_symbols() local
2346 static int dump_sym(struct symbol *sym) dump_sym() argument
606 handle_modversions(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) handle_modversions() argument
1514 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Rela *r, Elf_Sym *sym, const char *fromsec) default_mismatch_handler() argument
1590 report_extable_warnings(const char* modname, struct elf_info* elf, const struct sectioncheck* const mismatch, Elf_Rela* r, Elf_Sym* sym, const char* fromsec, const char* tosec) report_extable_warnings() argument
1628 extable_mismatch_handler(const char* modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Rela* r, Elf_Sym* sym, const char *fromsec) extable_mismatch_handler() argument
1666 check_section_mismatch(const char *modname, struct elf_info *elf, Elf_Rela *r, Elf_Sym *sym, const char *fromsec) check_section_mismatch() argument
/linux-4.4.14/kernel/trace/
H A Dtrace_syscalls.c35 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) arch_syscall_match_sym_name() argument
H A Dtrace_kprobe.c109 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) alloc_symbol_cache() argument
H A Dtrace_output.c452 char sym; member in struct:trace_mark
H A Dtrace_probe.h258 alloc_symbol_cache(const char *sym, long offset) alloc_symbol_cache() argument
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c169 struct symbol *sym; find_symbol() local
182 static int is_unknown_symbol(struct symbol *sym) is_unknown_symbol() argument
202 struct symbol *sym; __add_symbol() local
470 struct string_list *sym, *def; read_reference() local
540 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) expand_and_crc_sym() argument
646 struct symbol *sym; export_symbol() local
848 struct symbol *sym = visited_symbols; main() local
/linux-4.4.14/kernel/
H A Dkexec_file.c992 Elf_Sym *sym; kexec_purgatory_get_symbol_addr() local
1015 Elf_Sym *sym; kexec_purgatory_get_set_symbol() local
H A Dkprobes.c2239 const char *sym = NULL; show_kprobe_addr() local
2188 report_probe(struct seq_file *pi, struct kprobe *p, const char *sym, int offset, char *modname, struct kprobe *pp) report_probe() argument
H A Dmodule.c334 unsigned int sym, str, mod, vers, info, pcpu; member in struct:load_info::__anon14810
520 const struct kernel_symbol *sym; member in struct:find_symbol_arg
570 struct kernel_symbol *sym; find_symbol_in_section() local
1394 const struct kernel_symbol *sym; resolve_symbol() local
2061 const struct kernel_symbol *sym; __symbol_get() local
2085 const struct kernel_symbol *sym; verify_export_symbols() member in struct:__anon14811
2114 Elf_Sym *sym = (void *)symsec->sh_addr; simplify_symbols() local
2395 static char elf_type(const Elf_Sym *sym, const struct load_info *info) elf_type() argument
3754 const char *sym; lookup_module_symbol_name() local
3779 const char *sym; lookup_module_symbol_attrs() local
/linux-4.4.14/kernel/livepatch/
H A Dcore.c267 const struct kernel_symbol *sym; klp_find_external_symbol() local
/linux-4.4.14/arch/parisc/kernel/
H A Dmodule.c546 Elf32_Sym *sym; apply_relocate_add() local
683 Elf64_Sym *sym; apply_relocate_add() local
/linux-4.4.14/tools/perf/
H A Dbuiltin-top.c92 struct symbol *sym; perf_top__parse_source() local
142 struct symbol *sym = he->ms.sym; __zero_source_counters() local
146 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) ui__warn_map_erange() argument
178 struct symbol *sym; perf_top__record_precise_ip() local
383 struct symbol *sym = top->sym_filter_entry->ms.sym; perf_top__print_mapped_keys() local
654 static int symbol_filter(struct map *map, struct symbol *sym) symbol_filter() argument
H A Dbuiltin-kmem.c316 struct symbol *sym; build_alloc_func_list() local
964 struct symbol *sym = NULL; __print_slab_result() local
1030 struct symbol *sym; __print_page_alloc_result() local
1073 struct symbol *sym; __print_page_caller_result() local
/linux-4.4.14/fs/ceph/
H A Dinode.c806 char *sym; fill_inode() local
/linux-4.4.14/arch/ia64/kernel/
H A Dmodule.c617 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, do_reloc() argument
/linux-4.4.14/tools/lib/bpf/
H A Dlibbpf.c626 GElf_Sym sym; bpf_program__collect_reloc() local
/linux-4.4.14/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c631 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, python_export_symbol() argument
/linux-4.4.14/drivers/tty/vt/
H A Dkeyboard.c369 unsigned int i, j, k, sym, val; do_compute_shiftstate() local
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv090x.c867 u32 sym; stv090x_set_srate() local
893 u32 sym; stv090x_set_max_srate() local
927 u32 sym; stv090x_set_min_srate() local
1862 u32 srate_coarse, freq_coarse, sym, reg; stv090x_srate_srch_fine() local
/linux-4.4.14/lib/
H A Dvsprintf.c622 char sym[KSYM_SYMBOL_LEN]; symbol_string() local
698 char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, resource_string() local

Completed in 4848 milliseconds