HomeSort by relevance Sort by last modified time
    Searched defs:fixups (Results 26 - 45 of 45) sorted by null

12

  /toolchain/binutils/binutils-2.27/gas/config/
tc-frv.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4263
1124 instructions but before we start resolving fixups. */
    [all...]
tc-i370.c 1140 fixups for word relocations in writable segments, so we can adjust
1904 struct i370_fixup fixups[MAX_INSN_FIXUPS]; local
    [all...]
tc-m32r.c 57 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4311
1006 /* Preserve any fixups that have been generated and reset the list
    [all...]
tc-mep.c 51 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4316
62 their fixups so that we can parallelization grouping rules. */
509 /* Initialize the array we'll be using to store fixups. */
662 /* Move the insn and it's fixups to the second element of the
675 nop into element 0. Move the fixups in element 0 to
676 element 1 and save the current fixups to element 0.
677 Really there aren't any fixups at this point because we're
710 /* Now put the insn and fixups into the arrays. */
809 /* Move the insn and fixups to the second element of the
839 nop into element 0. Move the fixups in element 0 t
    [all...]
tc-rx.c 727 } fixups[2];
818 rx_bytes.fixups[rx_bytes.n_fixups].exp = exp;
819 rx_bytes.fixups[rx_bytes.n_fixups].offset = offsetbits;
820 rx_bytes.fixups[rx_bytes.n_fixups].nbits = nbits;
821 rx_bytes.fixups[rx_bytes.n_fixups].type = type;
822 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md;
1182 idx = rx_bytes.fixups[i].offset / 8;
1183 rel = reloc_map [rx_bytes.fixups[i].nbits / 8][(int) rx_bytes.fixups[i].type];
1185 if (rx_bytes.fixups[i].reloc
726 } fixups[2]; member in struct:rx_bytesT
    [all...]
tc-s390.c 1206 /* We need to keep a list of fixups. We can't simply generate them as
1226 struct s390_fixup fixups[MAX_INSN_FIXUPS]; local
    [all...]
tc-v850.c 148 /* Fixups. */
158 struct v850_fixup fixups[MAX_INSN_FIXUPS];
156 struct v850_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:v850_fixup
    [all...]
tc-alpha.c 100 struct alpha_fixup fixups[MAX_INSN_FIXUPS];
425 /* Linked list of .linkage fixups. */
99 struct alpha_fixup fixups[MAX_INSN_FIXUPS]; member in struct:alpha_insn
    [all...]
tc-arc.c 297 /* PC-relative, used by internals fixups. */
308 struct arc_fixup fixups[MAX_INSN_FIXUPS]; member in struct:arc_insn
    [all...]
tc-ppc.c 2648 struct ppc_fixup fixups[MAX_INSN_FIXUPS]; local
    [all...]
tc-xtensa.c 9011 cached_fixupS *fixups; member in struct:fixup_cache
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
tulip.c 453 static struct fixups {
452 static struct fixups { struct
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-bfin.c 1819 unsigned long fixups; member in struct:_bfinfdpic_dynamic_got_info
1927 unsigned fixups, dynrelocs; member in struct:bfinfdpic_relocs_info
3648 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
4508 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...]
  /external/valgrind/VEX/priv/
ir_opt.c 2768 Int fixups[N_FIXUPS]; \/* indices in the stmt array of 'out' *\/ local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 653 milliseconds

12