Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2537 struct method_list32_t { struct
2837 inline void swapStruct(struct method_list32_t &ml) { in swapStruct()
3394 struct method_list32_t ml; in print_method_list32_t()
3403 memset(&ml, '\0', sizeof(struct method_list32_t)); in print_method_list32_t()
3404 if (left < sizeof(struct method_list32_t)) { in print_method_list32_t()
3408 memcpy(&ml, r, sizeof(struct method_list32_t)); in print_method_list32_t()
3414 p += sizeof(struct method_list32_t); in print_method_list32_t()
3415 offset += sizeof(struct method_list32_t); in print_method_list32_t()