Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3451 struct method_list32_t { struct
3753 inline void swapStruct(struct method_list32_t &ml) { in swapStruct()
4319 struct method_list32_t ml; in print_method_list32_t()
4328 memset(&ml, '\0', sizeof(struct method_list32_t)); in print_method_list32_t()
4329 if (left < sizeof(struct method_list32_t)) { in print_method_list32_t()
4333 memcpy(&ml, r, sizeof(struct method_list32_t)); in print_method_list32_t()
4339 p += sizeof(struct method_list32_t); in print_method_list32_t()
4340 offset += sizeof(struct method_list32_t); in print_method_list32_t()