HomeSort by relevance Sort by last modified time
    Searched defs:fixup (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mtd/
cfi.h 173 void (*fixup)(struct mtd_info *mtd, void* param); member in struct:cfi_fixup
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mtd/
cfi.h 173 void (*fixup)(struct mtd_info *mtd, void* param); member in struct:cfi_fixup
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mtd/
cfi.h 173 void (*fixup)(struct mtd_info *mtd, void* param); member in struct:cfi_fixup
  /external/dbus/dbus/
dbus-marshal-recursive.c 100 _dbus_verbose (" applying FIXUP to reader %p at pos %d new_len = %d old len %d\n",
2555 DBusArrayLenFixup fixup; local
    [all...]
  /external/valgrind/VEX/unused/
linker.c 87 /* Fixup area for long-distance jumps. */
88 char* fixup; member in struct:_ObjectCode
188 /* Assumes that the biggest fixup involves a 4-byte write. This
194 "checkProddableBlock: invalid fixup %p in runtime linker\n",
358 res = &(oc->fixup[oc->fixup_used]);
361 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
396 void gen_armle_goto ( char* fixup, char* dstP )
404 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
405 fixup[0] = 0x04; fixup[1] = 0xF0; fixup[2] = 0x1F; fixup[3] = 0xE5
496 char* fixup = alloc_fixup_bytes(oc, 8); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10300.c 526 /* Create a fixup for the reversed conditional branch. */
532 /* Now create the unconditional branch + fixup to the
583 /* Create a fixup for the reversed conditional branch. */
589 /* Now create the unconditional branch + fixup to the
629 /* Create a fixup for the reversed conditional branch. */
635 /* Now create the unconditional branch + fixup to the
665 /* Create a fixup for the reversed conditional branch. */
671 /* Now create the unconditional branch + fixup to the
819 /* Create a fixup for the reversed conditional branch. */
825 /* Now create the unconditional branch + fixup to th
1019 struct mn10300_fixup fixup; local
    [all...]
tc-nds32.h 104 /* Using to chain fixup with previous fixup. */
164 /* To Save previos label fixup if existence. */
165 struct fix *fixup; member in struct:nds32_frag_type
tc-nios2.c 124 which is passed to fix_new_exp() to generate a fixup. */
847 We just need to generate the fixup for the symbol and offset. */
975 /* Check a fixup for overflow. */
977 nios2_check_overflow (valueT fixup, reloc_howto_type *howto)
980 fixup = ((signed)fixup) >> howto->rightshift;
988 if ((fixup >> howto->bitsize) != 0
989 && ((signed) fixup >> howto->bitsize) != -1)
993 if ((fixup & 0x80000000) > 0)
996 if ((signed) fixup < ((signed) 0x80000000 >> howto->bitsize)
1196 valueT fixup = *valP; local
    [all...]
tc-alpha.c 646 /* First rebuild the fixup chain without the explicit lituse and
1761 struct alpha_fixup *fixup = &insn->fixups[i]; local
2096 struct alpha_fixup *fixup; local
2120 struct alpha_fixup *fixup; local
    [all...]
tc-ia64.c 299 fixup[2]; /* at most two fixups per insn */ member in struct:__anon75170::slot
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1828 AssemblerFixup* fixup = operand.GetFixup(); local
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2389 AssemblerFixup* fixup = operand.GetFixup(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 177 """Wrap inspect.classify_class_attrs, with fixup for data descriptors."""
178 def fixup(data): function in function:classify_class_attrs
183 return map(fixup, inspect.classify_class_attrs(object))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 177 """Wrap inspect.classify_class_attrs, with fixup for data descriptors."""
178 def fixup(data): function in function:classify_class_attrs
183 return map(fixup, inspect.classify_class_attrs(object))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 177 """Wrap inspect.classify_class_attrs, with fixup for data descriptors."""
178 def fixup(data): function in function:classify_class_attrs
183 return map(fixup, inspect.classify_class_attrs(object))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 177 """Wrap inspect.classify_class_attrs, with fixup for data descriptors."""
178 def fixup(data): function in function:classify_class_attrs
183 return map(fixup, inspect.classify_class_attrs(object))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-microblaze.c 1607 int i, fixup = 0; local
    [all...]
elf64-ia64-vms.c 599 /* Look for an existing fixup to this address. */
649 /* Record the fixup so we don't do it again this section. */
2929 Elf64_External_VMS_IMAGE_FIXUP *fixup; local
    [all...]
vms-alpha.c 442 /* Fixup section. */ member in struct:alpha_vms_link_hash_table
443 asection *fixup;
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc 7309 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddDouble(v)); local
7314 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddFloat(v)); local
7319 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt32(v)); local
7324 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt64(v)); local
    [all...]
code_generator_x86_64.cc 790 // Bind a new fixup label at the end of the "movl" insn.
6731 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddDouble(v)); local
6736 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddFloat(v)); local
6741 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt32(v)); local
6746 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddInt64(v)); local
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 31 void Thumb2Assembler::Fixup::ForExpandableDependencies(Thumb2Assembler* assembler, Function fn) {
35 Fixup* fixups = assembler->fixups_.data();
54 void Thumb2Assembler::Fixup::PrepareDependents(Thumb2Assembler* assembler) {
55 // For each Fixup, it's easy to find the Fixups that it depends on as they are either
56 // the following or the preceding Fixups until we find the target. However, for fixup
57 // adjustment we need the reverse lookup, i.e. what Fixups depend on a given Fixup.
60 // index and count. (Instead of having a per-fixup vector.)
62 // Count the number of dependents of each Fixup.
63 Fixup* fixups = assembler->fixups_.data();
94 FixupId fixup_id = label->Position(); // The id for linked Fixup
95 Fixup* fixup = GetFixup(fixup_id); \/\/ Get the Fixup at this id. local
160 Fixup* fixup = GetFixup(fixup_id); local
216 Fixup* fixup = &*i; local
3423 Fixup* fixup = GetFixup(last_fixup_id_); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 5969 struct ia64_vms_dynfixup fixup; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 1360 milliseconds

1 2 34 5