/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile.gate | 3 targets += gate.so gate-syms.o 5 extra-y += gate.so gate-syms.o gate.lds gate.o 17 $(obj)/built-in.o: $(obj)/gate-syms.o 18 $(obj)/built-in.o: ld_flags += -R $(obj)/gate-syms.o 20 GATECFLAGS_gate-syms.o = -r 21 $(obj)/gate-syms.o: $(obj)/gate.lds $(obj)/gate.o FORCE
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | Makefile | 29 extra-y += vsyscall-syms.o 30 $(obj)/built-in.o: $(obj)/vsyscall-syms.o 31 $(obj)/built-in.o: ld_flags += -R $(obj)/vsyscall-syms.o 33 SYSCFLAGS_vsyscall-syms.o = -r 34 $(obj)/vsyscall-syms.o: $(src)/vsyscall.lds \
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | Makefile | 2 vdso-syms = rt_sigreturn gettimeofday 5 obj-vdso = $(patsubst %, v%.o, $(vdso-syms)) 52 extra-y += vdso-syms.o 53 $(obj)/built-in.o: $(obj)/vdso-syms.o 54 $(obj)/built-in.o: ld_flags += -R $(obj)/vdso-syms.o 59 $(obj)/vdso-syms.o: $(src)/vdso.lds $(obj)/vrt_sigreturn.o FORCE 76 $(patsubst %, -G __vdso_%, $(vdso-syms)) $@.tmp $@ 98 obj-vdso32 = $(patsubst %, v%32.o, $(vdso-syms))
|
/linux-4.4.14/tools/perf/util/ |
D | srcline.c | 33 asymbol **syms; member 55 asymbol **syms; in slurp_symtab() local 69 syms = malloc(storage); in slurp_symtab() 71 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms); in slurp_symtab() 73 symcount = bfd_canonicalize_symtab(abfd, syms); in slurp_symtab() 76 free(syms); in slurp_symtab() 80 a2l->syms = syms; in slurp_symtab() 103 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma, in find_address_in_section() 148 zfree(&a2l->syms); in addr2line_cleanup()
|
D | symbol-elf.c | 67 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \ argument 68 for (idx = 0, gelf_getsym(syms, idx, &sym);\ 70 idx++, gelf_getsym(syms, idx, &sym)) 224 Elf_Data *reldata, *syms, *symstrs; in dso__synthesize_plt_symbols() local 270 syms = elf_getdata(scn_dynsym, NULL); in dso__synthesize_plt_symbols() 271 if (syms == NULL) in dso__synthesize_plt_symbols() 295 gelf_getsym(syms, symidx, &sym); in dso__synthesize_plt_symbols() 317 gelf_getsym(syms, symidx, &sym); in dso__synthesize_plt_symbols() 795 Elf_Data *syms, *opddata = NULL; in dso__load_sym() local 837 syms = elf_getdata(sec, NULL); in dso__load_sym() [all …]
|
D | parse-events.c | 1871 struct event_symbol *syms, unsigned max, in print_symbol_events() argument 1884 syms -= max; in print_symbol_events() 1887 for (i = 0; i < max; i++, syms++) { in print_symbol_events() 1889 if (event_glob != NULL && syms->symbol != NULL && in print_symbol_events() 1890 !(strglobmatch(syms->symbol, event_glob) || in print_symbol_events() 1891 (syms->alias && strglobmatch(syms->alias, event_glob)))) in print_symbol_events() 1902 if (!name_only && strlen(syms->alias)) in print_symbol_events() 1903 snprintf(name, MAX_NAME_LEN, "%s OR %s", syms->symbol, syms->alias); in print_symbol_events() 1905 strncpy(name, syms->symbol, MAX_NAME_LEN); in print_symbol_events()
|
D | parse-events.h | 163 struct event_symbol *syms, unsigned max,
|
D | probe-event.c | 2473 struct symbol **syms) in find_probe_functions() argument 2485 if (syms && found < probe_conf.max_probes) in find_probe_functions() 2486 syms[found - 1] = sym; in find_probe_functions() 2510 struct symbol **syms = NULL; in find_probe_trace_events_from_map() local 2523 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map() 2524 if (!syms) { in find_probe_trace_events_from_map() 2533 num_matched_functions = find_probe_functions(map, pp->function, syms); in find_probe_trace_events_from_map() 2566 sym = syms[j]; in find_probe_trace_events_from_map() 2633 free(syms); in find_probe_trace_events_from_map()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.h | 21 INT_BITS syms[NSYMS] = {}; in BITSFUNC() local 94 if (syms[k]) { in BITSFUNC() 105 syms[k] = GET_LE(&sym->st_value); in BITSFUNC() 112 INT_BITS symval = syms[special_pages[i]]; in BITSFUNC() 120 if (symval + 4096 < syms[sym_vvar_start]) in BITSFUNC() 127 if (syms[sym_vvar_start] % 4096) in BITSFUNC() 170 if (required_syms[i].export && syms[i]) in BITSFUNC() 172 required_syms[i].name, (int64_t)syms[i]); in BITSFUNC()
|
D | .gitignore | 3 vdso32-syscall-syms.lds 4 vdso32-sysenter-syms.lds 5 vdso32-int80-syms.lds
|
/linux-4.4.14/Documentation/ |
D | dontdiff | 230 vdso-syms.lds 232 vdso32-int80-syms.lds 233 vdso32-syms.lds 234 vdso32-syscall-syms.lds 235 vdso32-sysenter-syms.lds
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_64.c | 330 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify() argument 335 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify() 336 char *name = strtab + syms[i].st_name; in dedotify() 338 syms[i].st_name++; in dedotify() 348 Elf64_Sym *syms; in find_dot_toc() local 350 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc() 354 if (syms[i].st_shndx == SHN_UNDEF in find_dot_toc() 355 && strcmp(strtab + syms[i].st_name, "TOC.") == 0) in find_dot_toc() 356 return &syms[i]; in find_dot_toc()
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 52 targets += vdso-syms.lds 53 obj-$(VDSO64-y) += vdso-syms.lds 65 $(obj)/%-syms.lds: $(obj)/%.so.dbg FORCE
|
D | .gitignore | 1 vdso-syms.lds
|
/linux-4.4.14/kernel/ |
D | kexec_file.c | 944 Elf_Sym *syms; in kexec_purgatory_find_symbol() local 964 syms = (Elf_Sym *)sechdrs[i].sh_offset; in kexec_purgatory_find_symbol() 968 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol() 971 if (strcmp(strtab + syms[k].st_name, name) != 0) in kexec_purgatory_find_symbol() 974 if (syms[k].st_shndx == SHN_UNDEF || in kexec_purgatory_find_symbol() 975 syms[k].st_shndx >= ehdr->e_shnum) { in kexec_purgatory_find_symbol() 977 name, syms[k].st_shndx); in kexec_purgatory_find_symbol() 982 return &syms[k]; in kexec_purgatory_find_symbol()
|
D | module.c | 432 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section() argument 480 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section() 523 static bool check_symbol(const struct symsearch *syms, in check_symbol() argument 530 if (syms->licence == GPL_ONLY) in check_symbol() 532 if (syms->licence == WILL_BE_GPL_ONLY && fsa->warn) { in check_symbol() 540 if (syms->unused && fsa->warn) { in check_symbol() 552 fsa->crc = symversion(syms->crcs, symnum); in check_symbol() 553 fsa->sym = &syms->start[symnum]; in check_symbol() 565 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section() argument 572 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 594 const __be64 *syms; in opal_export_symmap() local 602 syms = of_get_property(fw, "symbol-map", &size); in opal_export_symmap() 603 if (!syms || size != 2 * sizeof(__be64)) in opal_export_symmap() 607 bin_attr_symbol_map.private = __va(be64_to_cpu(syms[0])); in opal_export_symmap() 608 bin_attr_symbol_map.size = be64_to_cpu(syms[1]); in opal_export_symmap()
|
/linux-4.4.14/scripts/ |
D | makelst | 19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
|
/linux-4.4.14/arch/unicore32/mm/ |
D | Makefile | 10 obj-$(CONFIG_MODULES) += proc-syms.o
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_common.c | 71 struct fake_sym *syms; member 133 struct fake_sym *fsym = &fake_symbols[i].syms[k]; in setup_fake_machine()
|
/linux-4.4.14/arch/arm/mm/ |
D | Makefile | 16 obj-$(CONFIG_MODULES) += proc-syms.o
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel_ht.c | 30 #define MCS_SYMBOL_TIME(sgi, syms) \ argument 32 ((syms) * 18000 + 4000) / 5 : /* syms * 3.6 us */ \ 33 ((syms) * 1000) << 2 /* syms * 4 us */ \
|
/linux-4.4.14/include/linux/ |
D | module.h | 328 const struct kernel_symbol *syms; member
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial-tegra.c | 252 unsigned int syms) in tegra_uart_wait_sym_time() argument 255 udelay(DIV_ROUND_UP(syms * tup->symb_bit * 1000000, in tegra_uart_wait_sym_time()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 957 1) objdump --syms <program to be debugged> | grep main
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2729 nsyms = 57, ndeps = 0, syms = 0xa9023170, deps = 0x0, refs = 0x0,
|