Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3457 struct method64_t { struct
3758 inline void swapStruct(struct method64_t &m) { in swapStruct()
4227 struct method64_t m; in print_method_list64_t()
4254 memset(&m, '\0', sizeof(struct method64_t)); in print_method_list64_t()
4255 if (left < sizeof(struct method64_t)) { in print_method_list64_t()
4259 memcpy(&m, r, sizeof(struct method64_t)); in print_method_list64_t()
4264 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
4281 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t()
4298 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t()
4312 p += sizeof(struct method64_t); in print_method_list64_t()
[all …]