Searched refs:protocol64_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3712 struct protocol64_t { struct 4017 inline void swapStruct(struct protocol64_t &p) { in swapStruct() 4788 struct protocol64_t pc; in print_protocol_list64_t() 4838 memset(&pc, '\0', sizeof(struct protocol64_t)); in print_protocol_list64_t() 4839 if (left < sizeof(struct protocol64_t)) { in print_protocol_list64_t() 4843 memcpy(&pc, r, sizeof(struct protocol64_t)); in print_protocol_list64_t() 4850 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t() 4870 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t() 4887 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
|