HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 1 - 25 of 1023) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
extract-symbol-1sym.d 1 #name: --extract-symbol test 1 (symbols)
2 #source: extract-symbol-1.s
4 #objcopy_linked_file: --extract-symbol
extract-symbol-1sec.d 1 #name: --extract-symbol test 1 (sections)
2 #source: extract-symbol-1.s
4 #objcopy_linked_file: --extract-symbol
  /art/runtime/interpreter/mterp/mips64/
fcvtFooter.S 16 GET_INST_OPCODE v0 # extract opcode from rINST
op_nop.S 2 GET_INST_OPCODE v0 # extract opcode from rINST
  /external/llvm/tools/llvm-extract/
Makefile 1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-extract
Android.mk 7 # llvm-extract command line tool
11 llvm-extract.cpp
28 LOCAL_MODULE := llvm-extract
  /art/runtime/interpreter/mterp/mips/
op_nop.S 2 GET_INST_OPCODE(t0) # extract opcode from rINST
op_const_16.S 5 GET_INST_OPCODE(t0) # extract opcode from rINST
  /external/icu/icu4c/source/common/
cstr.cpp 18 int32_t length = in.extract(0, in.length(), NULL, (uint32_t)0);
22 in.extract(0, in.length(), buf, resultCapacity);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 32 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
55 void extract(DataExtractor Data);