/linux-6.6.21/scripts/kconfig/ |
D | symbol.c | 41 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 73 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 82 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 94 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 106 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() 122 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 154 static void sym_set_changed(struct symbol *sym) in sym_set_changed() 167 struct symbol *sym; in sym_set_all_changed() local 174 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility() 243 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default() [all …]
|
D | lkc.h | 116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 122 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 127 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 132 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 137 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 142 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
D | confdata.c | 226 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 350 struct symbol *sym; in conf_read_simple() local 544 struct symbol *sym; in conf_read() local 690 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol() 718 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig() 723 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf() 728 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig() 733 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c() 775 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg() 840 struct symbol *sym; in conf_write_defconfig() local [all …]
|
D | menu.c | 48 void menu_add_entry(struct symbol *sym) in menu_add_entry() 115 struct symbol *sym = current_entry->sym; in menu_set_type() local 210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 221 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 288 struct symbol *sym; in menu_finalize() local 620 struct symbol *sym; in menu_is_visible() local 768 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 789 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 842 struct symbol *sym; in get_relations_str() local [all …]
|
D | conf.c | 119 struct symbol *sym; in randomize_choice_values() local 173 struct symbol *sym, *csym; in conf_set_all_new_symbols() local 306 struct symbol *sym; in conf_rewrite_tristates() local 317 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 351 struct symbol *sym = menu->sym; in conf_string() local 384 struct symbol *sym = menu->sym; in conf_sym() local 451 struct symbol *sym, *def_sym; in conf_choice() local 566 struct symbol *sym; in conf() local 633 struct symbol *sym; in check_conf() local
|
D | parser.y | 231 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 480 struct symbol *sym; variable 505 for_all_symbols(i, sym) { in for_all_symbols() argument 582 struct symbol *sym = menu->sym; in print_symbol() local 674 struct symbol *sym; in zconfdump() local
|
/linux-6.6.21/include/linux/ |
D | export.h | 36 #define __EXPORT_SYMBOL_REF(sym) \ argument 40 #define __EXPORT_SYMBOL_REF(sym) \ argument 45 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument 60 #define __EXPORT_SYMBOL(sym, license, ns) argument 64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 68 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 73 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument 83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument 86 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") argument [all …]
|
D | export-internal.h | 20 #define __KSYM_REF(sym) ".long " #sym "- ." argument 23 #define __KSYM_REF(sym) ".quad " #sym argument 26 #define __KSYM_REF(sym) ".long " #sym argument 40 #define __KSYMTAB(name, sym, sec, ns) \ argument 67 #define SYMBOL_CRC(sym, crc, sec) \ argument
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | kvm_asm.h | 86 #define DECLARE_KVM_VHE_SYM(sym) extern char sym[] argument 87 #define DECLARE_KVM_NVHE_SYM(sym) extern char kvm_nvhe_sym(sym)[] argument 93 #define DECLARE_KVM_HYP_SYM(sym) \ argument 97 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument 99 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument 102 #define DECLARE_KVM_HYP_PER_CPU(type, sym) \ argument 110 #define this_cpu_ptr_nvhe_sym(sym) per_cpu_ptr_nvhe_sym(sym, smp_processor_id()) argument 111 #define per_cpu_ptr_nvhe_sym(sym, cpu) \ argument 122 #define CHOOSE_NVHE_SYM(sym) sym argument 123 #define CHOOSE_HYP_SYM(sym) CHOOSE_NVHE_SYM(sym) argument [all …]
|
D | hyp_image.h | 18 #define kvm_nvhe_sym(sym) __kvm_nvhe_##sym argument 20 #define kvm_nvhe_sym(sym) sym argument 61 #define KVM_NVHE_ALIAS(sym) kvm_nvhe_sym(sym) = sym; argument
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_rtsym.c | 208 u64 nfp_rtsym_size(const struct nfp_rtsym *sym) in nfp_rtsym_size() 226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in nfp_rtsym_to_dest() 257 int __nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_read() 288 int nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_read() 294 int __nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readl() 314 int nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readl() 320 int __nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readq() 345 int nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readq() 351 int __nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_write() 373 int nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_write() [all …]
|
/linux-6.6.21/tools/perf/util/ |
D | symbol_fprintf.c | 10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() 19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs() 43 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs() 50 size_t __symbol__fprintf_symname(const struct symbol *sym, in __symbol__fprintf_symname() 57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
|
D | call-path.c | 15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init() 51 struct symbol *sym, u64 ip, in call_path__new() 79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
|
/linux-6.6.21/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 16 char *sym = syma->name; in arch__choose_best_symbol() local 70 void arch__sym_update(struct symbol *s, GElf_Sym *sym) in arch__sym_update() 80 struct symbol *sym) in arch__fix_tev_from_maps() 123 struct symbol *sym = NULL; in arch__post_process_probe_trace_events() local
|
/linux-6.6.21/tools/objtool/ |
D | elf.c | 109 const struct symbol *sym; member 159 struct symbol *sym; in find_symbol_by_index() local 258 struct symbol *sym; in find_symbol_by_name() local 394 static void elf_add_symbol(struct elf *elf, struct symbol *sym) in elf_add_symbol() 438 struct symbol *sym, *pfunc; in read_symbols() local 579 static int elf_update_sym_relocs(struct elf *elf, struct symbol *sym) in elf_update_sym_relocs() 598 struct section *symtab_shndx, struct symbol *sym) in elf_update_symbol() 728 __elf_create_symbol(struct elf *elf, struct symbol *sym) in __elf_create_symbol() 796 struct symbol *sym = calloc(1, sizeof(*sym)); in elf_create_section_symbol() local 824 struct symbol *sym = calloc(1, sizeof(*sym)); in elf_create_prefix_symbol() local [all …]
|
/linux-6.6.21/scripts/ |
D | insert-sys-cert.c | 60 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-6.6.21/arch/x86/tools/ |
D | relocs.c | 271 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name() 292 Elf_Sym *sym; in sym_lookup() local 349 static int sym_index(Elf_Sym *sym) in sym_index() 541 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local 614 Elf_Sym *sym; in print_absolute_symbols() local 660 Elf_Sym *sym; in print_absolute_relocs() local 722 Elf_Sym *sym, const char *symname)) in walk_relocs() 745 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local 817 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym() 828 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() [all …]
|
/linux-6.6.21/tools/lib/bpf/ |
D | elf.c | 65 GElf_Sym sym; member 75 struct elf_sym sym; member 120 GElf_Sym *sym = &ret->sym; in elf_sym_iter_next() local 156 static unsigned long elf_sym_offset(struct elf_sym *sym) in elf_sym_offset() 193 struct elf_sym *sym; in elf_find_func_offset() local 320 struct elf_sym *sym; in elf_resolve_syms_offsets() local 401 struct elf_sym *sym; in elf_resolve_pattern_offsets() local
|
/linux-6.6.21/kernel/module/ |
D | kallsyms.c | 38 static char elf_type(const Elf_Sym *sym, const struct load_info *info) in elf_type() 281 const Elf_Sym *sym = &kallsyms->symtab[i]; in find_kallsyms_symbol() local 368 const char *sym; in lookup_module_symbol_name() local 397 const Elf_Sym *sym = &kallsyms->symtab[symnum]; in module_get_kallsym() local 420 const Elf_Sym *sym = &kallsyms->symtab[i]; in __find_kallsyms_symbol_value() local 500 const Elf_Sym *sym = &kallsyms->symtab[i]; in module_kallsyms_on_each_symbol() local
|
/linux-6.6.21/scripts/genksyms/ |
D | genksyms.c | 157 struct symbol *sym; in find_symbol() local 170 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol() 190 struct symbol *sym; in __add_symbol() local 460 struct string_list *sym, *def; in read_reference() local 530 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym() 636 struct symbol *sym; in export_symbol() local 833 struct symbol *sym = visited_symbols; in main() local
|
/linux-6.6.21/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-6.6.21/tools/include/linux/ |
D | export.h | 4 #define EXPORT_SYMBOL(sym) argument 5 #define EXPORT_SYMBOL_GPL(sym) argument
|
/linux-6.6.21/scripts/mod/ |
D | modpost.c | 260 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol() 271 struct symbol *sym; in sym_add_unresolved() local 343 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 391 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc() 429 Elf_Sym *sym; in parse_elf() local 623 const Elf_Sym *sym, const char *symname) in handle_symbol() 711 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 1054 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1068 Elf_Sym *sym; in find_nearest_sym() local 1112 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym() [all …]
|
/linux-6.6.21/arch/x86/entry/ |
D | syscall_64.c | 10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument 14 #define __SYSCALL(nr, sym) __x64_##sym, argument
|
D | syscall_x32.c | 10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument 14 #define __SYSCALL(nr, sym) __x64_##sym, argument
|