/external/google-breakpad/src/common/mac/ |
macho_reader.h | 168 // bits_64 is false, only the bottom 32 bits of this value are valid. 173 // initialized with zeros. If bits_64 is false, only the bottom 32 bits 188 bool bits_64; member in struct:google_breakpad::mach_o::Segment 204 // memory. If bits_64 is false, only the bottom 32 bits of this value 218 bool bits_64; member in struct:google_breakpad::mach_o::Section 390 bool bits_64() const { return bits_64_; } function in class:google_breakpad::mach_o::Reader
|
macho_reader.cc | 338 segment.bits_64 = (type == LC_SEGMENT_64); 339 size_t word_size = segment.bits_64 ? 8 : 4; 456 size_t word_size = segment.bits_64 ? 8 : 4; 461 section.bits_64 = segment.bits_64; 476 if (section.bits_64)
|
macho_reader_unittest.cc | 882 EXPECT_FALSE(reader.bits_64()); 905 EXPECT_TRUE(reader.bits_64()); [all...] |
/external/google-breakpad/src/tools/mac/dump_syms/ |
macho_dump.cc | 109 index_++, (segment.bits_64 ? "64" : "32"), segment.name.c_str(), 177 (reader.bits_64() ? "64 bits" : "32 bits"),
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
neon-vfp-reglist-post.s | 17 .irp bits_64 8b, 4h, 2s, 1d 18 ldst1_reg_list_post_imm_64 \instr \bits_64 63 .irp bits_64 8b, 4h, 2s 64 ldst2_reg_list_post_imm_reg_64 \instr \bits_64 x7 89 .irp bits_64 8b, 4h, 2s 90 ldst34_reg_list_post_imm_reg_64 \instr \bits_64 x7
|
illegal.s | 261 .irp bits_64 8b, 4h, 2s 262 ldst2_reg_list_post_imm_reg_64 \instr \bits_64 x7 287 .irp bits_64 8b, 4h, 2s 288 ldst34_reg_list_post_imm_reg_64 \instr \bits_64 x7
|