/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
rel-1.s | 1 ! Relative linking, simple files with global symbols but nothing really
|
/external/ltrace/ |
library.c | 294 lib->symbols = NULL; 348 /* Clone symbols. */ 351 struct library_symbol **nsymp = &retp->symbols; 352 for (it = lib->symbols; it != NULL; it = it->next) { 410 for (sym = lib->symbols; sym != NULL; ) { 451 struct library_symbol *it = start_after == NULL ? lib->symbols 485 last->next = lib->symbols; 486 lib->symbols = first;
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 75 def __init__ (self, formatter, colors=diff_colors, symbols=diff_symbols): 78 self.symbols = symbols 95 if l[0] in self.symbols: 96 i = self.symbols.index (l[0]) 107 return [s1+s2+self.formatter.newline () for (s1,s2) in zip (self.symbols, oo) if s2] 112 if l[0] not in self.symbols: 115 i = self.symbols.index (l[0]) 136 def diff_files (files, symbols=diff_symbols): 146 sys.stdout.writelines ([symbols[i], l] [all...] |
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 69 this.symbols = [[ 99 this.symbols = [[ 133 this.symbols = [[ 163 this.symbols = [[ 193 this.symbols = [ 206 ' Static symbols', 262 exe_exe_syms, '.exe with .exe symbols'); 273 exe_dll_syms, '.exe with .dll symbols'); 285 dll_dll_syms, '.dll with .dll symbols'); 296 dll_exe_syms, '.dll with .exe symbols'); [all...] |
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 264 glsl_type::generate_100ES_types(state->symbols); 267 glsl_type::generate_110_types(state->symbols, true); 270 glsl_type::generate_120_types(state->symbols, true); 273 glsl_type::generate_130_types(state->symbols, true); 276 glsl_type::generate_140_types(state->symbols); 285 glsl_type::generate_ARB_texture_rectangle_types(state->symbols, 289 glsl_type::generate_OES_texture_3D_types(state->symbols, 295 glsl_type::generate_EXT_texture_array_types(state->symbols, 304 glsl_type::generate_OES_EGL_image_external_types(state->symbols,
|
ir_print_visitor.cpp | 76 symbols = _mesa_symbol_table_ctor(); 83 _mesa_symbol_table_dtor(symbols); 112 if (_mesa_symbol_table_find_symbol(this->symbols, -1, var->name) == NULL) { 119 _mesa_symbol_table_add_symbol(this->symbols, -1, name, var); 163 _mesa_symbol_table_push_scope(symbols); 202 _mesa_symbol_table_pop_scope(symbols);
|
/toolchain/binutils/binutils-2.25/bfd/ |
versados.c | 68 asymbol *symbols; /* Pointer to local symbols. */ member in struct:versados_data_struct 73 int ndefs; /* Number of exported symbols (they dont get esdids). */ 74 int nrefs; /* Number of imported symbols (valid end of pass1). */ 156 tdata->symbols = NULL; 175 asymbol *n = VDATA (abfd)->symbols + snum; 529 VDATA (abfd)->symbols = bfd_alloc (abfd, amt); 534 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0) 538 /* Actually fill in the section symbols, 547 asymbol *s = VDATA (abfd)->symbols + j [all...] |
/ndk/build/tools/ |
gen-platforms.sh | 32 # Also, we generate on-the-fly shared dynamic libraries from list of symbols: 34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib 317 # Remove unwanted symbols 332 # Remove unwanted symbols from a library's functions list. 336 # Out: Input symbol list without any unwanted symbols. 343 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.functions.txt 355 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.variables.txt 464 # In certain cases, the symbols directory doesn't exist, 765 gen_shared_libraries $ARCH $PLATFORM_SRC/arch-$ARCH/symbols $SYSROOT_DST/lib "-m32" 766 gen_shared_libraries $ARCH $PLATFORM_SRC/arch-$ARCH/symbols $SYSROOT_DST/lib64 "-m64 [all...] |
/external/icu/icu4c/source/common/unicode/ |
uniset.h | 412 * @param symbols a symbol table mapping variable names to values 420 const SymbolTable* symbols, 432 * @param symbols a symbol table mapping variable names to values 439 const SymbolTable* symbols, 628 * @param symbols a symbol table mapping variable names to 638 const SymbolTable* symbols, 666 * @param symbols a symbol table mapping variable names to 676 const SymbolTable* symbols, [all...] |
/external/nanopb-c/generator/google/protobuf/ |
descriptor_pool.py | 173 This method also has the side effect of loading all the symbols found in 204 symbols = list(self._ExtractSymbols(dep_proto.message_type, package)) 205 scope.update(symbols) 206 scope.update((_strip_package(k), v) for k, v in symbols) 208 symbols = list(self._ExtractEnums(dep_proto.enum_type, package)) 209 scope.update(symbols) 210 scope.update((_strip_package(k), v) for k, v in symbols) 238 scope: Dict mapping short and full symbols to message and enum types. 456 """Pulls out all the symbols from descriptor protos. 459 desc_protos: The protos to extract symbols from [all...] |
/prebuilts/go/darwin-x86/src/cmd/objdump/ |
main.go | 11 // Objdump prints a disassembly of all text symbols (code) in the binary. 13 // symbols with names matching the regular expression. 46 var symregexp = flag.String("s", "", "only dump symbols matching this regexp")
|
/prebuilts/go/linux-x86/src/cmd/objdump/ |
main.go | 11 // Objdump prints a disassembly of all text symbols (code) in the binary. 13 // symbols with names matching the regular expression. 46 var symregexp = flag.String("s", "", "only dump symbols matching this regexp")
|
/toolchain/binutils/binutils-2.25/gold/ |
ehframe.cc | 559 // SYMBOLS is the contents of the symbol table section (size 573 const unsigned char* symbols, 598 if (!this->do_add_ehframe_input_section(object, symbols, symbols_size, 636 const unsigned char* symbols, 697 if (!this->read_cie(object, shndx, symbols, symbols_size, 706 if (!this->read_fde(object, shndx, symbols, symbols_size, 723 const unsigned char* symbols, 909 elfcpp::Sym<size, big_endian> sym(symbols 977 const unsigned char* symbols, 1017 elfcpp::Sym<size, big_endian> sym(symbols + symndx * sym_size) [all...] |
/external/guice/lib/build/ |
munge.jar | |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestSimpleDateFormatAPI.java | 62 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRENCH); local 64 SimpleDateFormat cust1 = new SimpleDateFormat(pattern, symbols);
|
/external/icu/icu4c/source/i18n/ |
affixpatternparser.h | 160 * one, two, or three currency symbols. Note that adding a currency 162 * currency tokens each with count=1 (two currency symbols). 366 AffixPatternParser(const DecimalFormatSymbols &symbols); 367 void setDecimalFormatSymbols(const DecimalFormatSymbols &symbols);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestSimpleDateFormatAPI.java | 58 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRENCH); local 60 SimpleDateFormat cust1 = new SimpleDateFormat(pattern, symbols);
|
/external/mesa3d/src/mapi/glapi/gen/ |
mesadef.py | 66 print '; symbols in the same manner as the Microsoft DLL.' 72 print '; Mesa symbols for the benefit of the OSMESA32.DLL.'
|
/external/v8/test/mjsunit/harmony/ |
proxies-keys.js | 27 // Object.keys() ignores symbols and non-enumerable keys.
|
/libcore/luni/src/test/java/libcore/java/text/ |
SimpleDateFormatTest.java | 457 DateFormatSymbols symbols = DateFormatSymbols.getInstance(Locale.ENGLISH); local 458 String[][] zoneStrings = symbols.getZoneStrings(); 461 symbols.setZoneStrings(zoneStrings); 462 SimpleDateFormat sdf = new SimpleDateFormat("zzzz", symbols); 470 symbols.setZoneStrings(zoneStrings); 471 sdf = new SimpleDateFormat("zzzz", symbols); 477 symbols.setZoneStrings(zoneStrings); 478 sdf = new SimpleDateFormat("zzzz", symbols);
|
/prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/ |
libgo2.go | 19 // the shared library without using any exported symbols. The init
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
textflag.go | 17 // It is ok for the linker to get multiple of these symbols. It will
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
textflag.go | 16 // It is ok for the linker to get multiple of these symbols. It will
|
/prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo2/ |
libgo2.go | 19 // the shared library without using any exported symbols. The init
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
textflag.go | 17 // It is ok for the linker to get multiple of these symbols. It will
|