Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2696 struct method_list32_t { struct
2996 inline void swapStruct(struct method_list32_t &ml) { in swapStruct()
3553 struct method_list32_t ml; in print_method_list32_t()
3562 memset(&ml, '\0', sizeof(struct method_list32_t)); in print_method_list32_t()
3563 if (left < sizeof(struct method_list32_t)) { in print_method_list32_t()
3567 memcpy(&ml, r, sizeof(struct method_list32_t)); in print_method_list32_t()
3573 p += sizeof(struct method_list32_t); in print_method_list32_t()
3574 offset += sizeof(struct method_list32_t); in print_method_list32_t()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp3464 struct method_list32_t { struct
3766 inline void swapStruct(struct method_list32_t &ml) { in swapStruct()
4332 struct method_list32_t ml; in print_method_list32_t()
4341 memset(&ml, '\0', sizeof(struct method_list32_t)); in print_method_list32_t()
4342 if (left < sizeof(struct method_list32_t)) { in print_method_list32_t()
4346 memcpy(&ml, r, sizeof(struct method_list32_t)); in print_method_list32_t()
4352 p += sizeof(struct method_list32_t); in print_method_list32_t()
4353 offset += sizeof(struct method_list32_t); in print_method_list32_t()