Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2599 struct method64_t { struct
2898 inline void swapStruct(struct method64_t &m) { in swapStruct()
3356 struct method64_t m; in print_method_list64_t()
3383 memset(&m, '\0', sizeof(struct method64_t)); in print_method_list64_t()
3384 if (left < sizeof(struct method64_t)) { in print_method_list64_t()
3388 memcpy(&m, r, sizeof(struct method64_t)); in print_method_list64_t()
3393 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
3410 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t()
3427 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t()
3441 p += sizeof(struct method64_t); in print_method_list64_t()
[all …]