HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 451 - 475 of 1460) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
sparc.exp 30 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
pcrel-reloc-local-r-rel-rela.d 1 #name: C6X PC-relative relocations, local symbols, -r, mixed link of REL/RELA
pcrel-reloc-local-r-rel.d 1 #name: C6X PC-relative relocations, local symbols, -r, REL
pcrel-reloc-local-r.d 1 #name: C6X PC-relative relocations, local symbols, -r
sbr-reloc-local-rel.d 1 #name: C6X SB-relative relocations, local symbols, REL
sbr-reloc-local.d 1 #name: C6X SB-relative relocations, local symbols
  /external/mesa3d/src/glsl/
linker.cpp 323 shader->symbols->get_variable("gl_ClipDistance");
754 sh->symbols = new(sh) glsl_symbol_table;
762 sh->symbols->add_function(func);
764 sh->symbols->add_variable(var);
784 * \param symbols Symbol table containing global scope symbols in the
799 this->symbols = target->symbols;
815 this->symbols->get_variable(ir->var->name);
821 this->symbols->add_variable(copy)
831 glsl_symbol_table *symbols; member in class:remap_visitor
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_backend.py 39 # Returns binary file where symbols are located.
67 # Filter out other binary file types which have no symbols.
78 logging.info('Dumping breakpad symbols.')
89 '--symbols-dir=%s' % symbols_dir,
441 symbols = subprocess.check_output(['/usr/bin/nm', self._executable])
448 num_symbols = len(symbols.splitlines())
449 # We assume that if there are more than 10 symbols the executable is not
486 symbols_path = os.path.join(self._tmp_minidump_dir, 'symbols')
488 symbols = glob.glob(os.path.join(self._browser_directory, '*.breakpad*'))
489 if symbols
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 284 self.symbols = {}
302 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:])
307 if not cur_function_addr in self.symbols.keys():
308 self.symbols[cur_function_addr] = ' '.join(fragments[4:])
331 symbol = self.symbols[sym_id]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 1253 DecimalFormatSymbols symbols = new DecimalFormatSymbols(desiredLocale); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 1343 DecimalFormatSymbols symbols = new DecimalFormatSymbols(desiredLocale); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 28 Tek Hex records can hold symbols and data, but not
263 struct tekhex_symbol_struct *symbols; member in struct:tekhex_data_struct
420 /* Symbols, add to section. */
433 new_symbol->prev = abfd->tdata.tekhex_data->symbols;
434 abfd->tdata.tekhex_data->symbols = new_symbol;
553 tekhex_symbol_type *p = abfd->tdata.tekhex_data->symbols;
584 tdata->symbols = NULL;
836 /* And the symbols. */
845 /* Do not include debug symbols. */
coff-h8300.c 352 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
353 reloc_processing (relent, reloc, symbols, abfd, section)
357 asymbol **symbols, bfd *abfd, asection *section)
363 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
379 /* Search all the symbols for one in INPUT_SECTION with
1288 asymbol **symbols; local
    [all...]
elf64-sparc.c 56 asymbol **symbols, bfd_boolean dynamic)
106 ps = symbols + ELF64_R_SYM (rela.r_info) - 1;
109 /* Canonicalize ELF section symbols. FIXME: Why? */
149 asymbol **symbols, bfd_boolean dynamic)
196 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr, symbols,
201 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols,
212 arelent **relptr, asymbol **symbols)
218 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE))
416 /* Hook called by the linker routine which adds symbols from an object
417 file. We use it for STT_REGISTER symbols. *
    [all...]
srec.c 79 S-Record format; symbols and their addresses can be sent
101 We allow symbols to be anywhere in the data stream - the module names
170 struct srec_symbol *symbols; member in struct:srec_data_struct
207 tdata->symbols = NULL;
279 if (abfd->tdata.srec_data->symbols == NULL)
280 abfd->tdata.srec_data->symbols = n;
678 /* Check whether an existing file is an S-record file with symbols. */
1076 /* Dump out the symbols of a bfd. */
1097 /* Just dump out non debug symbols. */
1129 internal_srec_write_object_contents (bfd *abfd, int symbols)
    [all...]
dwarf1.c 452 asymbol **symbols,
491 symbols);
499 stash->syms = symbols;
  /external/ltrace/
ltrace-elf.c 844 * to only include the matching symbols (but include
845 * all if we are adding latent symbols) to allow
852 /* If we are adding those symbols just for
874 * want to add such symbol once. The only way that those symbols
912 * should be well enough for the number of symbols that we
915 struct unique_symbol *symbols = malloc(sizeof(*symbols) * count); local
916 if (symbols == NULL) {
917 fprintf(stderr, "couldn't insert symbols for -x: %s\n",
1058 = lsearch(&key, symbols, &num_symbols
    [all...]
  /prebuilts/go/darwin-x86/src/debug/pe/
file_test.go 23 symbols []*Symbol
45 symbols: []*Symbol{
117 symbols: []*Symbol{
229 for i, have := range f.Symbols {
230 if i >= len(tt.symbols) {
233 want := tt.symbols[i]
  /prebuilts/go/linux-x86/src/debug/pe/
file_test.go 23 symbols []*Symbol
45 symbols: []*Symbol{
117 symbols: []*Symbol{
229 for i, have := range f.Symbols {
230 if i >= len(tt.symbols) {
233 want := tt.symbols[i]
  /external/v8/tools/
tickprocessor.js 700 this.symbols = [];
713 this.symbols = [
719 this.symbols = ['', ''];
725 if (this.symbols.length == 0) {
728 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
730 this.symbols.shift();
735 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
761 this.symbols = [os.system(this.nmExec, ['-n', '-f', libName], -1, -1), ''];
764 this.symbols = '';
771 this.symbols = ''
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 821 DecimalFormatSymbols symbols("en", status);
825 symbols.setSymbol(
828 symbols.setSymbol(
831 DigitFormatter formatter(symbols);
849 formatter.setDecimalFormatSymbolsForMonetary(symbols);
862 DecimalFormatSymbols symbols("en", status);
866 DigitFormatter formatter(symbols);
    [all...]
numrgts.cpp 318 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(status); local
321 // to the symbols, they are adopted and this test will fail,
323 // of the symbols, it is necessary to pass in a reference to the symbols
324 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status);
325 failure(status, "new DecimalFormat with symbols", "");
332 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field
339 delete symbols;
1689 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(locales[i], status); local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1900 PDB_SYMBOLS symbols; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 59 if (this->symbols != NULL)
60 delete this->symbols;
271 // To copy the symbols data read from the file to a local data structure.
288 if (sd->symbols != NULL)
292 memcpy(gc_sd->symbols_data, sd->symbols->data(),
373 // Iterate over local symbols, calling a visitor class V for each GOT offset
400 // If the input file is linked as --just-symbols, the output
729 // Return true if any of the sections found require local symbols to be read.
760 // Read the sections and symbols from an object file.
769 // Read the sections and symbols from an object file. This is commo
873 const unsigned char* symbols = this->section_contents(this->symtab_shndx_, local
2696 const unsigned char* symbols = this->section_contents(this->symtab_shndx_, local
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 357 CComPtr<IDiaEnumSymbols> symbols = NULL; local
359 // Find all function symbols first.
361 hr = global->findChildren(SymTagFunction, NULL, nsNone, &symbols);
366 while (SUCCEEDED(symbols->Next(1, &symbol, &count)) && count == 1) {
379 symbols.Release();
382 // Find all public symbols. Store public symbols that are not also private
383 // symbols for later.
385 hr = global->findChildren(SymTagPublicSymbol, NULL, nsNone, &symbols);
390 while (SUCCEEDED(symbols->Next(1, &symbol, &count)) && count == 1)
    [all...]

Completed in 1411 milliseconds

<<11121314151617181920>>