Searched refs:protocol_list64_t (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2714 struct protocol_list64_t { struct
2727 uint64_t protocols; /* struct protocol_list64_t *
3013 inline void swapStruct(struct protocol_list64_t &pl) {
3685 struct protocol_list64_t pl;
3696 memset(&pl, '\0', sizeof(struct protocol_list64_t));
3697 if (left < sizeof(struct protocol_list64_t)) {
3701 memcpy(&pl, r, sizeof(struct protocol_list64_t));
3706 p += sizeof(struct protocol_list64_t);
3707 offset += sizeof(struct protocol_list64_t);

Completed in 119 milliseconds