/dports/www/firefox/firefox-99.0/tools/profiler/core/ |
H A D | shared-libraries-macos.cc | 30 typedef mach_header platform_mach_header; typedef 36 typedef mach_header_64 platform_mach_header; typedef 44 const platform_mach_header* header; 55 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 76 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 101 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary() 197 const platform_mach_header* header = in GetInfoForSelf() 198 reinterpret_cast<const platform_mach_header*>( in GetInfoForSelf()
|
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/core/ |
H A D | shared-libraries-macos.cc | 29 typedef mach_header platform_mach_header; typedef 35 typedef mach_header_64 platform_mach_header; typedef 43 const platform_mach_header* header; 69 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 90 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 115 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary() 194 const platform_mach_header* header = in GetInfoForSelf() 195 reinterpret_cast<const platform_mach_header*>( in GetInfoForSelf()
|
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/ |
H A D | shared-libraries-macos.cc | 30 typedef mach_header platform_mach_header; typedef 36 typedef mach_header_64 platform_mach_header; typedef 44 const platform_mach_header* header; 55 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 76 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 101 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary()
|
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/core/ |
H A D | shared-libraries-macos.cc | 28 typedef mach_header platform_mach_header; typedef 34 typedef mach_header_64 platform_mach_header; typedef 42 const platform_mach_header *header; 53 auto header = reinterpret_cast<const platform_mach_header *>(mh); in SharedLibraryAddImage() 74 auto header = reinterpret_cast<const platform_mach_header *>(mh); in SharedLibraryRemoveImage() 99 static void addSharedLibrary(const platform_mach_header *header, in addSharedLibrary()
|
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/ |
H A D | shared-libraries-macos.cc | 30 typedef mach_header platform_mach_header; typedef 36 typedef mach_header_64 platform_mach_header; typedef 44 const platform_mach_header* header; 55 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 76 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 101 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary()
|
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/core/ |
H A D | shared-libraries-macos.cc | 30 typedef mach_header platform_mach_header; typedef 36 typedef mach_header_64 platform_mach_header; typedef 44 const platform_mach_header* header; 55 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 76 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 101 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary()
|
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/core/ |
H A D | shared-libraries-macos.cc | 29 typedef mach_header platform_mach_header; typedef 35 typedef mach_header_64 platform_mach_header; typedef 43 const platform_mach_header* header; 69 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 90 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 115 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary()
|
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/core/ |
H A D | shared-libraries-macos.cc | 29 typedef mach_header platform_mach_header; typedef 35 typedef mach_header_64 platform_mach_header; typedef 43 const platform_mach_header* header; 69 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 90 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 115 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary()
|
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/core/ |
H A D | shared-libraries-macos.cc | 29 typedef mach_header platform_mach_header; typedef 35 typedef mach_header_64 platform_mach_header; typedef 43 const platform_mach_header* header; 69 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryAddImage() 90 auto header = reinterpret_cast<const platform_mach_header*>(mh); in SharedLibraryRemoveImage() 115 static void addSharedLibrary(const platform_mach_header* header, in addSharedLibrary()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/core/ |
H A D | shared-libraries-macos.cc | 41 typedef mach_header platform_mach_header; typedef 47 typedef mach_header_64 platform_mach_header; typedef 55 void addSharedLibrary(const platform_mach_header* header, char *name, SharedLibraryInfo &info) { in addSharedLibrary() 123 const platform_mach_header* header = in GetInfoForSelf() 124 reinterpret_cast<const platform_mach_header*>(info->imageLoadAddress); in GetInfoForSelf()
|