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

  /system/core/libunwindstack/
ElfInterface.cpp 358 uint64_t* size_ptr = nullptr; local
361 size_ptr = &debug_frame_size_;
364 size_ptr = &gnu_debugdata_size_;
367 size_ptr = &eh_frame_size_;
370 size_ptr = &eh_frame_hdr_size_;
374 *size_ptr = shdr.sh_size;
  /external/libchrome/base/debug/
activity_tracker.h 526 std::atomic<uint16_t>* size_ptr; // Address of the actual size of value. member in struct:base::debug::ActivityUserData::ValueInfo
    [all...]

Completed in 166 milliseconds