Searched refs:protocol64_t (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3479 struct protocol64_t { struct 3778 inline void swapStruct(struct protocol64_t &p) { in swapStruct() 4453 struct protocol64_t pc; in print_protocol_list64_t() 4503 memset(&pc, '\0', sizeof(struct protocol64_t)); in print_protocol_list64_t() 4504 if (left < sizeof(struct protocol64_t)) { in print_protocol_list64_t() 4508 memcpy(&pc, r, sizeof(struct protocol64_t)); in print_protocol_list64_t() 4515 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t() 4535 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t() 4552 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
|