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

/linux-4.1.27/arch/openrisc/kernel/
H A Dmodule.c28 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/ia64/kernel/
H A Dparavirtentry.S34 sym: ; \ label
H A Dmodule.c625 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, do_reloc() argument
/linux-4.1.27/arch/xtensa/kernel/
H A Dmodule.c57 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/sh/kernel/
H A Dmodule.c45 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/unicore32/kernel/
H A Dmodule.c44 Elf32_Sym *sym; apply_relocate() local
/linux-4.1.27/arch/microblaze/kernel/
H A Dmodule.c27 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/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.1.27/arch/cris/kernel/
H A Dmodule.c64 Elf32_Sym *sym apply_relocate_add() local
/linux-4.1.27/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.h125 static inline struct annotation *symbol__annotation(struct symbol *sym) symbol__annotation() argument
H A Ddb-export.c213 int db_export__symbol(struct db_export *dbe, struct symbol *sym, db_export__symbol() argument
H A Dsrcline.c255 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, get_srcline() argument
H A Dcallchain.h88 struct symbol *sym; member in struct:callchain_cursor_node
H A Dthread-stack.c535 struct symbol *sym; thread_stack__bottom() local
330 call_path__init(struct call_path *cp, struct call_path *parent, struct symbol *sym, u64 ip, bool in_kernel) call_path__init() argument
365 call_path__new(struct call_path_root *cpr, struct call_path *parent, struct symbol *sym, u64 ip, bool in_kernel) call_path__new() argument
393 call_path__findnew(struct call_path_root *cpr, struct call_path *parent, struct symbol *sym, u64 ip, u64 ks) call_path__findnew() argument
485 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.c491 struct symbol *sym = node->sym; match_chain() local
736 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map *map, struct symbol *sym) callchain_cursor_append() argument
H A Dmap.c234 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); map__fixup_start() local
244 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); map__fixup_end() local
545 struct symbol *sym = map__find_symbol_by_name(pos, name, filter); map_groups__find_symbol_by_name() local
H A Dprobe-finder.c600 GElf_Sym sym; convert_to_trace_point() local
H A Dsymbol.h75 static inline size_t symbol__size(const struct symbol *sym) symbol__size() argument
148 static inline void *symbol__priv(struct symbol *sym) symbol__priv() argument
161 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
476 void symbol__annotate_zero_histograms(struct symbol *sym) symbol__annotate_zero_histograms() argument
487 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, __symbol__inc_addr_samples() argument
509 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, symbol__inc_addr_samples() argument
683 static int disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, disasm_line__print() argument
806 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, symbol__parse_objdump_line() argument
902 static void delete_last_nop(struct symbol *sym) delete_last_nop() argument
926 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) symbol__annotate() argument
1167 static void symbol__free_source_line(struct symbol *sym, int len) symbol__free_source_line() argument
1186 static int symbol__get_source_line(struct symbol *sym, struct map *map, symbol__get_source_line() argument
1286 static void symbol__annotate_hits(struct symbol *sym, struct perf_evsel *evsel) symbol__annotate_hits() argument
1299 int symbol__annotate_printf(struct symbol *sym, struct map *map, symbol__annotate_printf() argument
1384 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) symbol__annotate_zero_histogram() argument
1392 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) symbol__annotate_decay_histogram() argument
1443 int symbol__tty_annotate(struct symbol *sym, struct map *map, symbol__tty_annotate() argument
H A Dmachine.c1342 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) symbol__match_regex() argument
H A Dparse-events.c1509 struct event_symbol *sym; parse_events_term__sym_hw() local
H A Dprobe-event.c146 struct symbol *sym; kernel_get_symbol_address_by_name() local
301 struct symbol *sym; find_alternative_probe_point() local
1737 struct symbol *sym = NULL; find_perf_probe_point_from_map() local
2440 struct symbol *sym; find_probe_functions() local
2462 struct symbol *sym; find_probe_trace_events_from_map() local
2798 filter_available_functions(struct map *map __maybe_unused, struct symbol *sym) filter_available_functions() argument
H A Dsort.c229 static int _hist_entry__sym_snprintf(struct map *map, struct symbol *sym, _hist_entry__sym_snprintf() argument
550 struct symbol *sym = NULL; hist_entry__daddr_snprintf() local
905 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
789 GElf_Sym sym; dso__load_sym() local
H A Dsymbol.c226 struct symbol *sym = calloc(1, (symbol_conf.priv_size + symbol__new() local
246 void symbol__delete(struct symbol *sym) symbol__delete() argument
251 size_t symbol__fprintf(struct symbol *sym, FILE *fp) symbol__fprintf() argument
260 size_t symbol__fprintf_symname_offs(const struct symbol *sym, symbol__fprintf_symname_offs() argument
280 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) symbol__fprintf_symname() argument
298 void symbols__insert(struct rb_root *symbols, struct symbol *sym) symbols__insert() argument
350 static struct symbol *symbols__next(struct symbol *sym) symbols__next() argument
362 struct symbol sym; member in struct:symbol_name_rb_node
365 static void symbols__insert_by_name(struct rb_root *symbols, struct symbol *sym) symbols__insert_by_name() argument
449 struct symbol *dso__next_symbol(struct symbol *sym) dso__next_symbol() argument
454 struct symbol *symbol__next_by_name(struct symbol *sym) symbol__next_by_name() argument
560 bool symbol__is_idle(struct symbol *sym) symbol__is_idle() argument
594 struct symbol *sym; map__process_kallsym_symbol() local
1105 struct symbol *sym; dso__load_kcore() local
1281 struct symbol *sym; dso__load_perf_map() local
/linux-4.1.27/arch/score/kernel/
H A Dmodule.c42 Elf32_Sym *sym; apply_relocate() local
/linux-4.1.27/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.1.27/arch/mn10300/kernel/
H A Dmodule.c64 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/nios2/kernel/
H A Dmodule.c62 Elf32_Sym *sym apply_relocate_add() local
/linux-4.1.27/arch/arm64/include/asm/
H A Dassembler.h172 .macro adr_l, dst, sym, tmp= variable
189 .macro ldr_l, dst, sym, tmp= variable
205 .macro str_l, src, sym, tmp variable
/linux-4.1.27/arch/c6x/kernel/
H A Dmodule.c52 Elf_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/m32r/kernel/
H A Dmodule.c79 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/m68k/kernel/
H A Dmodule.c30 Elf32_Sym *sym; apply_relocate() local
70 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/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
163 const char *sym; member in struct:result
170 const char *sym; member in struct:callchain_result::__anon14801
/linux-4.1.27/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.1.27/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.1.27/arch/tile/kernel/
H A Dmodule.c130 Elf_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/blackfin/kernel/
H A Dmodule.c157 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/hexagon/kernel/
H A Dmodule.c85 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/samples/bpf/
H A Dtracex3_user.c48 const char *sym[] = { variable
H A Dbpf_load.c168 GElf_Sym sym; parse_relo_and_apply() local
/linux-4.1.27/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.c20 struct expr *expr_alloc_symbol(struct symbol *sym) expr_alloc_symbol() argument
779 int expr_contains_symbol(struct expr *dep, struct symbol *sym) expr_contains_symbol() argument
803 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) expr_depends_symbol() argument
883 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) expr_trans_compare() argument
1127 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) expr_print_file_helper() argument
1137 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
415 struct symbol *sym; conf_read() local
488 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) kconfig_print_symbol() argument
542 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) header_print_symbol() argument
616 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) tristate_print_symbol() argument
629 static void conf_write_symbol(FILE *fp, struct symbol *sym, conf_write_symbol() argument
670 struct symbol *sym; conf_write_defconfig() local
744 struct symbol *sym; conf_write() local
846 struct symbol *sym; conf_split_config() local
955 struct symbol *sym; conf_write_autoconf() local
1057 struct symbol *sym; randomize_choice_values() local
1105 struct symbol *sym; set_all_choice_values() local
1124 struct symbol *sym, *csym; conf_set_all_new_symbols() local
H A Dexpr.h37 struct symbol *sym; member in union:expr_data
144 struct symbol *sym; /* the symbol for which the property is associated */ member in struct:property
169 struct symbol *sym; member in struct:menu
H A Dmconf.c468 struct symbol *sym; build_conf() local
650 struct symbol *sym; conf() local
H A Dqconf.h277 struct symbol *sym; member in class:ConfigInfoView
H A Dnconf.c735 struct symbol *sym; build_conf() local
1070 struct symbol *sym; conf() local
H A Dqconf.cc123 struct symbol* sym; updateMenu() local
492 struct symbol* sym; setValue() local
517 struct symbol* sym; changeValue() local
1018 struct symbol* sym; menuInfo() local
1072 QString ConfigInfoView::debug_info(struct symbol *sym) debug_info() argument
1157 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
474 bool sym_tristate_within_range(struct symbol *sym, tristate val) sym_tristate_within_range() argument
493 bool sym_set_tristate_value(struct symbol *sym, tristate val) sym_set_tristate_value() argument
529 tristate sym_toggle_tristate_value(struct symbol *sym) sym_toggle_tristate_value() argument
552 bool sym_string_valid(struct symbol *sym, const char *str) sym_string_valid() argument
595 bool sym_string_within_range(struct symbol *sym, const char *str) sym_string_within_range() argument
637 bool sym_set_string_value(struct symbol *sym, const char *newval) sym_set_string_value() argument
693 const char *sym_get_string_default(struct symbol *sym) sym_get_string_default() argument
760 const char *sym_get_string_value(struct symbol *sym) sym_get_string_value() argument
784 bool sym_is_changable(struct symbol *sym) sym_is_changable() argument
884 struct symbol *sym; sym_expand_string_value() local
959 struct symbol *sym; member in struct:sym_match
995 struct symbol *sym, **sym_arr = NULL; sym_re_search() local
1054 struct symbol *sym; member in struct:dep_stack
1059 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) dep_stack_insert() argument
1084 struct symbol *sym, *next_sym; sym_check_print_recursive() local
1155 struct symbol *sym; sym_check_expr_deps() local
1184 static struct symbol *sym_check_sym_deps(struct symbol *sym) sym_check_sym_deps() argument
1220 struct symbol *sym, *sym2; sym_check_choice_deps() local
1255 struct symbol *sym_check_deps(struct symbol *sym) sym_check_deps() argument
1289 struct property *prop_alloc(enum prop_type type, struct symbol *sym) prop_alloc() argument
1348 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.1.27/tools/perf/ui/browsers/
H A Dmap.c23 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); map_browser__write() local
47 struct symbol *sym; map_browser__search() local
H A Dannotate.c205 static bool disasm_line__is_valid_jump(struct disasm_line *dl, struct symbol *sym) disasm_line__is_valid_jump() argument
222 struct symbol *sym = ms->sym; annotate_browser__draw_current_jump() local
346 struct symbol *sym = ms->sym; annotate_browser__calc_percent() local
438 static int sym_title(struct symbol *sym, struct map *map, char *title, sym_title() argument
490 struct symbol *sym = ms->sym; annotate_browser__find_offset() local
529 struct symbol *sym = ms->sym; annotate_browser__find_string() local
568 struct symbol *sym = ms->sym; annotate_browser__find_string_reverse() local
669 struct symbol *sym = ms->sym; annotate_browser__run() local
849 struct symbol *sym = ms->sym; annotate_browser__mark_jump_targets() local
887 int symbol__tui_annotate(struct symbol *sym, struct map *map, symbol__tui_annotate() argument
H A Dhists.c1674 struct symbol *sym; perf_evsel__hists_browse() local
/linux-4.1.27/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.c411 Elf64_Sym *sym; arch_kexec_apply_relocations_add() local
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
H A Dunwind.c50 const char *sym; lookup_prev_stack_frame() local
/linux-4.1.27/arch/metag/kernel/
H A Dmodule.c206 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/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.c344 Elf32_Sym *sym = find_symbol32(lib, symname); find_function32() local
436 Elf64_Sym *sym = find_symbol64(lib, symname); find_function64() local
/linux-4.1.27/arch/powerpc/oprofile/cell/
H A Dvma_map.c119 Elf32_Sym sym; create_vma_map() local
/linux-4.1.27/arch/arm64/kernel/
H A Dmodule.c205 Elf64_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/avr32/kernel/
H A Dmodule.c158 Elf32_Sym *sym; apply_relocate_add() local
/linux-4.1.27/arch/arm/kernel/
H A Dmodule.c61 Elf32_Sym *sym; apply_relocate() local
H A Dvdso.c146 Elf32_Sym *sym; vdso_nullpatch_one() local
/linux-4.1.27/arch/alpha/kernel/
H A Dmodule.c151 Elf64_Sym *symtab, *sym; apply_relocate_add() local
/linux-4.1.27/lib/zlib_inflate/
H A Dinftrees.c27 unsigned sym; /* index of code symbols */ zlib_inflate_table() local
/linux-4.1.27/kernel/time/
H A Dtimer_list.c46 static void print_name_offset(struct seq_file *m, void *sym) print_name_offset() argument
/linux-4.1.27/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 Drecordmcount.c308 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) MIPS64_r_info() argument
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.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.1.27/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.1.27/kernel/livepatch/
H A Dcore.c266 const struct kernel_symbol *sym; klp_find_external_symbol() local
/linux-4.1.27/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.c496 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.1.27/scripts/mod/
H A Dmodpost.h157 get_secindex(const struct elf_info *info, const Elf_Sym *sym) get_secindex() argument
H A Dfile2alias.c1229 handle_moddevtable(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) handle_moddevtable() argument
H A Dmodpost.c410 Elf_Sym *sym; parse_elf() local
752 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) sym_name() argument
781 static int match(const char *sym, const char * const pat[]) match() argument
1205 Elf_Sym *sym; find_elf_symbol() local
1253 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) is_valid_name() argument
1271 Elf_Sym *sym; find_elf_symbol2() local
1333 static int is_function(Elf_Sym *sym) is_function() argument
1777 Elf_Sym *sym; section_rela() local
1823 Elf_Sym *sym; section_rel() local
1928 Elf_Sym *sym; read_symbols() local
2331 static int dump_sym(struct symbol *sym) dump_sym() argument
605 handle_modversions(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) handle_modversions() argument
1510 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
1586 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
1624 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
1662 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.1.27/arch/parisc/kernel/
H A Dmodule.c546 Elf32_Sym *sym; apply_relocate_add() local
683 Elf64_Sym *sym; apply_relocate_add() local
/linux-4.1.27/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.1.27/tools/perf/
H A Dbuiltin-top.c91 struct symbol *sym; perf_top__parse_source() local
141 struct symbol *sym = he->ms.sym; __zero_source_counters() local
145 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) ui__warn_map_erange() argument
177 struct symbol *sym; perf_top__record_precise_ip() local
377 struct symbol *sym = top->sym_filter_entry->ms.sym; perf_top__print_mapped_keys() local
645 static int symbol_filter(struct map *map, struct symbol *sym) symbol_filter() argument
H A Dbuiltin-kmem.c533 struct symbol *sym = NULL; __print_slab_result() local
/linux-4.1.27/fs/ceph/
H A Dinode.c803 char *sym; fill_inode() local
/linux-4.1.27/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c630 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, python_export_symbol() argument
/linux-4.1.27/drivers/tty/vt/
H A Dkeyboard.c368 unsigned int i, j, k, sym, val; do_compute_shiftstate() local
/linux-4.1.27/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.1.27/kernel/
H A Dkexec.c2624 Elf_Sym *sym; kexec_purgatory_get_symbol_addr() local
2647 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.c185 unsigned int sym, str, mod, vers, info, pcpu; member in struct:load_info::__anon13982
369 const struct kernel_symbol *sym; member in struct:find_symbol_arg
419 struct kernel_symbol *sym; find_symbol_in_section() local
1231 const struct kernel_symbol *sym; resolve_symbol() local
1890 const struct kernel_symbol *sym; __symbol_get() local
1914 const struct kernel_symbol *sym; verify_export_symbols() member in struct:__anon13983
1943 Elf_Sym *sym = (void *)symsec->sh_addr; simplify_symbols() local
2224 static char elf_type(const Elf_Sym *sym, const struct load_info *info) elf_type() argument
3580 const char *sym; lookup_module_symbol_name() local
3605 const char *sym; lookup_module_symbol_attrs() local
/linux-4.1.27/lib/
H A Dvsprintf.c621 char sym[KSYM_SYMBOL_LEN]; symbol_string() local
697 char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, resource_string() local

Completed in 1869 milliseconds