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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2699 /* struct method32_t first; These structures follow inline */
2708 struct method32_t { struct
3007 inline void swapStruct(struct method32_t &m) {
3554 struct method32_t m;
3579 memset(&m, '\0', sizeof(struct method32_t));
3580 if (left < sizeof(struct method32_t)) {
3584 memcpy(&m, r, sizeof(struct method32_t));
3601 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info,
3607 p += sizeof(struct method32_t);
3608 offset += sizeof(struct method32_t);
[all...]

Completed in 66 milliseconds