Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3445 struct method_list64_t { struct
3748 inline void swapStruct(struct method_list64_t &ml) { in swapStruct()
4226 struct method_list64_t ml; in print_method_list64_t()
4237 memset(&ml, '\0', sizeof(struct method_list64_t)); in print_method_list64_t()
4238 if (left < sizeof(struct method_list64_t)) { in print_method_list64_t()
4242 memcpy(&ml, r, sizeof(struct method_list64_t)); in print_method_list64_t()
4248 p += sizeof(struct method_list64_t); in print_method_list64_t()
4249 offset += sizeof(struct method_list64_t); in print_method_list64_t()