Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp2708 struct method32_t { struct
3007 inline void swapStruct(struct method32_t &m) { in swapStruct()
3554 struct method32_t m; in print_method_list32_t()
3579 memset(&m, '\0', sizeof(struct method32_t)); in print_method_list32_t()
3580 if (left < sizeof(struct method32_t)) { in print_method_list32_t()
3584 memcpy(&m, r, sizeof(struct method32_t)); in print_method_list32_t()
3601 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t()
3607 p += sizeof(struct method32_t); in print_method_list32_t()
3608 offset += sizeof(struct method32_t); in print_method_list32_t()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp3476 struct method32_t { struct
3777 inline void swapStruct(struct method32_t &m) { in swapStruct()
4333 struct method32_t m; in print_method_list32_t()
4358 memset(&m, '\0', sizeof(struct method32_t)); in print_method_list32_t()
4359 if (left < sizeof(struct method32_t)) { in print_method_list32_t()
4363 memcpy(&m, r, sizeof(struct method32_t)); in print_method_list32_t()
4380 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t()
4386 p += sizeof(struct method32_t); in print_method_list32_t()
4387 offset += sizeof(struct method32_t); in print_method_list32_t()