Searched refs:symbols (Results 1 - 25 of 125) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Deshlibld.h73 unsigned char *symbols, unsigned long symlength,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py19 symbols = {} variable
49 res = ctxt.xpathEval("/api/symbols/*[@name = '%s']" % (name))
93 global symbols
160 if symbols.has_key(name):
161 sinfo = symbols[name]
163 # gather at most 5 references per symbols
169 symbols[name] = [1, filename]
187 global symbols
189 output.write(" <symbols>\n")
190 keys = symbols
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.in19 LDFLAGS_yes = -Wl,--export-all-symbols
H A DMakefile19 LDFLAGS_yes = -Wl,--export-all-symbols
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dmodule.c38 char *strings, Elf32_Sym *symbols)
53 strings + symbols[ELF32_R_SYM(rela->r_info)].st_name,
62 strings + symbols[ELF32_R_SYM(rela->r_info)].st_name);
73 Elf32_Sym *symbols; local
99 symbols = (void *)hdr + symtab->sh_offset;
102 if (symbols[i].st_shndx == SHN_UNDEF &&
103 strcmp(strings + symbols[i].st_name,
106 symbols[i].st_shndx = SHN_ABS;
111 /* Allocate GOT entries for symbols that need it. */
120 strings, symbols);
37 check_rela(Elf32_Rela *rela, struct module *module, char *strings, Elf32_Sym *symbols) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/lib/
H A DMakefile28 # is no way to know ahead of time which symbols are needed so libc
131 # Find all unresolved symbols that uClibc could resolve
132 #.symbols: $(MAP) $(BINARIES)
141 #$(LIBC): .symbols $(OBJS)
142 # xargs -t $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBGCC) < .symbols
156 # Find all unresolved symbols that GNU libc could resolve
157 .symbols: $(MAP) $(BINARIES)
164 $(LIBC): .symbols $(OBJS) $(LIBDIR)/$(LINKER)
165 xargs $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBDIR)/$(LINKER) -lgcc < .symbols
186 rm -f $(LIBC) $(MAP) .symbols
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbitstream.c144 const void *symbols, int symbols_wrap, int symbols_size,
173 if (!symbols)
176 GET_DATA(symbol, symbols, i, symbols_wrap, symbols_size);
234 symbols, symbols_wrap, symbols_size,
260 'symbols' : table which gives the values to be returned from get_vlc().
269 (byte/word/long) to store the 'bits', 'codes', and 'symbols' tables.
277 const void *symbols, int symbols_wrap, int symbols_size,
305 symbols, symbols_wrap, symbols_size,
140 build_table(VLC *vlc, int table_nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, uint32_t code_prefix, int n_prefix, int flags) argument
274 init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, int flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmkdef.pl43 # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found
53 # exclude symbols that are part of an algorithm that some user wants to
314 /* Test file to check all DEF file symbols are present by trying
890 # Prune the returned symbols
971 (my $name, *nums, my @symbols) = @_;
977 foreach $sym (@symbols) {
1000 print STDERR "$new_info old symbols got an info update\n";
1005 print STDERR "No old symbols needed info update\n";
1091 (*OUT,my $name,*nums,my $testall,my @symbols)=@_;
1095 (@e)=grep(/^SSLeay(\{[0-9]+\})?\\.*?:.*?:.*/,@symbols);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkdef.pl43 # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found
53 # exclude symbols that are part of an algorithm that some user wants to
332 /* Test file to check all DEF file symbols are present by trying
929 # Prune the returned symbols
1010 (my $name, *nums, my @symbols) = @_;
1016 foreach $sym (@symbols) {
1039 print STDERR "$new_info old symbols got an info update\n";
1044 print STDERR "No old symbols needed info update\n";
1134 (*OUT,my $name,*nums,my $testall,my @symbols)=@_;
1138 (@e)=grep(/^SSLeay(\{[0-9]+\})?\\.*?:.*?:.*/,@symbols);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos.c137 if (ins->symbol_table.symbols[i].deleted) {
152 if (!strcmp(module->symbol_table.symbols[0].symbol_name, "OVERLAYBEGINADDRESS") &&
153 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) {
154 module->overlay_begin_address = module->symbol_table.symbols[0].address;
166 module->symbol_table.symbols[i].symbol_name,
167 module->symbol_table.symbols[i].symbol_type) == NULL) {
169 ins->symbol_table.symbols[ins->symbol_table.nsymbols] = module->symbol_table.symbols[i];
170 ins->symbol_table.symbols[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module->overlay_begin_address);
171 ins->symbol_table.symbols[in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dmodule.c112 Elf_Sym *symbols; local
136 symbols = (void *) hdr + symtab->sh_offset;
139 if (symbols[i].st_shndx == SHN_UNDEF &&
140 strcmp(strings + symbols[i].st_name,
143 symbols[i].st_shndx = SHN_ABS;
191 undefined symbols have been resolved. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h81 struct dsp_symbol_entry *symbols; member in struct:dsp_symbol_desc
146 struct dsp_symbol_desc symbol_table; /* currently availble loaded symbols in SP */
169 /* cache this symbols */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dexport_report.pl85 # collect all the symbols and their attributes from the
130 print "\tThis file reports the exported symbols usage patterns by in-tree\n",
134 printf("SECTION 1: Usage counts of all exported symbols\n");
135 printf("SECTION 2: List of modules and the exported symbols they use\n");
137 printf("SECTION 1:\tThe exported symbols and their usage count\n\n");
142 # print the list of unused exported symbols
156 modules. Each module lists the modules, and the symbols from that module that
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/basic/
H A Ddocproc.c107 /* Types used to create list of all exported symbols in a number of files */
108 struct symbols struct
116 struct symbols *symbollist;
159 * Find all symbols exported with EXPORT_SYMBOL and EXPORT_SYMBOL_GPL
161 * All symbols located are stored in symfilelist.
352 * First pass is used to collect all symbols exported
358 /* Collect symbols */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A DMakefile.am16 -export-symbols $(srcdir)/libexif.sym \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/basic/
H A Ddocproc.c107 /* Types used to create list of all exported symbols in a number of files */
108 struct symbols struct
116 struct symbols *symbollist;
159 * Find all symbols exported with EXPORT_SYMBOL and EXPORT_SYMBOL_GPL
161 * All symbols located are stored in symfilelist.
353 * First pass is used to collect all symbols exported
359 /* Collect symbols */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/libcurl/
H A DMakefile.am85 symbols-in-versions
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A DMakefile.am76 export_symbols = -export-symbols $(srcdir)/libgcrypt.def
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A DMakefile.am68 libavahi_gobject_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_GOBJECT_VERSION_INFO) -export-symbols-regex '^ga_'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/winbuild/
H A DMakefile.vc31 !MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols release build)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/os2/
H A DOS2-EMX.cmd86 echo These DLLs are not good for runtime resolution of symbols.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/os2/
H A DOS2-EMX.cmd86 echo These DLLs are not good for runtime resolution of symbols.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.am46 # These are auxiliary sources whose symbols should not be exported.
97 # define an uncontrolled amount of symbols.
104 # Tell the mingw or Cygwin linker which symbols to export.
107 libgettextpo_la_LDFLAGS += -Wl,--export-all-symbols
121 # Hide symbols that are defined by libgettextpo_la_AUXSOURCES or libgnu.la
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dhead.S17 ;; Exported symbols
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/examples/
H A DMakefile125 DUMPBIN = link -dump -symbols
150 NM = link -dump -symbols
175 ac_ct_DUMPBIN = link -dump -symbols

Completed in 188 milliseconds

12345