Searched refs:method64_t (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3480 struct method64_t { struct 3781 inline void swapStruct(struct method64_t &m) { in swapStruct() 4250 struct method64_t m; in print_method_list64_t() 4277 memset(&m, '\0', sizeof(struct method64_t)); in print_method_list64_t() 4278 if (left < sizeof(struct method64_t)) { in print_method_list64_t() 4282 memcpy(&m, r, sizeof(struct method64_t)); in print_method_list64_t() 4287 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t() 4304 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t() 4321 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t() 4335 p += sizeof(struct method64_t); in print_method_list64_t() [all …]
|