Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp3702 struct method_list64_t { struct
4005 inline void swapStruct(struct method_list64_t &ml) { in swapStruct()
4483 struct method_list64_t ml; in print_method_list64_t()
4494 memset(&ml, '\0', sizeof(struct method_list64_t)); in print_method_list64_t()
4495 if (left < sizeof(struct method_list64_t)) { in print_method_list64_t()
4499 memcpy(&ml, r, sizeof(struct method_list64_t)); in print_method_list64_t()
4505 p += sizeof(struct method_list64_t); in print_method_list64_t()
4506 offset += sizeof(struct method_list64_t); in print_method_list64_t()