Searched refs:protocol64_t (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2724 struct protocol64_t { struct 3021 inline void swapStruct(struct protocol64_t &p) { in swapStruct() 3687 struct protocol64_t pc; in print_protocol_list64_t() 3737 memset(&pc, '\0', sizeof(struct protocol64_t)); in print_protocol_list64_t() 3738 if (left < sizeof(struct protocol64_t)) { in print_protocol_list64_t() 3742 memcpy(&pc, r, sizeof(struct protocol64_t)); in print_protocol_list64_t() 3749 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t() 3769 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t() 3786 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
|