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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2716 /* struct protocol64_t * list[0]; These pointers follow inline */
2724 struct protocol64_t { struct
3021 inline void swapStruct(struct protocol64_t &p) {
3687 struct protocol64_t pc;
3737 memset(&pc, '\0', sizeof(struct protocol64_t));
3738 if (left < sizeof(struct protocol64_t)) {
3742 memcpy(&pc, r, sizeof(struct protocol64_t));
3749 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S,
3769 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods),
3786 get_symbol_64(offset + offsetof(struct protocol64_t, classMethod
[all...]

Completed in 121 milliseconds