HomeSort by relevance Sort by last modified time
    Searched refs:fixups (Results 26 - 50 of 54) sorted by null

12 3

  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 6 # Check that the assembler can handle the documented syntax for fixups.
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 6 # Check that the assembler can handle the documented syntax for fixups.
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c 2633 struct ppc_fixup fixups[MAX_INSN_FIXUPS]; local
    [all...]
tc-fr30.c 46 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75147
tc-ip2k.c 48 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75187
tc-lm32.c 49 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75190
tc-or1k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75221
tc-xc16x.c 54 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75273
tc-m32r.c 57 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75194
1009 /* Preserve any fixups that have been generated and reset the list
    [all...]
tc-mt.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75216
tc-xstormy16.c 45 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75274
tc-epiphany.c 50 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75146
tc-iq2000.c 51 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75188
603 /* Look through the fixups for this segment for a matching
tc-m32c.c 50 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75191
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-bfin.c 1820 unsigned long fixups; member in struct:_bfinfdpic_dynamic_got_info
1928 unsigned fixups, dynrelocs; member in struct:bfinfdpic_relocs_info
3650 bfd_vma relocs = 0, fixups = 0; local
    [all...]
elf32-frv.c 904 /* Number of fixups introduced by relocations in input object files. */ member in struct:_frvfdpic_dynamic_got_info
905 unsigned long fixups;
906 /* The number of fixups that reference the ret instruction added to
1075 unsigned fixups, dynrelocs; member in struct:frvfdpic_relocs_info
4504 bfd_vma relocs = 0, fixups = 0, tlsrets = 0; local
    [all...]
elf64-ia64-vms.c 149 asection *fixups_sec; /* Fixups section. */
183 /* Used only during link: offset in the .fixups section for this bfd. */
340 struct one_fixup *fixups = NULL; local
600 for (f = fixups; f ; f = f->next)
652 f->next = fixups;
656 fixups = f;
726 /* ??? If we created fixups, this may push the code segment large
732 while (fixups)
734 struct one_fixup *f = fixups;
735 fixups = fixups->next
    [all...]
elfnn-ia64.c 340 struct one_fixup *fixups = NULL;
636 for (f = fixups; f ; f = f->next)
700 f->next = fixups;
704 fixups = f;
775 /* ??? If we created fixups, this may push the code segment large
781 while (fixups)
783 struct one_fixup *f = fixups;
784 fixups = fixups->next;
337 struct one_fixup *fixups = NULL; local
    [all...]
elf32-ppc.c 6712 struct one_fixup *fixups = NULL; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 141 fixups = [] #for inter-handler references
168 fixups.append((h, target))
171 for h, t in fixups:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 141 fixups = [] #for inter-handler references
168 fixups.append((h, target))
171 for h, t in fixups:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 141 fixups = [] #for inter-handler references
168 fixups.append((h, target))
171 for h, t in fixups:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 141 fixups = [] #for inter-handler references
168 fixups.append((h, target))
171 for h, t in fixups:
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 35 Fixup* fixups = assembler->fixups_.data(); local
37 uint32_t target = fixups[fixup_id].target_;
38 if (target > fixups[fixup_id].location_) {
39 for (FixupId id = fixup_id + 1u; id != end_id && fixups[id].location_ < target; ++id) {
40 if (fixups[id].CanExpand()) {
45 for (FixupId id = fixup_id; id != 0u && fixups[id - 1u].location_ >= target; --id) {
46 if (fixups[id - 1u].CanExpand()) {
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
63 Fixup* fixups = assembler->fixups_.data(); local
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 439 arm::DexCacheArrayFixups* fixups = new (arena) arm::DexCacheArrayFixups(graph, stats); local
444 fixups
    [all...]

Completed in 1416 milliseconds

12 3