HomeSort by relevance Sort by last modified time
    Searched refs:is_64bit (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libdw/
dwarf_macro_getsrcfiles.c 75 table->is_64bit ? 8 : 4,
dwarf_getmacros.c 138 table->is_64bit = cudie->cu->address_size == 8;
168 bool is_64bit = (flags & 0x1) != 0; local
173 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp);
257 .is_64bit = is_64bit,
361 .offset_size = table->is_64bit ? 8 : 4,
libdwP.h 376 bool is_64bit; member in struct:__anon10768
  /external/compiler-rt/test/asan/android_commands/
android_run.py 21 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
22 asanwrapper = "" if is_64bit else "asanwrapper "
  /external/compiler-rt/lib/asan/
asanwrapper.cc 46 bool is_64bit = buf[EI_CLASS] == ELFCLASS64;
48 return is_64bit;
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 19 def is_64bit(self): member in class:security_Minijail0
66 if self.is_64bit() and args64:
69 if (not self.is_64bit()) and args32:
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
win32.py 14 def is_64bit(): function
21 if is_64bit():
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 10 from serial.win32 import ULONG_PTR, is_64bit namespace
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 820 bfd_boolean is_64bit = (MINOR_OPCODE (template->meta_opcode) & 0x1) == 0x1; local
835 is_fpu && is_64bit);
892 unsigned int is_64bit = MINOR_OPCODE (template->meta_opcode) & 0x1; local
940 is_fpu && is_64bit);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 1340 bfd_boolean is_64bit, unsigned int *lowest_reg,
1350 if (is_64bit && regs[i]->no % 2)
1372 if (is_fpu && is_64bit)
1401 bfd_boolean is_64bit = (MINOR_OPCODE (template->meta_opcode) & 0x1) == 0x1; local
1420 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1508 unsigned int is_64bit = MINOR_OPCODE (template->meta_opcode) & 0x1; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-tilegx.c 3358 bfd_boolean is_64bit = ABI_64_P (output_bfd); local
    [all...]

Completed in 451 milliseconds