Searched refs:current_image_ (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc51 current_image_ = _dyld_image_count();
81 const sptr dlloff = _dyld_get_image_vmaddr_slide(current_image_);
97 internal_strncpy(filename, _dyld_get_image_name(current_image_),
108 for (; current_image_ >= 0; current_image_--) {
109 const mach_header* hdr = _dyld_get_image_header(current_image_);
H A Dsanitizer_procmaps.h70 int current_image_; member in class:__sanitizer::MemoryMappingLayout
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h212 int current_image_; // dll's are called "images" in macos parlance member in class:ProcMapsIterator
H A Dsysinfo.cc780 current_image_ = _dyld_image_count(); // count down from the top
1014 for (; current_image_ >= 0; current_image_--) {
1015 const mach_header* hdr = _dyld_get_image_header(current_image_);
1025 hdr, current_image_, current_load_cmd_,
1034 hdr, current_image_, current_load_cmd_,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h212 int current_image_; // dll's are called "images" in macos parlance member in class:ProcMapsIterator
H A Dsysinfo.cc624 current_image_ = _dyld_image_count(); // count down from the top
856 for (; current_image_ >= 0; current_image_--) {
857 const mach_header* hdr = _dyld_get_image_header(current_image_);
867 hdr, current_image_, current_load_cmd_,
876 hdr, current_image_, current_load_cmd_,

Completed in 345 milliseconds