HomeSort by relevance Sort by last modified time
    Searched defs:initial_length (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/dwarf/
bytereader.cc 66 const uint64 initial_length = ReadFourBytes(start); local
71 if (initial_length == 0xffffffff) {
79 return initial_length;
dwarf2reader.cc 225 const uint64 initial_length local
228 header_.length = initial_length;
537 const uint64 initial_length local
541 header_.total_length = initial_length;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1643 uint32_t initial_length = elfcpp::Swap_unaligned<32, big_endian>::readval(lineptr); local
    [all...]

Completed in 589 milliseconds