Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2543 struct method64_t { struct
2842 inline void swapStruct(struct method64_t &m) { in swapStruct()
3302 struct method64_t m; in print_method_list64_t()
3329 memset(&m, '\0', sizeof(struct method64_t)); in print_method_list64_t()
3330 if (left < sizeof(struct method64_t)) { in print_method_list64_t()
3334 memcpy(&m, r, sizeof(struct method64_t)); in print_method_list64_t()
3339 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
3356 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t()
3373 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t()
3387 p += sizeof(struct method64_t); in print_method_list64_t()
[all …]