Searched
full:symbol (Results
251 -
275 of
5049) sorted by null
<<11121314151617181920>>
/external/llvm/test/MC/Mips/ |
elf_st_other.ll | 1 ; This tests value of ELF st_other field for function symbol table entries.
|
/external/mesa3d/src/gallium/targets/dri-vmwgfx/ |
vmw_powf.c | 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
|
/external/oprofile/libpp/ |
profile_container.cpp | 20 #include "symbol.h" 71 // the range of sample_entry inside each symbol entry are valid 125 symbol_entry const * symbol = symbols->insert(symb_entry); local 128 add_samples(abfd, i, p_it, symbol, pclass, start); 136 symbol_entry const * symbol, size_t pclass, 159 samples->insert(symbol, sample); 201 // contain sample does not work: a symbol can contain samples and this 202 // symbol is in a source file that contain zero sample because only 276 profile_container::find_sample(symbol_entry const * symbol, bfd_vma vma) const 278 return samples->find_by_vma(symbol, vma) [all...] |
format_flags.h | 30 /// output the (demangled) symbol name 45 * to symbol but relative to the total nr of samples 50 * to symbol but relative to the total nr of samples,
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/ |
README | 4 SDL without causing any symbol collisions with code in the application.
|
/external/skia/src/svg/ |
SkSVGSymbol.cpp | 17 DEFINE_SVG_INFO(Symbol)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
Android.mk | 9 symbol-table.cpp \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/ |
stubs-32.h | 2 It defines a symbol `__stub_FUNCTION' for each function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/ |
stubs-32.h | 2 It defines a symbol `__stub_FUNCTION' for each function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/ |
stubs-64.h | 2 It defines a symbol `__stub_FUNCTION' for each function
|
/cts/tools/dasm/src/java_cup/ |
symbol_part.java | 3 /** This class represents a part of a production which is a symbol (terminal 4 * or non terminal). This simply maintains a reference to the symbol in 18 * @param sym the symbol that this part is made up of. 21 public symbol_part(symbol sym, String lab) throws internal_error 27 "Attempt to construct a symbol_part with a null symbol"); 34 * @param sym the symbol that this part is made up of. 36 public symbol_part(symbol sym) throws internal_error 45 /** The symbol that this part is made up of. */ 46 protected symbol _the_symbol; 48 /** The symbol that this part is made up of. * [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTable.g | 3 /* Scope of symbol names. Both globals and block rules need to push a new 4 * symbol table upon entry and they must use the same stack. So, I must 65 {[$Symbols::names addObject:$ID];} // add to current symbol table
|
/external/jpeg/ |
jchuff.h | 28 unsigned int ehufco[256]; /* code for each symbol */ 29 char ehufsi[256]; /* length of code for each symbol */ 30 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
|
/external/llvm/test/Linker/ |
2003-11-18-TypeResolution.ll | 2 ; symbol table with the same name and same type. When this occurs, the symbol 4 ; little symbol table. This is causing llvm-link to die, at no fault of its
|
/external/llvm/test/MC/ELF/ |
file.s | 3 // Test that the STT_FILE symbol precedes the other local symbols. 8 // CHECK: Symbol { 17 // CHECK-NEXT: Symbol {
|
set.s | 7 // CHECK: Symbol { 17 // Test that we accept .set of a symbol after it has been used in a statement. 28 // CHECK: Symbol {
|
symref.s | 34 // CHECK: Symbol { 43 // CHECK-NEXT: Symbol { 52 // CHECK-NEXT: Symbol { 61 // CHECK-NEXT: Symbol { 70 // CHECK-NEXT: Symbol { 79 // CHECK-NEXT: Symbol { 88 // CHECK-NEXT: Symbol { 97 // CHECK-NEXT: Symbol { 106 // CHECK-NEXT: Symbol { 115 // CHECK-NEXT: Symbol { [all...] |
weak.s | 3 // Test that this produces a weak undefined symbol. 12 // CHECK: Symbol { 21 // CHECK: Symbol {
|
/external/llvm/test/MC/MachO/ |
indirect-symbols.s | 102 // CHECK: # Symbol 0 110 // CHECK: # Symbol 1 118 // CHECK: # Symbol 2 126 // CHECK: # Symbol 3 134 // CHECK: # Symbol 4 142 // CHECK: # Symbol 5 174 // CHECK: # Indirect Symbol 0 176 // CHECK: # Indirect Symbol 1 178 // CHECK: # Indirect Symbol 2 180 // CHECK: # Indirect Symbol [all...] |
/external/llvm/test/Object/ |
relocation-executable.test | 9 // CHECK-NEXT: Symbol: __gmon_start__ 17 // CHECK-NEXT: Symbol: __libc_start_main 23 // CHECK-NEXT: Symbol: puts
|
yaml2obj-elf-symbol-basic.yaml | 29 # CHECK-NEXT: Symbol { 31 # CHECK: Symbol { 38 # CHECK: Symbol {
|
yaml2obj-readobj.test | 12 // COFF-I386-NEXT: Symbol: L_.str 17 // COFF-I386-NEXT: Symbol: _puts 22 // COFF-I386-NEXT: Symbol: _SomeOtherFunction
|
/external/qemu/distrib/jpeg-6b/ |
jchuff.h | 28 unsigned int ehufco[256]; /* code for each symbol */ 29 char ehufsi[256]; /* length of code for each symbol */ 30 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
|
/external/stlport/doc/ |
README.intel | 8 experiement linking issue concerning 'std::unexpected' missing symbol. 12 do not contain this symbol ICL cannot find it anywhere. 16 symbol so if you use STLport static lib ICL will use its std::unexpected
|
/external/svox/pico/lib/ |
picokdbg.h | 63 /* phone ID - phone symbol conversion functions */ 66 * return phone ID for phone symbol 'phsym' which must be 0 terminated 72 * return pointer to phone symbol for phone ID phid
|
Completed in 401 milliseconds
<<11121314151617181920>>