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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2719 struct protocol_list32_t { struct
3017 inline void swapStruct(struct protocol_list32_t &pl) {
3814 struct protocol_list32_t pl;
3825 memset(&pl, '\0', sizeof(struct protocol_list32_t));
3826 if (left < sizeof(struct protocol_list32_t)) {
3830 memcpy(&pl, r, sizeof(struct protocol_list32_t));
3835 p += sizeof(struct protocol_list32_t);
3836 offset += sizeof(struct protocol_list32_t);

Completed in 63 milliseconds