Searched refs:protocol64_t (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2565 struct protocol64_t { struct 2862 inline void swapStruct(struct protocol64_t &p) { in swapStruct() 3528 struct protocol64_t pc; in print_protocol_list64_t() 3578 memset(&pc, '\0', sizeof(struct protocol64_t)); in print_protocol_list64_t() 3579 if (left < sizeof(struct protocol64_t)) { in print_protocol_list64_t() 3583 memcpy(&pc, r, sizeof(struct protocol64_t)); in print_protocol_list64_t() 3590 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t() 3610 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t() 3627 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
|