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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/icu/icu4c/source/i18n/
decimalformatpattern.h 77 void useSymbols(const DecimalFormatSymbols& symbols);
  /external/libunwind/tests/
run-coredump-unwind 16 # Extract the dynamic symbols from the main binary, there is no need to also have these
19 # Extract all the text (i.e. function) symbols from the debuginfo
21 # Keep all the function symbols not already in the dynamic symbol table
23 # Copy the full debuginfo, keeping only a minumal set of symbols and removing some unnecessary sections
24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
23 use #comment syntax) but in general, take the form of a list of symbols:
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 6 # Test that RTDyldELF ignores STT_FILE symbols, and in particular does
  /external/llvm/test/MC/Mips/
insn-directive.s 4 # RUN: llvm-readobj -symbols - | FileCheck %s --check-prefix=OBJ
71 # OBJ: Symbols [
  /external/v8/test/mjsunit/regress/
regress-crbug-350864.js 33 var symbols = Object.getOwnPropertySymbols(v1);
34 assertArrayEquals([sym], symbols);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
23 use #comment syntax) but in general, take the form of a list of symbols:
  /prebuilts/go/darwin-x86/src/cmd/nm/
doc.go 5 // Nm lists the symbols defined or used by an object file, archive, or executable.
26 // symbols (type U).
  /prebuilts/go/linux-x86/src/cmd/nm/
doc.go 5 // Nm lists the symbols defined or used by an object file, archive, or executable.
26 // symbols (type U).
  /toolchain/binutils/binutils-2.25/bfd/
coff-h8500.c 138 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
139 reloc_processing(relent, reloc, symbols, abfd, section)
144 asymbol ** symbols,
152 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
coff-z80.c 151 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
152 reloc_processing(relent, reloc, symbols, abfd, section)
157 asymbol **symbols,
165 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
  /toolchain/binutils/binutils-2.25/gas/
obj.h 27 void obj_emit_symbols (char **where, symbolS * symbols);
33 void obj_symbol_new_hook (symbolS * symbolP);
36 void obj_symbol_to_chars (char **where, symbolS * symbolP);
46 void (*frob_symbol) (symbolS *, int *);
51 bfd_vma (*s_get_size) (symbolS *);
52 void (*s_set_size) (symbolS *, bfd_vma);
53 bfd_vma (*s_get_align) (symbolS *);
54 void (*s_set_align) (symbolS *, bfd_vma);
55 int (*s_get_other) (symbolS *);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
quick.s 4 ; To see that expressions with symbols are evaluated correctly.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal-1.s 2 ! This is the most simple use; references to local symbols where it is
datal-2.s 2 ! This is the most simple use; references to local symbols where it is
datal-3.s 2 ! This is the next most simple use; references symbols defined in this file.
err-3.s 5 ! resolvable differences between local symbols, but not in range for the
shift-1.s 2 ! SHORI for local and external symbols. This is the 32-bit subset.
shift-2.s 2 ! SHORI for local and external symbols. This is the 64-bit subset.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
asg.s 1 * asg/eval test substitution symbols
macro.s 29 * Subsripted substitution symbols
struct.s 24 ; anonymous struct; symbols become global
  /toolchain/binutils/binutils-2.25/gold/
cref.cc 91 // symbols to lists of objects. The symbols are sorted
166 fprintf(f, "symbols %s %zu %zu\n", object->name().c_str(), defined, used);
186 // The first is "symbols FILENAME DEFINED USED". FILENAME is the name
188 // be ARCHIVEFILENAME(MEMBERNAME). DEFINED is the number of symbols
189 // which the object file defines. USED is the number of symbols which
190 // are used in the final output; this is the number of symbols which
192 // object. These numbers will be different when weak symbols are
214 // Sort symbols for the cross reference table.
238 // We should never have two different symbols with the same name an
254 const Object::Symbols* symbols = (*po)->get_global_symbols(); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-3.s 2 ; definitions in the object where the symbols are defined. We

Completed in 411 milliseconds

<<11121314151617181920>>