Lines Matching defs:method32_t
3685 /* struct method32_t first; These structures follow inline */
3694 struct method32_t {
4001 inline void swapStruct(struct method32_t &m) {
4652 struct method32_t m;
4684 memset(&m, '\0', sizeof(struct method32_t));
4685 if (left < sizeof(struct method32_t)) {
4689 memcpy(&m, r, sizeof(struct method32_t));
4706 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info,
4712 p += sizeof(struct method32_t);
4713 offset += sizeof(struct method32_t);