Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/include/linux/
Dexport.h28 #define __CRC_SYMBOL(sym, sec) \ argument
34 #define __CRC_SYMBOL(sym, sec) \ argument
41 #define __CRC_SYMBOL(sym, sec) argument
52 #define __KSYMTAB_ENTRY(sym, sec) \ argument
66 #define __KSYMTAB_ENTRY(sym, sec) \ argument
78 #define ___EXPORT_SYMBOL(sym, sec) \ argument
93 #define __EXPORT_SYMBOL(sym, sec) argument
104 #define __EXPORT_SYMBOL(sym, sec) === __KSYM_##sym === argument
110 #define __EXPORT_SYMBOL(sym, sec) \ argument
112 #define __cond_export_sym(sym, sec, conf) \ argument
[all …]
Dkbuild.h5 #define DEFINE(sym, val) \ argument
10 #define OFFSET(sym, str, mem) \ argument
/Linux-v4.19/scripts/kconfig/
Dsymbol.c36 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
70 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
79 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
91 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
103 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
119 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
153 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
166 struct symbol *sym; in sym_set_all_changed() local
173 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
242 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default()
[all …]
Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
113 struct symbol *sym = current_entry->sym; in menu_set_type() local
193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
223 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
229 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
296 struct symbol *sym; in menu_finalize() local
630 struct symbol *sym; in menu_is_visible() local
764 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
773 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
794 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
[all …]
Dlkc.h129 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
135 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
145 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
150 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
155 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
160 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
Dconfdata.c162 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
293 struct symbol *sym; in conf_read_simple() local
447 struct symbol *sym; in conf_read() local
525 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
579 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
653 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
666 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
707 struct symbol *sym; in conf_write_defconfig() local
781 struct symbol *sym; in conf_write() local
914 struct symbol *sym; in conf_split_config() local
[all …]
Dzconf.y267 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
532 struct symbol *sym; variable
557 for_all_symbols(i, sym) { in for_all_symbols() argument
648 struct symbol *sym = menu->sym; in print_symbol() local
740 struct symbol *sym; in zconfdump() local
Dconf.c83 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
131 struct symbol *sym = menu->sym; in conf_string() local
164 struct symbol *sym = menu->sym; in conf_sym() local
231 struct symbol *sym, *def_sym; in conf_choice() local
346 struct symbol *sym; in conf() local
413 struct symbol *sym; in check_conf() local
/Linux-v4.19/tools/include/linux/
Dexport.h4 #define EXPORT_SYMBOL(sym) argument
5 #define EXPORT_SYMBOL_GPL(sym) argument
6 #define EXPORT_SYMBOL_GPL_FUTURE(sym) argument
7 #define EXPORT_UNUSED_SYMBOL(sym) argument
8 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument
/Linux-v4.19/tools/perf/util/
Dsymbol_fprintf.c8 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf()
17 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs()
41 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs()
48 size_t __symbol__fprintf_symname(const struct symbol *sym, in __symbol__fprintf_symname()
55 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
Dcall-path.c23 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
59 struct symbol *sym, u64 ip, in call_path__new()
87 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
Dannotate.c300 struct symbol *sym = ms->sym; in jump__parse() local
759 static int symbol__alloc_hist_cycles(struct symbol *sym) in symbol__alloc_hist_cycles()
770 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms()
831 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, in __symbol__inc_addr_samples()
866 static struct cyc_hist *symbol__cycles_hist(struct symbol *sym) in symbol__cycles_hist()
885 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists()
905 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples()
920 struct symbol *sym, unsigned cycles) in symbol__account_cycles()
1325 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print()
1446 static int symbol__parse_objdump_line(struct symbol *sym, FILE *file, in symbol__parse_objdump_line()
[all …]
/Linux-v4.19/arch/x86/um/
Duser-offsets.c13 #define __SYSCALL_I386(nr, sym, qual) [nr] = 1, argument
18 #define __SYSCALL_64(nr, sym, qual) [nr] = 1, argument
24 #define DEFINE(sym, val) \ argument
27 #define DEFINE_LONGS(sym, val) \ argument
/Linux-v4.19/arch/x86/entry/
Dsyscall_32.c12 #define __SYSCALL_I386(nr, sym, qual) extern asmlinkage long sym(const struct pt_regs *); argument
18 #define __SYSCALL_I386(nr, sym, qual) extern asmlinkage long sym(unsigned long, unsigned long, unsi… argument
25 #define __SYSCALL_I386(nr, sym, qual) [nr] = sym, argument
Dsyscall_64.c12 #define __SYSCALL_64(nr, sym, qual) extern asmlinkage long sym(const struct pt_regs *); argument
16 #define __SYSCALL_64(nr, sym, qual) [nr] = sym, argument
/Linux-v4.19/tools/perf/arch/powerpc/util/
Dsym-handling.c28 char *sym = syma->name; in arch__choose_best_symbol() local
82 void arch__sym_update(struct symbol *s, GElf_Sym *sym) in arch__sym_update()
92 struct symbol *sym) in arch__fix_tev_from_maps()
135 struct symbol *sym = NULL; in arch__post_process_probe_trace_events() local
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_asm.h41 #define kvm_ksym_ref(sym) \ argument
78 #define __hyp_this_cpu_ptr(sym) \ argument
85 #define __hyp_this_cpu_read(sym) \ argument
/Linux-v4.19/scripts/
Dinsert-sys-cert.c60 struct sym { struct
61 char *name;
62 unsigned long address;
63 unsigned long offset;
64 void *content;
65 int size;
135 Elf_Sym *sym, *symtab_start; in find_elf_symbol() local
/Linux-v4.19/tools/objtool/
Delf.c60 struct symbol *sym; in find_symbol_by_index() local
72 struct symbol *sym; in find_symbol_by_offset() local
85 struct symbol *sym; in find_symbol_by_name() local
97 struct symbol *sym; in find_symbol_containing() local
220 struct symbol *sym, *pfunc; in read_symbols() local
653 struct symbol *sym, *tmpsym; in elf_close() local
/Linux-v4.19/tools/virtio/linux/
Dexport.h1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym argument
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym argument
/Linux-v4.19/arch/x86/tools/
Drelocs.c257 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name()
278 Elf_Sym *sym; in sym_lookup() local
474 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local
540 Elf_Sym *sym; in print_absolute_symbols() local
586 Elf_Sym *sym; in print_absolute_relocs() local
648 Elf_Sym *sym, const char *symname)) in walk_relocs()
671 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
743 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
752 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
833 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
[all …]
/Linux-v4.19/tools/bpf/bpftool/
Dxlated_dumper.c58 struct kernel_sym *sym; in kernel_syms_load() local
108 struct kernel_sym sym = { in kernel_syms_search() local
173 struct kernel_sym *sym, in print_call_pcrel()
191 struct kernel_sym *sym, in print_call_helper()
208 struct kernel_sym *sym; in print_call() local
/Linux-v4.19/scripts/genksyms/
Dgenksyms.c168 struct symbol *sym; in find_symbol() local
181 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
201 struct symbol *sym; in __add_symbol() local
471 struct string_list *sym, *def; in read_reference() local
541 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym()
647 struct symbol *sym; in export_symbol() local
854 struct symbol *sym = visited_symbols; in main() local
/Linux-v4.19/tools/perf/ui/gtk/
Dannotate.c24 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent()
53 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_offset()
90 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, in perf_gtk__annotate_symbol()
159 static int symbol__gtk_annotate(struct symbol *sym, struct map *map, in symbol__gtk_annotate()
/Linux-v4.19/arch/x86/kernel/
Dasm-offsets_64.c8 #define __SYSCALL_64(nr, sym, qual) [nr] = 1, argument
12 #define __SYSCALL_I386(nr, sym, qual) [nr] = 1, argument

12345678