Lines Matching defs:method64_t
3671 /* struct method64_t first; These structures follow inline */
3680 struct method64_t {
3987 inline void swapStruct(struct method64_t &m) {
4544 struct method64_t m;
4578 memset(&m, '\0', sizeof(struct method64_t));
4579 if (left < sizeof(struct method64_t)) {
4583 memcpy(&m, r, sizeof(struct method64_t));
4588 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S,
4605 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S,
4622 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info,
4636 p += sizeof(struct method64_t);
4637 offset += sizeof(struct method64_t);