Home
last modified time | relevance | path

Searched refs:method64_t (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3714 struct method64_t { struct
4015 inline void swapStruct(struct method64_t &m) { in swapStruct()
4484 struct method64_t m; in print_method_list64_t()
4511 memset(&m, '\0', sizeof(struct method64_t)); in print_method_list64_t()
4512 if (left < sizeof(struct method64_t)) { in print_method_list64_t()
4516 memcpy(&m, r, sizeof(struct method64_t)); in print_method_list64_t()
4521 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
4538 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t()
4555 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t()
4569 p += sizeof(struct method64_t); in print_method_list64_t()
[all …]