/linux-3.4.99/include/linux/ |
D | export.h | 38 #define __CRC_SYMBOL(sym, sec) \ argument 45 #define __CRC_SYMBOL(sym, sec) argument 49 #define __EXPORT_SYMBOL(sym, sec) \ argument 60 #define EXPORT_SYMBOL(sym) \ argument 63 #define EXPORT_SYMBOL_GPL(sym) \ argument 66 #define EXPORT_SYMBOL_GPL_FUTURE(sym) \ argument 70 #define EXPORT_UNUSED_SYMBOL(sym) __EXPORT_SYMBOL(sym, "_unused") argument 71 #define EXPORT_UNUSED_SYMBOL_GPL(sym) __EXPORT_SYMBOL(sym, "_unused_gpl") argument 73 #define EXPORT_UNUSED_SYMBOL(sym) argument 74 #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-3.4.99/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 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 int 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() 188 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility() [all …]
|
D | zconf.y | 144 struct symbol *sym = sym_lookup($2, 0); variable 158 struct symbol *sym = sym_lookup($2, 0); variable 244 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 489 struct symbol *sym; variable 517 for_all_symbols(i, sym) { in for_all_symbols() argument 608 struct symbol *sym = menu->sym; in print_symbol() local 691 struct symbol *sym; in zconfdump() local
|
D | confdata.c | 80 struct symbol *sym; in conf_expand_value() local 120 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 190 struct symbol *sym; in conf_read_simple() local 347 struct symbol *sym; in conf_read() local 420 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 474 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 548 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol() 561 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 602 struct symbol *sym; in conf_write_defconfig() local 676 struct symbol *sym; in conf_write() local [all …]
|
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 180 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 206 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 212 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 265 struct symbol *sym; in menu_finalize() local 436 struct symbol *sym; in menu_is_visible() local 541 void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() 582 struct symbol *sym; in get_relations_str() local 596 struct symbol *sym = menu->sym; in menu_get_ext_help() local
|
D | lkc.h | 150 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 156 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 166 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 171 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 176 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 181 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
D | conf.c | 82 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 233 struct symbol *sym, *def_sym; in conf_choice() local 352 struct symbol *sym; in conf() local 418 struct symbol *sym; in check_conf() local
|
D | expr.h | 36 struct symbol *sym; member 87 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument 137 struct symbol *sym; /* the symbol for which the property is associated */ member 149 #define for_all_properties(sym, st, tok) \ argument 152 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 153 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 154 #define for_all_prompts(sym, st) \ argument 162 struct symbol *sym; member
|
D | expr.c | 14 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 773 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 797 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 877 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1125 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1135 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
/linux-3.4.99/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 void sym(void) ; argument 45 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
|
D | sys_call_table_32.c | 36 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 40 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
|
/linux-3.4.99/arch/x86/kernel/ |
D | syscall_64.c | 8 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 11 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 13 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument 16 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument 20 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
|
D | asm-offsets_64.c | 3 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument 4 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument 6 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1, argument 8 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument 13 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
D | syscall_32.c | 8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = sym, argument
|
/linux-3.4.99/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-3.4.99/tools/perf/util/ |
D | annotate.c | 21 int symbol__annotate_init(struct map *map __used, struct symbol *sym) in symbol__annotate_init() 28 int symbol__alloc_hist(struct symbol *sym) in symbol__alloc_hist() 43 void symbol__annotate_zero_histograms(struct symbol *sym) in symbol__annotate_zero_histograms() 54 int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples() 114 static int objdump_line__print(struct objdump_line *oline, struct symbol *sym, in objdump_line__print() 199 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, in symbol__parse_objdump_line() 261 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) in symbol__annotate() 379 static void symbol__free_source_line(struct symbol *sym, int len) in symbol__free_source_line() 393 static int symbol__get_source_line(struct symbol *sym, struct map *map, in symbol__get_source_line() 475 static void symbol__annotate_hits(struct symbol *sym, int evidx) in symbol__annotate_hits() [all …]
|
/linux-3.4.99/arch/x86/um/shared/sysdep/ |
D | kernel-offsets.h | 7 #define DEFINE(sym, val) \ argument 11 #define DEFINE_STR(sym, val) asm volatile("\n->" #sym " " STR(val) " " #val: : ) argument 15 #define OFFSET(sym, str, mem) \ argument
|
/linux-3.4.99/arch/ia64/kvm/ |
D | kvm_lib.c | 18 #define EXPORT_SYMBOL(sym) argument 19 #define EXPORT_SYMBOL_GPL(sym) argument
|
/linux-3.4.99/arch/ia64/kernel/ |
D | paravirtentry.S | 30 #define DATA8(sym, init_value) \ argument 48 #define BRANCH_PROC(sym, reg, breg, type) \ argument 54 #define BRANCH_PROC_UNWINFO(sym, reg, breg, type) \ argument
|
/linux-3.4.99/arch/x86/ia32/ |
D | syscall_ia32.c | 8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void compat(void) ; argument 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = compat, argument
|
/linux-3.4.99/arch/x86/tools/ |
D | relocs.c | 236 static const char *sym_name(const char *sym_strtab, Elf32_Sym *sym) in sym_name() 409 Elf32_Sym *sym = &sec->symtab[j]; in read_symtabs() local 465 Elf32_Sym *sym; in print_absolute_symbols() local 505 Elf32_Sym *sym; in print_absolute_relocs() local 551 static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym), in walk_relocs() 575 Elf32_Sym *sym; in walk_relocs() local 643 static void count_reloc(Elf32_Rel *rel, Elf32_Sym *sym) in count_reloc() 651 static void collect_reloc(Elf32_Rel *rel, Elf32_Sym *sym) in collect_reloc()
|
/linux-3.4.99/scripts/genksyms/ |
D | genksyms.c | 170 struct symbol *sym; in find_symbol() local 183 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol() 203 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 851 struct symbol *sym = visited_symbols; in main() local
|
/linux-3.4.99/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
|