/llvm-project/lldb/test/API/macosx/unregistered-macho/ |
H A D | main.c | 13 struct mach_header_64 mh; in main() local
|
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/ |
H A D | create-empty-corefile.cpp | 172 struct mach_header mh; in get_uuid_from_binary() local 191 struct mach_header_64 mh; in get_uuid_from_binary() local 286 struct mach_header_64 mh; in main() local
|
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
H A D | create-empty-corefile.cpp | 223 struct mach_header mh; get_uuid_from_binary() local 241 struct mach_header_64 mh; get_uuid_from_binary() local 373 struct mach_header_64 mh; main() local [all...] |
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/ |
H A D | create-multibin-corefile.cpp | 237 struct mach_header mh; in scan_binary() local 255 struct mach_header_64 mh; in scan_binary() local 312 struct mach_header_64 *mh = (struct mach_header_64 *)p; in slide_macho_binary() local 457 struct mach_header_64 mh; in main() local
|
/llvm-project/libc/src/math/generic/ |
H A D | tanhf.cpp | 94 double mh = fputil::FPBits<double>(uint64_t(mh_bits)).get_val(); global() variable
|
H A D | exp2f_impl.h | 144 double mh = fputil::FPBits<double>(uint64_t(mh_bits)).get_val(); local
|
H A D | exp2m1f.cpp | 163 double mh = fputil::FPBits<double>(static_cast<uint64_t>(mh_bits)).get_val(); global() variable
|
H A D | explogxf.h | 133 double mh; // 2^(mid + hi) global() member 168 double mh = fputil::FPBits<double>(uint64_t(mh_bits)).get_val(); exp_b_range_reduc() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 71 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase; in AsanApplyToGlobals() local 73 const struct mach_header *mh = (struct mach_header *)info.dli_fbase; in AsanApplyToGlobals() local
|
/llvm-project/lldb/test/API/macosx/arm-corefile-regctx/ |
H A D | create-arm-corefiles.cpp | 182 struct mach_header_64 mh; in main() local
|
/llvm-project/libunwind/src/ |
H A D | UnwindCursor.hpp | 110 pint_t mh; member 153 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() argument 169 add(pint_t mh,pint_t ip_start,pint_t ip_end,pint_t fde) add() argument 201 removeAllIn(pint_t mh) removeAllIn() argument 217 dyldUnloadHook(const struct mach_header * mh,intptr_t) dyldUnloadHook() argument 224 iterateCacheEntries(void (* func)(unw_word_t ip_start,unw_word_t ip_end,unw_word_t fde,unw_word_t mh)) iterateCacheEntries() argument [all...] |
H A D | AddressSpace.hpp | 59 const struct mach_header* mh; member
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 383 StructuredData::Dictionary *mh = JSONImageInformationIntoImageInfo() local [all...] |
/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 113 struct mach_header mh; in scan_macho_load_commands() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 651 llvm::MachO::mach_header mh; ReadMemoryModule() local
|
/llvm-project/lld/COFF/ |
H A D | DLL.cpp | 782 auto *mh = make<NullChunk>(8); create() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBRemote.cpp | 5999 MachHeaderIsMainExecutable(nub_process_t pid,uint32_t addr_size,nub_addr_t mach_header_addr,mach_header & mh) MachHeaderIsMainExecutable() argument 6032 GetMachHeaderForMainExecutable(const nub_process_t pid,const uint32_t addr_size,mach_header & mh) GetMachHeaderForMainExecutable() argument 6313 mach_header mh; HandlePacket_qProcessInfo() local [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1140 inline void swapStruct(fat_header &mh) { in swapStruct() argument 1145 inline void swapStruct(fat_arch &mh) { in swapStruct() argument 1153 inline void swapStruct(fat_arch_64 &mh) { in swapStruct() argument 1162 swapStruct(mach_header & mh) swapStruct() argument [all...] |