HomeSort by relevance Sort by last modified time
    Searched full:localentry (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
elfv2-2a.s 7 .localentry f1,.-f1
16 .localentry f2,.-f2
21 .quad f1@localentry
23 .quad f2@localentry
25 .quad f3@localentry
27 .quad f4@localentry
elfv2-2b.s 7 .localentry f3,.-f3
15 .localentry f4,0
defsym.s 13 .localentry foo,.-foo
elfv2.s 15 .localentry f1,.-f1
  /external/llvm/test/MC/PowerPC/
ppc64-localentry-error1.s 8 .localentry sym, 123
10 # CHECK: LLVM ERROR: .localentry expression cannot be encoded.
ppc64-localentry-error2.s 9 .localentry sym, remote_sym
11 # CHECK: LLVM ERROR: .localentry expression must be absolute.
ppc64-localentry.s 11 .localentry callee1, .-callee1
41 # Verify that use of .localentry implies ABI version 2
46 # if the target symbol does not use .localentry
57 # Verify that .localentry is encoded in the Other field.
st-other-crash.s 22 .localentry _ZN4llvm11SmallVectorIcLj0EEC2Ev, .Ltmp3-.Ltmp2
  /external/boringssl/src/util/fipstools/testdata/ppc64le-GlobalEntry/
in.s 7 .localentry foo,.-foo
out.s 16 .localentry foo,.-foo
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 51 private final ArrayList<LocalEntry> locals;
57 private final LocalEntry[] lastEntryForReg;
107 locals = new ArrayList<LocalEntry>();
109 lastEntryForReg = new LocalEntry[regSize];
145 static private class LocalEntry {
164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
197 public List<LocalEntry> getLocals() {
254 LocalEntry thisEntry =
255 new LocalEntry(0, true, curReg, thisStringIdx, 0, 0);
263 LocalEntry le
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 62 private final ArrayList<LocalEntry> locals;
68 private final LocalEntry[] lastEntryForReg;
118 locals = new ArrayList<LocalEntry>();
120 lastEntryForReg = new LocalEntry[regSize];
156 static private class LocalEntry {
175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
209 public List<LocalEntry> getLocals() {
265 LocalEntry thisEntry =
266 new LocalEntry(0, true, curReg, thisStringIdx, 0, 0);
274 LocalEntry le
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 134 /** \class LocalEntry
135 * \brief LocalEntry local GOT entry descriptor.
137 struct LocalEntry {
142 LocalEntry(const ResolveInfo* pInfo,
146 bool operator<(const LocalEntry& O) const;
159 typedef std::set<LocalEntry> LocalSymbolSetType;
MipsGOT.cpp 72 // MipsGOT::LocalEntry
74 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo,
80 bool MipsGOT::LocalEntry::operator<(const LocalEntry& O) const {
242 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);
  /external/llvm/test/CodeGen/PowerPC/
ppc64le-localentry.ll 24 ; CHECK-NEXT: .localentry use_toc, .Lfunc_lep[[FN]]-.Lfunc_gep[[FN]]
41 ; CHECK-NEXT: .localentry use_toc_implicit, .Lfunc_lep[[FN]]-.Lfunc_gep[[FN]]
ppc64le-localentry-large.ll 20 ; CHECK-NEXT: .localentry use_toc, .Lfunc_lep[[FN]]-.Lfunc_gep[[FN]]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 121 OS << "\t.localentry\t";
156 report_fatal_error(".localentry expression must be absolute.");
160 report_fatal_error(".localentry expression cannot be encoded.");
202 llvm_unreachable("Unknown pseudo-op: .localentry");
  /external/boringssl/src/util/fipstools/testdata/ppc64le-Sample/
in.s 61 .localentry function,.-function
144 .localentry exported_function,.-exported_function
out.s 86 .localentry function,.-function
397 .localentry exported_function,.-exported_function
  /external/boringssl/src/util/fipstools/
delocate.peg 39 LabelContainingDirectiveName <- ".long" / ".set" / ".8byte" / ".4byte" / ".quad" / ".tc" / ".localentry" / ".size" / ".type"
  /external/boringssl/src/util/fipstools/testdata/ppc64le-Sample2/
in.s 20 .localentry exported_function,.-exported_function
115 .localentry function,.-function
  /external/valgrind/coregrind/m_syswrap/
syscall-ppc64le-linux.S 84 .localentry ML_(do_syscall_for_client_WRK), .-ML_(do_syscall_for_client_WRK)
95 .localentry ML_(do_syscall_for_client_WRK), .-ML_(do_syscall_for_client_WRK)
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc64le-linux.S 104 .localentry VG_(disp_run_translations), .-VG_(disp_run_translations)
443 .localentry VG_(disp_cp_chain_me_to_slowEP), .-VG_(disp_cp_chain_me_to_slowEP)
481 .localentry VG_(disp_cp_chain_me_to_fastEP), .-VG_(disp_cp_chain_me_to_fastEP)
519 .localentry VG_(disp_cp_xindir), .-VG_(disp_cp_xindir)
580 .localentry VG_(disp_cp_xassisted), .-VG_(disp_cp_xassisted)
610 .localentry VG_(disp_cp_evcheck_fail), .-VG_(disp_cp_evcheck_fail)
  /external/boringssl/linux-ppc64le/crypto/fipsmodule/
ghashp8-ppc.S 10 .localentry gcm_init_p8,0
138 .localentry gcm_gmult_p8,0
191 .localentry gcm_ghash_p8,0
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 130 final ValuesDelta localEntry = local.getEntry(childId);
131 final ValuesDelta merged = ValuesDelta.mergeAfter(localEntry, remoteEntry);
133 if (localEntry == null && merged != null) {

Completed in 318 milliseconds

1 2 3 4