Searched refs:symbols (Results 26 - 50 of 499) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dlibxml-doc.el1 ;;; libxml-doc.el - look up libxml-symbols and start browser on documentation
29 ;; "Look up libxml-symbols and start browser on documentation." t)
32 ;; "Look up libxml-symbols and start browser on documentation." t)
74 ;; - Now keeps the list of symbols between calls to speed things up.
92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols)
118 "History for looking up libxml-symbols.")
119 (defvar libxmldoc-symbols nil
120 "The list of libxml-symbols.")
129 (if (null libxmldoc-symbols)
130 (setq libxmldoc-symbols (libxmldo
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/
H A Dsymbolify.py30 self.symbols = [parse_nm_output(l) for l in nm(file)]
31 self.symbols.sort(key=lambda x: x[0])
42 for s in self.symbols:
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A Dexport.sh3 echo that the kext include fewer global symbols
9 echo Now do a build with full symbols
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-map.py131 symbols = stringprep.symbols(map_list, tables) variable
132 if len(symbols) == 0:
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duniset_closure.cpp49 const SymbolTable* symbols,
62 applyPattern(pattern, options, symbols, status);
70 const SymbolTable* symbols,
83 applyPattern(pattern, pos, options, symbols, status);
95 const SymbolTable* symbols,
98 applyPattern(pattern, pos, options, symbols, status);
117 const SymbolTable* symbols,
129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
47 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
68 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
93 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
114 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
/macosx-10.9.5/cctools-845/otool/
H A Dm88k_disasm.c86 struct nlist *symbols,
103 struct nlist *symbols,
139 symbols, nsymbols, sorted_symbols, nsorted_symbols,
145 symbols, nsymbols, sorted_symbols, nsorted_symbols,
151 symbols, nsymbols, sorted_symbols, nsorted_symbols,
157 symbols, nsymbols, sorted_symbols, nsorted_symbols,
163 symbols, nsymbols, sorted_symbols, nsorted_symbols,
169 symbols, nsymbols, sorted_symbols, nsorted_symbols,
175 symbols, nsymbols, sorted_symbols, nsorted_symbols,
181 symbols, nsymbol
95 m88k_disassemble( char *sect, uint32_t left, uint32_t addr, uint32_t sect_addr, enum byte_sex object_byte_sex, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose) argument
1040 print_immediate( uint32_t value, uint32_t sect_offset, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose) argument
[all...]
H A Dhppa_disasm.h45 struct nlist *symbols,
H A Di860_disasm.h45 struct nlist *symbols,
H A Dm68k_disasm.h45 struct nlist *symbols,
H A Dm88k_disasm.h45 struct nlist *symbols,
H A Dppc_disasm.h45 struct nlist *symbols,
H A Dsparc_disasm.h45 struct nlist *symbols,
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DLocaleICU.cpp122 Vector<String, DecimalSymbolsSize> symbols;
123 symbols.append(decimalSymbol(UNUM_ZERO_DIGIT_SYMBOL));
124 symbols.append(decimalSymbol(UNUM_ONE_DIGIT_SYMBOL));
125 symbols.append(decimalSymbol(UNUM_TWO_DIGIT_SYMBOL));
126 symbols.append(decimalSymbol(UNUM_THREE_DIGIT_SYMBOL));
127 symbols.append(decimalSymbol(UNUM_FOUR_DIGIT_SYMBOL));
128 symbols.append(decimalSymbol(UNUM_FIVE_DIGIT_SYMBOL));
129 symbols.append(decimalSymbol(UNUM_SIX_DIGIT_SYMBOL));
130 symbols.append(decimalSymbol(UNUM_SEVEN_DIGIT_SYMBOL));
131 symbols
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dloadhist.el37 (defun feature-symbols (feature)
55 (car (feature-symbols feature))))
62 (let ((symbols (assoc file load-history)))
64 (and (null symbols)
68 (setq symbols (cdr (assoc absname load-history))))))
69 symbols))
75 (let ((symbols (file-loadhist-lookup file))
80 symbols)
87 (let ((symbols (file-loadhist-lookup file))
92 symbols)
[all...]
/macosx-10.9.5/libxml2-26/libxml2/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...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Archive/
H A DArchive.cpp196 static void getSymbols(Module*M, std::vector<std::string>& symbols) { argument
201 symbols.push_back(GI->getName());
207 symbols.push_back(FI->getName());
213 symbols.push_back(AI->getName());
217 // Get just the externally visible defined symbols from the bitcode
220 std::vector<std::string>& symbols,
233 // Get the symbols
234 getSymbols(M, symbols);
245 std::vector<std::string>& symbols,
255 // Get the symbols
218 GetBitcodeSymbols(const sys::Path& fName, LLVMContext& Context, std::vector<std::string>& symbols, std::string* ErrMsg) argument
242 GetBitcodeSymbols(const char *BufPtr, unsigned Length, const std::string& ModuleID, LLVMContext& Context, std::vector<std::string>& symbols, std::string* ErrMsg) argument
[all...]
/macosx-10.9.5/zip-14/zip/
H A DMakefile27 install: destroot symbols ossinfo
40 symbols:
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsh64-dis.c402 to getting the section from symbols, if any. */
404 && info->symbols != NULL
405 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
406 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
407 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
408 section = bfd_get_section (info->symbols[0]);
470 /* If we have symbols, we can try and get at a section from *that*. */
471 if (info->symbols != NULL
472 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
473 && ! bfd_is_und_section (bfd_get_section (info->symbols[
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-m88k.c91 /* Get symbol value. (Common symbols are special.) */
259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section)
266 asymbol **symbols;
275 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Dcoff-tic30.c143 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
144 reloc_processing(relent, reloc, symbols, abfd, section)
147 reloc_processing (relent, reloc, symbols, abfd, section)
150 asymbol **symbols;
158 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Di386lynx.c158 r_index to the symbols index, and the r_extern bit.
160 Absolute symbols can come in in two ways, either as an offset
245 r_index to the symbols index, and the r_extern bit.
247 Absolute symbols can come in in two ways, either as an offset
304 Aout keeps all it's symbols based from zero, so the symbol would
312 cache_ptr->sym_ptr_ptr = symbols + r_index; \
343 NAME(lynx,swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
347 asymbol **symbols;
367 NAME(lynx,swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
371 asymbol **symbols;
346 asymbol **symbols; variable
370 asymbol **symbols; variable
403 asymbol **symbols; variable
549 asymbol **symbols; variable
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A Dbuildall.vc.bat13 if %1.==symbols. goto SYMBOLS
18 set SYMBOLS=symbols
56 if not %SYMBOLS%.==. set OPTS=symbols
63 if not %SYMBOLS%.==. set OPTS=symbols,static
70 if not %SYMBOLS%.==. set OPTS=symbols,static,msvcrt
77 if not %SYMBOLS%.==. set OPTS=symbols,threads
84 if not %SYMBOLS%.==. set OPTS=symbols,static,threads
92 if not %SYMBOLS%.==. set OPTS=symbols,static,msvcrt,threads
113 echo %0 symbols : builds Tcl for all debugging build types
114 echo %0 symbols instal
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A Dbuildall.vc.bat14 if %1.==symbols. goto SYMBOLS
19 set SYMBOLS=symbols
60 if not %SYMBOLS%.==. set OPTS=symbols
67 if not %SYMBOLS%.==. set OPTS=symbols,static
74 if not %SYMBOLS%.==. set OPTS=symbols,static,msvcrt
81 if not %SYMBOLS%.==. set OPTS=symbols,threads
88 if not %SYMBOLS%.==. set OPTS=symbols,static,threads
96 if not %SYMBOLS%.==. set OPTS=symbols,static,msvcrt,threads
116 echo %0 symbols : builds Tk for all debugging build types.
117 echo %0 symbols instal
[all...]
/macosx-10.9.5/objc4-551.1/test/
H A Dverify-exports.pl41 # Collect symbols from dylib.
45 my %symbols;
52 $symbols{$name} = 1;
59 for my $symbol (keys %symbols) {
227 # All exported symbols must have an export declaration
229 for my $name (keys %symbols) {
244 my $hasSymbol = exists $symbols{$name};
/macosx-10.9.5/cctools-845/misc/
H A Dindr.c64 * and the names created for indirect symbols). If this is for indirect symbols
77 * indirect symbols are placed in first in the archive in the order the symbol
186 * symbols with an indirect symbol for the symbol name with an underbar and
333 /* process the list of symbols and create the data structures */
345 /* translate the symbols in the input file */
379 * process the symbols listed in list_filename. This enters each symbol as an
382 * be used to put these symbols in.
434 * Translate the objects in the input file by changing the external symbols
435 * that match indirect symbols i
606 struct nlist *symbols, *nlistp; local
815 struct nlist *symbols; local
[all...]

Completed in 234 milliseconds

1234567891011>>