Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2587 struct method_list64_t { struct
2888 inline void swapStruct(struct method_list64_t &ml) { in swapStruct()
3355 struct method_list64_t ml; in print_method_list64_t()
3366 memset(&ml, '\0', sizeof(struct method_list64_t)); in print_method_list64_t()
3367 if (left < sizeof(struct method_list64_t)) { in print_method_list64_t()
3371 memcpy(&ml, r, sizeof(struct method_list64_t)); in print_method_list64_t()
3377 p += sizeof(struct method_list64_t); in print_method_list64_t()
3378 offset += sizeof(struct method_list64_t); in print_method_list64_t()