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.cpp2531 struct method_list64_t { struct
2832 inline void swapStruct(struct method_list64_t &ml) { in swapStruct()
3301 struct method_list64_t ml; in print_method_list64_t()
3312 memset(&ml, '\0', sizeof(struct method_list64_t)); in print_method_list64_t()
3313 if (left < sizeof(struct method_list64_t)) { in print_method_list64_t()
3317 memcpy(&ml, r, sizeof(struct method_list64_t)); in print_method_list64_t()
3323 p += sizeof(struct method_list64_t); in print_method_list64_t()
3324 offset += sizeof(struct method_list64_t); in print_method_list64_t()