HomeSort by: relevance | last modified time | path
    Searched defs:bytes_per_address (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.h 91 int bytes_per_address = 0; member in struct:hppa_gdbarch_tdep
or1k-tdep.c 69 int bytes_per_address = 0;
640 int bpa = tdep->bytes_per_address;
1166 tdep->bytes_per_address = binfo->bits_per_address / binfo->bits_per_byte;
1287 tdep->bytes_per_address);
68 int bytes_per_address = 0; member in struct:gdbarch_tdep_base
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.h 91 int bytes_per_address = 0; member in struct:hppa_gdbarch_tdep
or1k-tdep.c 69 int bytes_per_address = 0;
640 int bpa = tdep->bytes_per_address;
1166 tdep->bytes_per_address = binfo->bits_per_address / binfo->bits_per_byte;
1287 tdep->bytes_per_address);
68 int bytes_per_address = 0; member in struct:gdbarch_tdep_base
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 4374 int bytes_per_address; local
4421 bytes_per_address = bfd_arch_bits_per_address (stdoutput) / 8;
4435 ia64_cons_fix_new (frag_now, where, bytes_per_address, &e,
4442 ia64_cons_fix_new (frag_now, where + bytes_per_address,
4443 bytes_per_address, &e, BFD_RELOC_NONE);
4451 ia64_cons_fix_new (frag_now, where + (bytes_per_address * 2),
4452 bytes_per_address, &e, BFD_RELOC_NONE);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 4374 int bytes_per_address; local
4421 bytes_per_address = bfd_arch_bits_per_address (stdoutput) / 8;
4435 ia64_cons_fix_new (frag_now, where, bytes_per_address, &e,
4442 ia64_cons_fix_new (frag_now, where + bytes_per_address,
4443 bytes_per_address, &e, BFD_RELOC_NONE);
4451 ia64_cons_fix_new (frag_now, where + (bytes_per_address * 2),
4452 bytes_per_address, &e, BFD_RELOC_NONE);

Completed in 43 milliseconds