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 | 3708 struct protocol64_t { struct 4013 inline void swapStruct(struct protocol64_t &p) { in swapStruct() 4784 struct protocol64_t pc; in print_protocol_list64_t() 4834 memset(&pc, '\0', sizeof(struct protocol64_t)); in print_protocol_list64_t() 4835 if (left < sizeof(struct protocol64_t)) { in print_protocol_list64_t() 4839 memcpy(&pc, r, sizeof(struct protocol64_t)); in print_protocol_list64_t() 4846 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t() 4866 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t() 4883 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
|