Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp3132 struct method32_t { struct
3433 inline void swapStruct(struct method32_t &m) { in swapStruct()
3980 struct method32_t m; in print_method_list32_t()
4005 memset(&m, '\0', sizeof(struct method32_t)); in print_method_list32_t()
4006 if (left < sizeof(struct method32_t)) { in print_method_list32_t()
4010 memcpy(&m, r, sizeof(struct method32_t)); in print_method_list32_t()
4027 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t()
4033 p += sizeof(struct method32_t); in print_method_list32_t()
4034 offset += sizeof(struct method32_t); in print_method_list32_t()