Lines Matching defs:method64_t
3679 /* struct method64_t first; These structures follow inline */
3688 struct method64_t {
3995 inline void swapStruct(struct method64_t &m) {
4552 struct method64_t m;
4586 memset(&m, '\0', sizeof(struct method64_t));
4587 if (left < sizeof(struct method64_t)) {
4591 memcpy(&m, r, sizeof(struct method64_t));
4596 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S,
4613 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S,
4630 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info,
4644 p += sizeof(struct method64_t);
4645 offset += sizeof(struct method64_t);