Home
last modified time | relevance | path

Searched defs:word_size (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/backends/
Ds390_unwind.c72 unsigned word_size = ebl->class == ELFCLASS64 ? 8 : 4; in s390_unwind() local
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc339 size_t word_size = segment.bits_64 ? 8 : 4; in WalkLoadCommands() local
456 size_t word_size = segment.bits_64 ? 8 : 4; in WalkSegmentSections() local
Dmacho_reader_unittest.cc469 WithConfiguration(Endianness endianness, size_t word_size) in WithConfiguration()
478 static size_t word_size() { in word_size() function in WithConfiguration
503 explicit SizedSection(Endianness endianness, size_t word_size) in SizedSection()
514 size_t word_size() const { return word_size_; } in word_size() function in SizedSection
515 void set_word_size(size_t word_size) { in set_word_size()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc137 static const size_t word_size = sizeof(tmp); in CopyFromProcess() local
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c962 word_size(const void *p1, const void *p2) { in word_size() function
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i1020 unsigned int word_size() { in word_size() function